<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: times new roman,new york,times,serif; font-size: 12pt; color: #000000'><br><br>Hi David,<br>We are building usually on linux only;<br><br>http://gnep.mcs.anl.gov:8010/waterfall?category=cgm<br>You can see some of the configurations we build/test every night<br>We have a 32 bit version build too, on a "jenkins" bot, linux machine.<br><br>Rajeev is building on 64 bit OSx, but only with occ. <br>Does it pass make check for you or not?<br><br>Thanks,<br>Iulian<br><br><hr id="zwchr"><blockquote style="border-left:2px solid #1010FF;margin-left:5px;padding-left:5px;color:#000;font-weight:normal;font-style:normal;text-decoration:none;font-family:Helvetica,Arial,sans-serif;font-size:12pt;">Hi Iulian,<br><br>> You cannot configure with cubit and occ at the same time. <br><br>I did not.<br><br>> What is your configuration ?<br><br>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<br><br><br>        Thanks,<br>        David<br><br><br>> Hi all,<br>> <br>> 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<br>> <br>>     const char* filename = "/path/to/cgm/test/model1.sat";<br>>     ModelImportOptions opts;<br>>     DLIList<RefEntity*> entities;<br>>     stat = GeometryQueryTool::instance()->import_solid_model(<br>>       filename, ACIS_SAT_TYPE, opts, entities);<br>> <br>> returns CUBIT_SUCCESS and prints a non-zero number of "ACIS Entities" have been read but then<br>> <br>> 1. entities is an empty list and<br>> 2. calling GeometryQueryTool::instance()->bodies() also returns an empty list.<br>> <br>> Has anyone else seen this problem?<br>> <br>>         Thanks,<br>>         David<br><br></blockquote><br></div></body></html>