Open GoogleCodeExporter opened 9 years ago
I can run wx-config by just saying "wx-config" in the command prompt..
but when I use it in compilation ex.
g++ main.cpp 'wx-config etc.etc. '
It says that it cannot find wx-config.
The one I got by compiling wxwidgets doesn't have a file extension,so I renamed
it
and added .exe and it doesnt do anything...I open the program and nothing
happens..
Original comment by siddhart...@gmail.com
on 6 Mar 2007 at 12:04
Ideally, wx-config-win should have the same interface as wx-config (same
parameters
and output), so it can be interchanged on configure/make without any extra
hassles.
Original comment by LKRai...@gmail.com
on 17 Jul 2008 at 5:18
Meanwhile, I created a simple wrapper script to parse extra parameters and
return
hard-coded strings to allow configure scripts work. It requires python and sed.
Original comment by LKRai...@gmail.com
on 17 Jul 2008 at 6:09
Attachments:
Thanks for this wrapper script lk,
I was able to make some edits to this and use it in my project on mingw/msys.
It would be great to get official support for this though
Original comment by colin.di...@gmail.com
on 29 Jul 2013 at 7:42
Original issue reported on code.google.com by
takeshimiya
on 7 Sep 2006 at 10:55