Re: [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 | <00d301c2e34e$5989c2f0$0100a8c0@duron12> |
> > 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. > it's probably called limits.h on your box, that's gcc3.x > which is recommended as it generally produces better code Yes, limits.h is present, should I change the #include <limits> to #include <limits.h> in GraphDebugger.cc? > > 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? > omniorb4 is the default ORB configure tests for Ah ok. So I guess http://www2.fresco.org/dependencies.html should be updated? But what about the symbol redefined warnings, should these be updated?