gl or opengl?

Do you have a question about makefiles, a compiler or IDE you are using and need to know how to set it up for wxWidgets or why it doesn't compile but other IDE's do ? Post your questions here.
Post Reply
Auria
Site Admin
Site Admin
Posts: 6695
Joined: Thu Sep 28, 2006 12:23 am
Contact:

gl or opengl?

Post by Auria »

Hello everyone

just to mention a little problem...

on my mac:

wx-config --libs opengl outputs the following:
/usr/local/lib/libwx_mac_opengl-2.8.a

and i get linking errors that it doesn't exist. So i open /usr/local/lib, and what do i find?

/usr/local/lib/libwx_mac_gl-2.8.a

seems like wx-config outputs the wrong filename.

duplicating and renaming the lib to libwx_mac_opengl-2.8.a fixed the problems.

apparently there's a naming convention error somewhere? or it's just me?
Post Reply