[cgma-dev] r5789 - in cgm/trunk/geom: . facet

Jane Hu janejhu at gmail.com
Fri Oct 12 09:34:53 CDT 2012


Hi, Iulian:

Did you successfully build occ653 with patches?

Your change look ok to me (I don't see it makes difference though, because
I built from scratch using the old version and it works) except the last
line
AM_LDFLAGS += -lcubit_facetbool -L../facetbool

my understanding is that -L is to give the facetbool library path, so
unless your libfacetbool.so is stored in ../facetbool directory. It can
also be given under LD_LIBRARY_PATH, so double check there to see if it's
already included.

Good luck!

Jane

On Thu, Oct 11, 2012 at 6:10 PM, <iulian at mcs.anl.gov> wrote:

> Author: iulian
> Date: 2012-10-11 18:10:10 -0500 (Thu, 11 Oct 2012)
> New Revision: 5789
>
> Modified:
>    cgm/trunk/geom/Makefile.am
>    cgm/trunk/geom/facet/Makefile.am
> Log:
> some fixes: facetbool needs to be build before facet, and
> facet depends on facetbool
> make check still does not pass for me :(
> Jane, are these correct?
>
>
>
> Modified: cgm/trunk/geom/Makefile.am
> ===================================================================
> --- cgm/trunk/geom/Makefile.am  2012-10-11 19:41:14 UTC (rev 5788)
> +++ cgm/trunk/geom/Makefile.am  2012-10-11 23:10:10 UTC (rev 5789)
> @@ -4,7 +4,7 @@
>  # Subdirectories
>  # The values checked are defined in AM_CONDITIONAL statements
>  # in configure.in
> -SUBDIRS = . Cholla facet facetbool virtual
> +SUBDIRS = . Cholla facetbool facet virtual
>  if build_ACIS
>    SUBDIRS += ACIS
>  endif
>
> Modified: cgm/trunk/geom/facet/Makefile.am
> ===================================================================
> --- cgm/trunk/geom/facet/Makefile.am    2012-10-11 19:41:14 UTC (rev 5788)
> +++ cgm/trunk/geom/facet/Makefile.am    2012-10-11 23:10:10 UTC (rev 5789)
> @@ -6,7 +6,7 @@
>  # The name of the library to build
>  lib_LTLIBRARIES = libcubit_facet.la
>
> -AM_LDFLAGS += -lcubit_facetbool
> +AM_LDFLAGS += -lcubit_facetbool -L../facetbool
>
>  # The directory where headers will be installed
>  libcubit_facet_la_includedir = $(includedir)
>
>


-- 
Jane Hu

Asst. Researcher
Dept. of Engineering Physics
UW @ Madison

"And we know that for those who love God, that is, for those who are called
according to his purpose, all things are working together for good."
(Romans 8:28)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/cgma-dev/attachments/20121012/feaed56e/attachment.html>


More information about the cgma-dev mailing list