Re: [wxlua-users] Installing wxLua

2011-02-24 Thread Mahadi Hasan
Yes, I've successfully built and installed wxSTC, wxStEdit, and wxLua on my system. Now I have wxLua file in wxLua/bin dir, but no wxLuaEdit file and a menu entry in Utility for wxLuaEdit, but none worked/ran when I clicked on them. > > Yes, wxSTC is bundled with wxWidgets but not installed by de

Re: [wxlua-users] Installing wxLua

2011-02-24 Thread Mahadi Hasan
Even after installing wxSTC building of wxStEdit ended with errors. I haven't found this location: include/wx/stedit/setup0.h > > You'll need to install wxSTC first, before building wxStEdit. > > Also: cp include/wx/stedit/setup0.h include/wx/stedit/setup.h > >> Could you please show me the way

Re: [wxlua-users] Installing wxLua

2011-02-24 Thread Anders F Björklund
Mahadi Hasan wrote: > I've downloaded wxStEdit, but when tried to download wxSTC wxWidgets > file showed up, is it ok? Yes, wxSTC is bundled with wxWidgets but not installed by default. So you'll need to go to "contrib/src/stc", and `make install` it. > I already have wxWidgets installed. When

Re: [wxlua-users] Installing wxLua

2011-02-24 Thread Mahadi Hasan
I've downloaded wxStEdit, but when tried to download wxSTC wxWidgets file showed up, is it ok? I already have wxWidgets installed. When I tried to build wxStEdit using make command it showed error messages. What to do? Could you please show me the way to installing wxLua from A to Z step by step?

Re: [wxlua-users] Installing wxLua

2011-02-24 Thread Anders F Björklund
Mahadi Hasan wrote: > I've installed both wxWidgets and wxLua from source I couldn't find > any binary package. > I did the same thing and got no wxLua or wxLuaEdit file in wxLua/bin > folder except wxLuacan, wxLuaFreeze You also need to install wxSTC and wxStEdit for those two... If you want to

Re: [wxlua-users] Installing wxLua

2011-02-23 Thread Mahadi Hasan
I've installed both wxWidgets and wxLua from source I couldn't find any binary package. I did the same thing and got no wxLua or wxLuaEdit file in wxLua/bin folder except wxLuacan, wxLuaFreeze > > By install wxWidgets and wxLua do you mean that you have installed a > binary package for them or just

Re: [wxlua-users] Installing wxLua

2011-02-23 Thread John Labenski
On Tue, Feb 22, 2011 at 10:37 PM, Mahadi Hasan wrote: > I have downloaded and installed wxWidgets and wxLua on my Puppy Linux > system, and don't know how to start using wxLua, how to run it. > I'm not sure whether my installation of wxWidgets and wxLua is successful, I > don't know how to test an

Re: [wxlua-users] Installing wxLua

2011-02-23 Thread Mahadi Hasan
Thanks for your reply. I'm looking for an easy way to using wxLua on Linux, I already tried using source files, and failed. I can't figure out what to do as I'm a novice to both coding and Linux. On 2/23/11, Lostgallifreyan wrote: > I don't use Linux, but as with Windows, I imagine you don't nee

Re: [wxlua-users] Installing wxLua

2011-02-23 Thread Lostgallifreyan
I don't use Linux, but as with Windows, I imagine you don't need wxWidgets separate;y because wxLua already uses it. It might not use the latest wxWidgets, but it does when it can. In Windows, the file wxLua.exe runs the whole show, mostly, at least it's all I use... I just write scripts and as

[wxlua-users] Installing wxLua

2011-02-22 Thread Mahadi Hasan
I have downloaded and installed wxWidgets and wxLua on my Puppy Linux system, and don't know how to start using wxLua, how to run it. I'm not sure whether my installation of wxWidgets and wxLua is successful, I don't know how to test and run these apps. How do I use wxLua? -