News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Info about lib finder

Started by Max, October 10, 2006, 10:06:45 AM

Previous topic - Next topic

byo

Quote from: Game_Ender on October 11, 2006, 02:44:46 AM
Sounds  like Takeshi Miya's pkg-config plugin.  It already maintains the database for you.

But will it work with compilers other than gcc (it seems that many people use VCC or digital mars with C::B)?

Quote from: MortenMacFly on October 11, 2006, 08:41:38 AM
I don't understand why you are saying the the WX setup will not work, because it actually works...?1 (Maybe I have something pre-configured that makes it work?!).

Yop, it will work. I've made configuration compatible with project configuration used for WX long time ago. But it won't work when you want to set-up additional include dirs through CXXFLAGS (that's where LibFinder stores extra includes using -I flag). So using wx in project requires you to know how to exactly configure it inside C::B project. You can not simply ise .include for include dir, .lib for lib dir ad .cflags .lflags for other thing to make project running. And I guess that people will require some other libraries usable in C::B - giving one unique configuration scheme for any library would be better than different schemes for different libraries.

BYO

takeshimiya

Quote from: byo on October 11, 2006, 05:53:21 PM
Quote from: Game_Ender on October 11, 2006, 02:44:46 AM
Sounds  like Takeshi Miya's pkg-config plugin.  It already maintains the database for you.
But will it work with compilers other than gcc (it seems that many people use VCC or digital mars with C::B)?
pkg-config too :wink: