From: k. h. <kla...@nl...> - 2006-01-19 08:20:21
|
Francesco Montorsi wrote: > Hi all, > > I'm finally back from my last exams (crossing fingers waiting > results :)) Aah you mean that side job you have ;-) > > > pkg-config wxlua --libs > > or > > pkg-config wxlua --cflags maybe seperate includes and cflags. In cmake i have to decifer wx-config output a lot to make useable. The more it is separated in useable parts the better it is. A second thing is that on windows the solution is different (WXLUA var i think). I wonder if the wxlua.pc can contain more stuff, which is morer suitable for other environments/build systems. e.g. a list of libraries without -l in it and a libpath withput -L is for me much more handy. If those can be added somehow, that would makes things simpler. > > Basically the wxlua.pc.in file would look as: > > prefix=@prefix@ > exec_prefix=@exec_prefix@ > libdir=@libdir@ > includedir=@includedir@ This looks interesting. Where is this file normally installed ? Can it be generated for Pc too? > > Name: @PACKAGE_NAME@ > Description: wxWidgets lua wrappers > Version: @PACKAGE_VERSION@ > Requires: > Libs: -L${libdir} -lwxlua > Cflags: -I${includedir}/lua > > > Just let me know... good idea, and i believe that pkconfig etc. is now on all latets linux distributions by default. regards, Klaas -- Unclassified |