Re: Ubuntu Edgy vs wxWidgets

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

Jerry Story wrote:
> 
> Now it can't find -ltiff

OK, some more Makefile tinkering, and I discovered that you don't need
to link to those at all. [slaps head]

I've streamlined the Makefile, which you can download directly from the 
repository here (beware wrapping url):

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

There are a couple of assumptions made in this version that will be fixed
later on.  I discovered the use of wx-config, which will tell you what 
flags and so forth you need to have.

The ones that are interesting for the Makefile are prefix, libs and 
cppflags:

 $ wx-config --prefix
 $ wx-config --libs
 $ wx-config --cppflags

If you have problems check these three things against variables set in the
Makefile( prefix, EXTRA_LIBS_GUI and CPPFLAGS, respectively).  For the
real release, I'll make sure there's a configure script that does this 
for you.

Thanks for helping me figure this stuff out.

Matt

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

Search



Quick Links

User menu

Not signed in.

Misc Menu