News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

GLFW Debian Lenny KDE

Started by dem, June 12, 2011, 05:35:17 PM

Previous topic - Next topic

dem

Hello.
I first instaled Code Block and then libGLFW and libGLFW-dev and now when i trie to make new project it ask me wher is GLFW (libs and headres) directory.
I searched install directory i find it and i add it but nothing hapens???

Help?

Jenna

What do you mean with nothing happens ?

Where did you add what ?

Do you set the global variable $(#glfw) in the global variables dialog or do you add the appropriate directory ( /usr ) directly in the textbox of the wizard ?

In the first case yo should have $(#glfw.lib) and $(#glfw.include) as searchdirectories for linker and compiler, in the second case, they should be /usr/lib and /usr/include .

dem

In Global variable dialog box i add include (member)/usr/lib/GL and lib (memeber) /usr/lib and base left empty and obj cflag and iflag left empty?
Dm

Jenna

Quote from: dem on June 13, 2011, 04:44:10 PM
In Global variable dialog box i add include (member)/usr/lib/GL and lib (memeber) /usr/lib and base left empty and obj cflag and iflag left empty?
Dm
It should work if you add /usr/ as base and leave all others empty (it works fine here for me with the wizard created sample).