Changes between Version 4 and Version 5 of media-libs/sdl-net
- Timestamp:
- 07/11/08 00:17:44 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
media-libs/sdl-net
v4 v5 13 13 Dependencies: [wiki:media-libs/guilib guilib] 14 14 15 {{{ 15 ~~ 16 16 With GUIlib in place, ./configure --prefix=/boot/common works, 17 17 but then make errors out not being able to find <GUI/GUI.h> and <GUI_widgets.h> in chat.cpp … … 19 19 then allows make to finish and make install then works. Need to investigate why the includes didn't 20 20 "just" work. 21 Use ./configure --prefix=/boot/common CPPFLAGS=-I/boot/common/include LDFLAGS=-L/boot/common/lib 22 Then make, make install work fine. Successful ~~ 21 23 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 }}} 24 Install 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 33 Ran 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.
