Re: Ubuntu Edgy vs wxWidgets

new topic     » goto parent     » topic index » view thread      » older message » newer message

Jerry Story wrote:
> 
> When I run wx-config --prefix it returns /usr

I think you may have another version of wxWidgets installed.  Try

$ wx-config --version

I installed 2.6.3 using Synaptic to test this out.  It gets put into
/usr when installed that way.  If it's showing 2.6.3, try also

$ wx-config --list

It will probably show only 2.6.3.  If 2.8.2 was installed in your /usr/local
path (which seems to be the default) you need to use /usr/local/bin/wx-config,
or else change your path so that /usr/local/bin is before /usr/bin.

I've made a start on using a configure script.  It won't handle the case
where 2.8.2 isn't the default, but at least it's a start.  You can
download directly from svn here:

http://wxeuphoria.svn.sourceforge.net/viewvc/*checkout*/wxeuphoria/wxeu/branches/wxeu280/Makefile
http://wxeuphoria.svn.sourceforge.net/viewvc/*checkout*/wxeuphoria/wxeu/branches/wxeu280/configure?revision=66

The configure script creates Makefile.gcc, which is included by Makefile
to define a few variables used in building wxEuphoria.

Matt

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu