You are not logged in.
Ok, so I came across a bunch of simple articles regarding wxWidgets coding. Here it is: http://www.codestorm.free2host.net/plug … php?id=346
Now, what I've done was basically copying the two files Base.h and Base.cpp, and then I did `g++ Base.cpp -o Base`.
What I got was just a handful of errors, a log can be found here: http://members.lycos.co.uk/sweiss3/extra/log.txt
I've tried it with gcc 3.4.3 and with gcc 4, wxgtk 2.4.2-3 and wxgtk 2.4.2-4.
Can anyone help?
Thanks in advance.
Some PKGBUILDs: http://members.lycos.co.uk/sweiss3
Offline
Now, what I've done was basically copying the two files Base.h and Base.cpp, and then I did `g++ Base.cpp -o Base`.
What I got was just a handful of errors, a log can be found here: http://members.lycos.co.uk/sweiss3/extra/log.txt
I've tried it with gcc 3.4.3 and with gcc 4, wxgtk 2.4.2-3 and wxgtk 2.4.2-4.
first check out the wx-config script as suggested in your error text:
/usr/include/wx/defs.h:32:2: #error "No Target! You should use wx-config program for compilation flags!"
secondly, I just upload wxgtk 2.6 to testing, have a look at it
-neri
Offline
I guess I'll try using KDevelop for the time being. Somehow I missed it having support for wxWidgets.
Better learn how to use the toolkit first, I suppose.
Thanks for your help, I'll go check wxgtk 2.6 now
Some PKGBUILDs: http://members.lycos.co.uk/sweiss3
Offline
Yo!
maybe its a old++ topic, just wanted to know.. (now that you have tested kdevelop and all).. i wanted to know what "support" it has for wxgtk?
I am trying to learn it myself... Using some really bad written GUI-designer atm.
Offline