From: Francesco M. <f18...@ya...> - 2006-04-12 18:40:55
|
klaas.holwerda ha scritto: > Hi, > > I managed to compile on OpenSuse 10 without problem, with 2.6.3. > 2.6.2 did not work out. > The only thing i found strange is the wxstedit, after installing it i > had to copy > > libstedit.a to libsteditd.a You're right: wxCode components always output the same library names regardless of their configuration. This really needs to be changed in future. As always, this could be easy to do but I don't like to make any change on wxCode bakefiles until I'll be able to update them removing all dirty stuff they actually contain to implement uninstall & install stuff. And this would require using the patched bakefile :( I hope this summer Vaclav will find more time to apply or comment on all my patches lying in the patch tracker... > after that i could compile wxLua with that too. > > ( i am using the downloads of wxLua and wxStedit not CVS ). > > Next after running wxluacan, and running the incircles.lua script, i > found that it is different from windows. > It looks like one of the lua script like objects is not drawn at all, > but there is no error or warning. > I hope to find some more on this one, but that is only hope :-( Currently using wxCVS and wxLuaCVS and wxCodeCVS I'm getting even worse results: wxluacan crash at startup. I'll try to do a make clean on all these repositories and rebuild all to see if it's my fault... > > In general it was easy to setup, my next step is to make it work with > wxArt2D, with Cmake that is already the case. > And bakefile makes will be the next challenge. sure ;) Francesco |