LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   KDevelop and wxWidgets? (https://www.linuxquestions.org/questions/programming-9/kdevelop-and-wxwidgets-424270/)

Kixdemp 03-12-2006 09:31 PM

KDevelop and wxWidgets?
 
Hello everyone! :D
Alright, I select a new C++ wxWidgets project in KDevelop, without modifying the code, I go to Build > Build Project, and I get all the building stuff, but with errors! Here's the log:

http://sulfurmidis.com/config.log

Note: The last line I see of that file in KDevelop is line 837.

How do I fix this? Anyone know? Thanks! ;)

xhi 03-13-2006 01:49 PM

do you have wxwidgets installed? and if so is wx-config in your path?

Kixdemp 03-14-2006 05:18 PM

Doesn't look like it: :scratch:

Code:

[kixdemp@localhost ~]$ locate wx-config
/usr/share/apps/kdevappwizard/template-common/wx-configure.in

What's the yum name for wxWidgets? I tried both with upper- and lower-case W but none worked... :confused: Thanks! ;)

josenj 11-04-2006 05:53 PM

I use Debian so I don't know what the YUM package name would be. You can always download the latest version on the website.

Once you compile and set up wxWidgets it just a matter of typing a few wx-config commands.

First start up KDevelop and go into Project->Project Options->Configure Options and populating values needed. Type wx-config for avaialbe outputs.

There is also a wxWidgets template in KDevelop you can use for testing.

Good Luck!


All times are GMT -5. The time now is 12:56 AM.