Brian Haag wrote:

>> OI used this explicit setting of which wxWidgets version to use:
>>> --with-wx-config=/usr/local/lib/wx/config/mac-unicode-release-2.8
>
> Still no go.  I'm trying to install wxLua:
>
> make && sudo install
> --with-wx-config=/usr/local/wxMac-2.8.0/lib/wx/config/mac-ansi- 
> release-2.8

Hmm, you should run a "sudo make install" after building your wxMac ?
(so that it will install the files to /usr/local, from wxMac-2.8.0)

Then when building wxLua, you do:
./configure  
--with-wx-config=/usr/local/lib/wx/config/mac-ansi-release-2.8
make
sudo make install

But not installing wxMac first would explain why wx-config was not
in your PATH. After it is installed, it should work much better...

> to no avail.  That is the correct location of my wxWidgets.  I get:
>
> ld: Undefined symbols:
> __ZTI8wxObject
> __ZTI8wxThread
> __ZTI10wxListBase
> __ZTI10wxNodeBase
> /usr/bin/libtool: internal link edit command failed
> make[1]: *** [../lib/libwxlua_macud_wxlua-2.5.0.0.0.dylib] Error 1
> make: *** [modules] Error 2

"_macud_wxlua-2.5" means that it is linking to Apple's version, i.e.
mac-unicode-debug-2.5 that is installed in /usr with Mac OS X 10.4

Autoconf does not use the source directories, like e.g. Windows does,
it usually assumes that you have installed the binaries in the system.

HTH,
--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