Changes between Version 5 and Version 6 of Solaris10Build


Ignore:
Timestamp:
Mar 15, 2010, 2:46:37 PM (14 years ago)
Author:
alight
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Solaris10Build

    v5 v6  
    196196boost              http://sourceforge.net/projects/boost/files/boost/1.42.0/boost_1_42_0.tar.gz/download
    197197colladadom         http://sourceforge.net/projects/collada-dom/files/Collada%20DOM/2.1/colladadom.tar.gz/download
     198expat              http://ossim.telascience.org/ossimdata/sourcesnaps/expat-2.0.1.tar.gz
    198199ffmpeg             http://ossim.telascience.org/ossimdata/sourcesnaps/ffmpeg.zip
    199200gcc                ftp://ftp.mirrorservice.org/sites/sourceware.org/pub/gcc/releases/gcc-4.3.4/gcc-4.3.4.tar.gz
     
    225226}}}
    226227
     228wxWidgets
     229{{{
     230ozd
     231cd wxWidgets-2.8.10
     232./configure
     233make
     234make install
     235}}}
     236
    227237libjpeg (to make sure we are picking up 64 bit version)
    228238{{{
     
    282292}}}
    283293
     294EXPAT
     295{{{
     296ozd
     297cd expat-2.0.1
     298./configure --prefix=${INSTALL_HERE}
     299make
     300make install
     301}}}
     302
    284303libtiff (bigtiff)
    285304{{{
     
    295314
    296315Geotiff
    297 
    298316{{{
    299317ozd
     
    366384ozd
    367385cd OpenSceneGraph
     386}}}
     387comment 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{{{
    368399./configure (first time has some errors)
    369400./configure