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 4 and Version 5 of media-libs/sdl-net


Ignore:
Timestamp:
07/11/08 00:17:44 (7 years ago)
Author:
scottmc
Comment:

updated haiku build notes

Legend:

Unmodified
Added
Removed
Modified
  • media-libs/sdl-net

    v4 v5  
    1313Dependencies: [wiki:media-libs/guilib guilib] 
    1414 
    15 {{{ 
     15~~ 
    1616With GUIlib in place, ./configure --prefix=/boot/common works, 
    1717but then make errors out not being able to find <GUI/GUI.h> and <GUI_widgets.h> in chat.cpp 
    … …  
    1919then allows make to finish and make install then works.  Need to investigate why the includes didn't 
    2020"just" work. 
     21Use ./configure --prefix=/boot/common CPPFLAGS=-I/boot/common/include LDFLAGS=-L/boot/common/lib 
     22Then make, make install work fine. Successful ~~ 
    2123 
    22 Use ./configure --prefix=/boot/common CPPFLAGS=-I/boot/common/include LDFLAGS=-L/boot/common/lib 
    23 Then make, make install work fine. Successful  
    24 }}} 
     24Install GUIlib first, copy in haiku config.guess/.sub, 
     25[http://tools.assembla.com/BePorts/browser/BePorts/trunk/media-libs/sdl-net/SDL_net-1.2.7-haiku.diff patch] then[[BR]] 
     26 * libtoolize --force --copy 
     27 * aclocal 
     28 * ./autogen.sh 
     29 * ./configure --prefix=/boot/common LDFLAGS=-L/boot/common/lib CPPFLAGS=-I/boot/common/include 
     30 * make 
     31 * make install 
     32 
     33Ran chat program, but didn't know what to do to check this one over.  So don't know for sure if it's working correctly or not yet. 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

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