On 8/26/06, laurent destriau <[EMAIL PROTECTED]> wrote: > Thank you for your answer. > Here is some more info: > - I use Visual C++ .Net 2003, which includes the OpenGL header > - I get the following warning: "warning C4013: glEnd not defined ; extern > returning int assumed" > - I get the following error: "error LNK2001: unresolved external symbol > _glEnd"
Mmm that's happened to me too but I'm still looking for the solution > How can I tell the extension compiler how to find the proper > headers/libraries? Look at the definition of CConfig in this file: http://codespeak.net/svn/pypy/dist/pypy/module/readline/c_readline.py I have to admit it didn't work for me... -- Lawrence http://www.oluyede.org/blog _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
