I am having a terrible time getting wxWidget and eclipse to work together. I have had no success at all even though I have followed the instructions on this page:However, I've failed to get this to work. Are there any tutorials/documentation on this on the web?
http://wiki.wxwidgets.org/Eclipse
Try this: http://wiki.wxwidgets.org/Eclipse,_CDT_%26_MingW_Setup_Guide
Em segunda-feira, 24 de junho de 2013 06h48min26s UTC-3, asif escreveu:Hi,However, I've failed to get this to work. Are there any tutorials/documentation on this on the web?
I am having a terrible time getting wxWidget and eclipse to work together. I have had no success at all even though I have followed the instructions on this page:
http://wiki.wxwidgets.org/Eclipse
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.
To unsubscribe, send email to wx-users+u...@googlegroups.com
or visit http://groups.google.com/group/wx-users
The best way of building it is thru terminal using standard:
cd wxWidgets-2.9.4
mkdir buildGTK
cd buildGTK
../configure
make
sudo make install
Then you can write your own project in Eclipse by pointing Eclipse project to use wx.
Are you having trouble with the former or the latter?
Hi Igor,On Mon, Jun 24, 2013 at 7:48 PM, Igor Korot <ikor...@gmail.com> wrote:
The best way of building it is thru terminal using standard:
cd wxWidgets-2.9.4
mkdir buildGTK
cd buildGTK
../configure
make
sudo make installI did the same but I still got notifications. I suspect that support of some image formats, for example, didn't get into the build most likely because I don't have the required libs installed on my system. I'd be thankful if these dependencies could be cleanly listed in the docs.
Then you can write your own project in Eclipse by pointing Eclipse project to use wx.
Are you having trouble with the former or the latter?
I am having trouble with the latter. I tried to install wxWidgets in a folder under my own home directory. I have tried to run samples using "make" and they run file except the color issues in ribbondemo which are perhaps because of gtk3.
However, I am terrible with make files and I really need to get this running with an IDE - preferably eclipse. If this can be done by installing wxWidgets in the OS folders then I'll sure "sudo make install" but I don't know about the dependencies. I have ***very**** restricted network environment and I get true Internet access (I can browse but cannot use SVN, Git or download files beyond a few megabytes and the network doesn't like linux updater) only for 1.5 hours. So I am not at all free to install libs and other stuff via sudo apt-get, etc.
The management doesn't understand development problems. They only want results! So, with these constraints, I really need help from this list. I have no problem hacking into the wxwidgets library or make files internals but I simply don't have that kind of a time available.
I would be thankful if you could help me here.
Best regards,-Asif
-Asif
Well I used Eclipse long ago and found it terrible and Javaish.
Is there any reason you don't want to use dedicated C++ IDEs?
CodeLite, Code::Blocks, Visual Studio, wxDevCpp....?
If you insist on Eclipse have you installed CDT? What is the error?
forgot to mention: http://codelite.org/LiteEditor/Repositories
On Monday, June 24, 2013 12:48:26 PM UTC+3, asif wrote:
I am having a terrible time getting wxWidget and eclipse to work together. I have had no success at all even though I have followed the instructions on this page:However, I've failed to get this to work. Are there any tutorials/documentation on this on the web?
http://wiki.wxwidgets.org/Eclipse
...
If you insist on Eclipse have you installed CDT? What is the error?
On Mon, Jun 24, 2013 at 11:45 PM, Stefano Mtangoo <mwinj...@gmail.com> wrote:
On Monday, June 24, 2013 12:48:26 PM UTC+3, asif wrote:...I am having a terrible time getting wxWidget and eclipse to work together. I have had no success at all even though I have followed the instructions on this page:However, I've failed to get this to work. Are there any tutorials/documentation on this on the web?
http://wiki.wxwidgets.org/Eclipse
If you insist on Eclipse have you installed CDT? What is the error?I have downloaded, installed and tested Eclipse/CDT with a simple hello world app. All wxWidgets samples that I tried worked fine because I ran make from command-line and ran the executable. However, I am at a loss as to how I am going to put up a completely new project of my own (which is very large) in an IDE such as Eclipse.
Or even better, dedicated Linux IDE - KDevelop or Anjuta.I know KDevelop 3.5.x have a template for creating a working wxWidgets project.
Best regards,-Asif
On Tuesday, June 25, 2013 9:09:55 AM UTC+3, asif wrote:
On Tue, Jun 25, 2013 at 3:48 AM, Igor Korot <ikor...@gmail.com> wrote:
Or even better, dedicated Linux IDE - KDevelop or Anjuta.I know KDevelop 3.5.x have a template for creating a working wxWidgets project.
.............
Apart from SVN and GIT integration, there are built in and external RAD designer!
The best thing is if something is missing you can write a plugin for that, sometimes in 20minutes!