Changes between Version 46 and Version 47 of CommonProblems
- Timestamp:
- 09/09/10 13:33:18 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CommonProblems
v46 v47 12 12 13 13 * No {{{-lc}}} was encountered: This sometimes turns up, and I think it is due to the port using an older libtool. Try running {{{libtoolize --force --copy --install}}}, {{{aclocal}}}, {{{autoconf}}} and {{{automake}}} before {{{./configure}}} to see if that clears it up. 14 15 * No {{{glXGetProcAddressARB}}}: use {{{glutGetProcAddress(const char* procName)}}} instead. See Haiku r38579. 14 16 15 17 * No {{{socket}}} or {{{connection}}} function was encountered: The socket and connection functionalities are provided in Haiku's {{{libnetwork}}}. The proper fix for this is to patch the {{{configure}}} file to check that library as well. This is an example patch of libevent:
