Changes between Initial Version and Version 4 of Ticket #18112
- Timestamp:
- Apr 7, 2010, 8:23:41 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18112
- Property Cc e.haasdijk@… added
- Property Owner changed from macports-tickets@… to ryandesign@…
- Property Port OpenSceneGraph added
-
Property
Milestone
changed from
Port Bugs
to
-
Ticket #18112 – Description
initial v4 1 1 installing openscengraph, I got these errors: 2 2 3 {{{ 3 4 Linking CXX shared module ../../../lib/osgPlugins-2.6.1/osgdb_jp2.so 4 5 Undefined symbols: … … 43 44 make[1]: *** [src/osgPlugins/jp2/CMakeFiles/osgdb_jp2.dir/all] Error 2 44 45 make: *** [all] Error 2 46 }}} 45 47 46 48 I edited src/osgPlugins/jp2/CMakeFiles/osgdb_jp2.dir/link.txt and added "-l jpeg" to the command line in there and that fixed it.