Hi David,
We are building usually on linux only;

http://gnep.mcs.anl.gov:8010/waterfall?category=cgm
You can see some of the configurations we build/test every night
We have a 32 bit version build too, on a "jenkins" bot, linux machine.

Rajeev is building on 64 bit OSx, but only with occ.
Does it pass make check for you or not?

Thanks,
Iulian


Hi Iulian,

> You cannot configure with cubit and occ at the same time.

I did not.

> What is your configuration ?

CXX=clang++ CC=clang CXXFLAGS="-arch i386" CFLAGS="-arch i386" /path/to/cgm/configure  --prefix=/path/to/cgm/x86_install --enable-shared --with-cubit=/Applications/Cubit-13.1/Cubit.app/Contents/MacOS


        Thanks,
        David


> Hi all,
>
> I have a version of CGMA working with OCC but when I build with cubit support, some simple test programs I wrote don't work any longer. Specifically, calling
>
>     const char* filename = "/path/to/cgm/test/model1.sat";
>     ModelImportOptions opts;
>     DLIList<RefEntity*> entities;
>     stat = GeometryQueryTool::instance()->import_solid_model(
>       filename, ACIS_SAT_TYPE, opts, entities);
>
> returns CUBIT_SUCCESS and prints a non-zero number of "ACIS Entities" have been read but then
>
> 1. entities is an empty list and
> 2. calling GeometryQueryTool::instance()->bodies() also returns an empty list.
>
> Has anyone else seen this problem?
>
>         Thanks,
>         David