On Sat, Sep 6, 2014 at 3:09 AM, Vlad Bogolin <vladbogo...@gmail.com> wrote:

> I haven’t started yet working at the polygon drawing but I’ve researched a bit
> the 5.2 (actually 5.3) crash. The display manager crashes because of the fact
> that the arguments provided to QApplication when created, get destroyed
> during the runtime.

Hmm.  What about making your own copy of the arguments when they do
exist and referencing your local copy so you don't have to depend on
them surviving during the runtime process?  Can you get away with that
or does Qt not let you?

> Also, on a side note I’ve tried to build BRL-CAD on OS X (which took me a
> while because at first I could only get a null display manager until 
> installing
> XQuartz) and then I’ve been struggling to build Qt with cmake but I haven’t
> succeeded yet because it fails to find OpenGL.

Um.  I'd suggest just installing the standard binary Qt package on OSX
rather than trying to build it, if you mean you're trying to compile
Qt itself from sources.  Or do you man BRL-CAD's FindGL isn't working?

Cheers,
CY

------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
BRL-CAD Developer mailing list
brlcad-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-devel

Reply via email to