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 46 and Version 47 of CommonProblems


Ignore:
Timestamp:
09/09/10 13:33:18 (5 years ago)
Author:
michaelvoliveira
Comment:

Added glutGetProcAddress, replacement of glXGetProcAddressARB

Legend:

Unmodified
Added
Removed
Modified
  • CommonProblems

    v46 v47  
    1212 
    1313 * 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. 
    1416 
    1517 * 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: 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

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