[Fresco-devel] Fresco-M2: limits not found , different libGLU location , omniORB 4.0.0
"Andy Sy" <[email protected]>
| Newsgroups | gmane.comp.video.fresco.devel |
|---|---|
| Message-ID | <005b01c2e33f$3d7e7e20$0100a8c0@duron12> |
Does Fresco-M2 have new dependencies? Under Slackware 8.1, ./configure worked fine, but upon make-ing Berlin/src/GraphDebugger.cc, gcc complained that it could not find 'limits' on line 30. The Slackware 8.1 gcc-2.95.3 package doesn't seem to have this particular file (it does have climits though). Should the config scripts be reworked to detect this early? Or is something missing from my Slackware gcc package? No such problem with Fresco-M1 (which doesn't have GraphDebugger.cc) yet... haven't gotten it to compile all the way yet though because I'm tryinrg to fix some -lGLU issues: the make process can't seem to find my libGLU.so installed in /usr/X11/lib. Should I fix this by symlinking to /usr/X11/lib/libGLU.so.1.3 from /usr/lib or should the autoconf scripts/Makefile be reworked? Another question is if omniORB 4.0.0 supported. I'm getting lots of symbol redefined warnings (i.e. 'PACKAGE_BUGREPORT'), but things seem to work fine otherwise. Perhaps this is an omniORB bug?