Changes between Version 3 and Version 4 of media-libs/sdl-net
- Timestamp:
- 05/14/08 10:22:41 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
media-libs/sdl-net
v3 v4 9 9 ||R5||untested|| 10 10 ||BONE||untested|| 11 ||Haiku|| unstable||11 ||Haiku||stable|| 12 12 13 13 Dependencies: [wiki:media-libs/guilib guilib] 14 14 15 15 {{{ 16 With GUIlib in place, ./configure --prefix=/boot/ home/configworks,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 18 18 Editing chat.cpp to use hardcoded includes </boot/home/config/include/GUI/GUI.h> and same for widgets 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 22 Use ./configure --prefix=/boot/common CPPFLAGS=-I/boot/common/include LDFLAGS=-L/boot/common/lib 23 Then make, make install work fine. Successful 21 24 }}}
