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:

[EMAIL PROTECTED]@
[EMAIL PROTECTED]@
[EMAIL PROTECTED]@
[EMAIL PROTECTED]@

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



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Wxlua-users mailing list
Wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to