On 3/7/13, Ruben Van Boxem <[email protected]> wrote:
> Op 7 mrt. 2013 08:17 schreef "Erwin Wicaksono" <
> [email protected]> het volgende:
>>
>>
>>
>> On Thu, Mar 7, 2013 at 1:03 AM, NightStrike <[email protected]>
>> wrote:
>>>
>>> On Sun, Mar 3, 2013 at 11:40 AM, Larry Pottle <[email protected]>
> wrote:
>>> >
>>> >
>>> > On Sun, Mar 3, 2013 at 3:34 AM, Ruben Van Boxem <
> [email protected]>
>>> > wrote:
>>> >
>>> >>Did you add /opt/mingw64/bin to PATH?
>>> >
>>> > Great! I added /bin to PATH and now it wants to cross compile. Now I
> had
>>> > issues with libraries libopengl32.a and libgl32.a. Configure gave out
> an
>>> > error:
>>> >
>>> > checking GL/gl.h usability... yes
>>> > checking GL/gl.h presence... yes
>>> > checking for GL/gl.h... yes
>>> > checking for glEnable in -lGL... no
>>> > configure: error: lacking proper OpenGL support
>>> >
>>> > Apparently, the cross compiler is looking for the Unix filename
> equivalents
>>> > of libopengl32.a and libgl32.a which are libGL.a and libGLU.a, so I
> copied
>>> > and renamed  libopengl32.a and libgl32.a to libGL.a and libGLU.a
>>> > respectively. This elimnated the error for those libraries, however I
> now
>>> > get the same type error for glx:
>>> >
>>> > checking GL/glx.h usability... no
>>> > checking GL/glx.h presence... no
>>> > checking for GL/glx.h... no
>>> > configure: error: lacking proper OpenGL support
>>> >
>>> > Unfortunately, I couldn't determine if there is a windows related
> library
>>> > within the directory because there is no intuitively similar named
> file.
>>> > Can you help with this?
>>>
>>> Fedora provides cross compiler libraries.  I'm guessing ubuntu does
>>> the same.  Use the upstream repository to your advantage, as Ruben
>>> suggested.
>>
>>
>> Last time i checked, ubuntu provides only the cross compiler, not the
> third party libraries
>
> True, but what you need to do here is link to libopengl32, not a
> Linux/Unix? specific libgl.

Sorry i didn't read the message carefully. :)

> I doubt that will be the only problem you will run into, it seems the
> project isn't written with windows in mind (I may be very wrong of course
> ;-))

Well, yes it seems.

Erwin

------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to