On 3/19/07, John Labenski <[EMAIL PROTECTED]> wrote:

On 3/19/07, Matthew Wild <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I'm looking to use wxLua in a cross-platform desktop application. It
would
> simplify things tremendously if I could use a standard interpreter, and
load
> the wxLua module from within my scripts.
>
> This would simplify the differences between the releases for different
> platforms.
>
> I have seen a package of DLL's for this on sf.net, but only for WIndows.
Can
> the same not be done for Linux? The current download for Linux is 9.3MB,
and
> I just simply can't ask people to download that along with my
application.

I believe that there are far too many Linux distributions (each with
their own library versions) to support them all with a single shared
library. You can staticly link to wxWidgets (never to GTK) and test it
out on different platforms, but I've never tried to do this.


Put simply... how would you do this?


If you do try this and can confirm that it works at least under a few
common distributions please let us know your settings and we can
provide binaries in the future.

Good luck,
    John Labenski


I don't mind compiling some source, ie. from a makefile, but I'm not sure it
is currently possible, Though I don't know... I don't know enough about how
wxLua works internally. All I want is to produce an .so of the .dll's
somehow...

I just think that nearly 10MB and then my application on top is far too much
to expect people to download.

For development, Linux makes Windows a piece of cake :(


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

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