Brian Haag wrote:

> Sorry to create a new thread for this, but I just subscribed and
> wanted to bump this while the topic is fresh.

New topics (like this one) in new threads sounds good to me

> I'm very noob with OS X and *nix in general, but I'm comfortable
> enough to use make, edit files, etc.  I can get wxMac to compile, with
> or without --disable-debug, but I keep getting errors when I try to
> compile wxLua.  Here's the latest:

Q: Did you compile and install wxWidgets (or wxMac) first ?
(you probably also want to install wxSTC / wxSTEdit add-ons)

You *cannot* use the old stuff that Apple includes with Tiger,
so you need to install wx - either yourself or with MacPorts.

> checking for wx-config... /usr/bin/wx-config
> checking for wxWidgets version >= 2.4.0 (--debug=no)... no
> configure: error:
>     The requested wxWidgets build couldn't be found.
>
> As far as I can tell, both a standard and a debug=no build should be
> around, unless one overwrites the other, in which case the debug=no
> one is the latest.

The default installation would be in /usr/local/bin/wx-config,
so it seems that it is picking up the Apple wxMac-2.5.3-debug ?

I used this explicit setting of which wxWidgets version to use:
--with-wx-config=/usr/local/lib/wx/config/mac-unicode-release-2.8

--anders


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to