Changes between Version 5 and Version 6 of Solaris10Build
- Timestamp:
- 03/15/10 14:46:37 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Solaris10Build
v5 v6 196 196 boost http://sourceforge.net/projects/boost/files/boost/1.42.0/boost_1_42_0.tar.gz/download 197 197 colladadom http://sourceforge.net/projects/collada-dom/files/Collada%20DOM/2.1/colladadom.tar.gz/download 198 expat http://ossim.telascience.org/ossimdata/sourcesnaps/expat-2.0.1.tar.gz 198 199 ffmpeg http://ossim.telascience.org/ossimdata/sourcesnaps/ffmpeg.zip 199 200 gcc ftp://ftp.mirrorservice.org/sites/sourceware.org/pub/gcc/releases/gcc-4.3.4/gcc-4.3.4.tar.gz … … 225 226 }}} 226 227 228 wxWidgets 229 {{{ 230 ozd 231 cd wxWidgets-2.8.10 232 ./configure 233 make 234 make install 235 }}} 236 227 237 libjpeg (to make sure we are picking up 64 bit version) 228 238 {{{ … … 282 292 }}} 283 293 294 EXPAT 295 {{{ 296 ozd 297 cd expat-2.0.1 298 ./configure --prefix=${INSTALL_HERE} 299 make 300 make install 301 }}} 302 284 303 libtiff (bigtiff) 285 304 {{{ … … 295 314 296 315 Geotiff 297 298 316 {{{ 299 317 ozd … … 366 384 ozd 367 385 cd OpenSceneGraph 386 }}} 387 comment out these lines in src/osgPlugins/net/sockinet.cpp and src/osgPlugins/net/sockstream.cpp 388 {{{ 389 // Do not include anything below that define. That should in no case change any forward decls in 390 // system headers ... 391 //#if (defined(__APPLE__)&&(__GNUC__<4)) || 392 //(defined(WIN32)&&!defined(__CYGWIN__)) || \ 393 // (!defined(__APPLE__) && !defined(WIN32) && 394 //!defined(_XOPEN_SOURCE_EXTENDED) && !defined(__FreeBSD__)) 395 //#define socklen_t int 396 //#endif 397 }}} 398 {{{ 368 399 ./configure (first time has some errors) 369 400 ./configure