HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • ← Previous Change
  • Wiki History
  • Next Change →

Changes between Version 7 and Version 8 of dev-libs/boost/1.38.0/1


Ignore:
Timestamp:
09/14/09 07:43:04 (6 years ago)
Author:
adek336
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • dev-libs/boost/1.38.0/1

    v7 v8  
    1 Tested on Haiku-gcc4 revision 29195. 
     1wget http://ports.haiku-files.org/raw-attachment/wiki/dev-libs/boost/1.38.0/boost-1_38_0-haiku-gcc4-rev2.diff[[br]] 
     2patch -p1 -i boost-1_38_0-haiku-gcc4-rev2.diff[[br]] 
     3configure --prefix=/boot/common[[br]] 
     4make 
    25 
    3 the following libraries do not build:[[br]] 
    4 * math, because of symbol name conflicts with libstdc++-v3[[br]] 
    5 * serialization, wserialization, because gcc on Haiku lacks wide char support[[br]] 
    6 * iostreams, lack of zlib.h, probably 
    7          make CPPFLAGS=-I/boot/common/include[[br]] 
    8   would fix this one. 
    9          configure --prefix=/boot/common CPPFLAGS=-I/boot/common/include doesn't help 
     6make install 
     7 
     8 
     9 
     10Requires gcc4. 
     11 
     12All libraries build except for serialization and wserialization with the error message "wide char i/o not supported on this platform". 
    1013 
    1114Patches referenced by build instructions:[[br]] 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/