User forums > Using Code::Blocks
Info about lib finder
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.
--- End quote ---
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?!).
--- End quote ---
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.
--- End quote ---
But will it work with compilers other than gcc (it seems that many people use VCC or digital mars with C::B)?
--- End quote ---
pkg-config too :wink:
Navigation
[0] Message Index
[*] Previous page
Go to full version