From: John L. <jla...@gm...> - 2005-12-14 05:31:12
|
On 12/13/05, Gustl Berger <gu...@gm...> wrote: > Hi, > I have downloaded the wxLua Windows binaries a few months ago from the > official site. It is really great. > I tried to compile it under Linux but it did not work. So I wanted to > download the current version, but the website seems to be a little out > of date (some downloads are broken and the downloadable version is half > a year old). Sourceforge has disabled CVS imports for annonymous users > (for more than 3 weeks now)... Really? You mean that you cannot checkout anything using an anonymous user from SF? This command seems to work for me at least. cvs -z3 -d:pserver:ano...@cv...:/cvsroot/wxlua co -P wxLua You can compile it all using the Makefile in apps/wxlua/src, then run $make in bindings/wxwidgets, the rerun $make in apps/wxlua/src. I still want to tweak the bindings a little before they're committed so that's why you have to do this extra step. Let me know if anything doesn't work for you. > Maybe someone could upload a CVS snapshot to the Sourceforge download > section? Let me know if the above anonymous cvs command doesn't work for you and also if you find any bugs. Regards, John Labenski |