Moving to Linux

If you are using the main C++ distribution of wxWidgets, Feel free to ask any question related to wxWidgets development here. This means questions regarding to C++ and wxWidgets, not compile problems.
DavidHart
Site Admin
Site Admin
Posts: 4254
Joined: Thu Jan 12, 2006 6:23 pm
Location: IoW, UK

Post by DavidHart »

Louigi Verona wrote:* libwxbase2.4-dbg
* libwxbase2.4-dev
* libwxbase2.6-dbg
* libwxbase2.6-dev
* libwxbase2.8-dbg
* libwxbase2.8-dev
* libwxgtk2.4-dbg
* libwxgtk2.4-dev
* libwxgtk2.6-dbg
* libwxgtk2.6-dev
* libwxgtk2.8-dbg
* libwxgtk2.8-dev

This is what the terminal says.
Did it really say that? It didn't start with: "Default config is..."?
In Code Blocks I did not find where I can enter the path though.
I don't know about c::b, but there must be some menu like 'Options > Link'. If not, there's a forum.
Louigi Verona
Earned some good credits
Earned some good credits
Posts: 127
Joined: Tue Mar 24, 2009 10:21 am
Contact:

Post by Louigi Verona »

The program 'wx-config' can be found in the following packages:
* libwxbase2.4-dbg
* libwxbase2.4-dev
* libwxbase2.6-dbg
* libwxbase2.6-dev
* libwxbase2.8-dbg
* libwxbase2.8-dev
* libwxgtk2.4-dbg
* libwxgtk2.4-dev
* libwxgtk2.6-dbg
* libwxgtk2.6-dev
* libwxgtk2.8-dbg
* libwxgtk2.8-dev
Try: sudo apt-get install <selected package>
bash: wx-config: command not found


I guess smth is not installed %) I did install wxWidgets dev files.
tbreina
Moderator
Moderator
Posts: 1289
Joined: Thu Nov 25, 2004 7:38 pm
Location: Coronado, CA

Post by tbreina »

Louigi Verona wrote:I also tried installing wxDev-C++ under Wine. But projects do not compile and all have a common error:

C:\winbin\Dev-Cpp\Projects\Makefile.win [Build Error] exe: *** [Objects/MingW/Whatever_private.res] Error -1073741819

ps: fixed that by installing newer wine version from git
Are you saying that wxDev-C++ now works for you under Wine? I could get everything to work, but the actual make command failed from the IDE. It worked just fine from the command line. I would be interested if you got things to work.

Thanks.

-Tony
Everybody's got something to hide except for me and my monkey.
Louigi Verona
Earned some good credits
Earned some good credits
Posts: 127
Joined: Tue Mar 24, 2009 10:21 am
Contact:

Post by Louigi Verona »

tbreina: yep, everything works from IDE, I compiled my project fine. Again, what I did was compile the latest version. Also, do not install into Program Files, create a folder without spaces, like winbin.
tbreina
Moderator
Moderator
Posts: 1289
Joined: Thu Nov 25, 2004 7:38 pm
Location: Coronado, CA

Post by tbreina »

Louigi Verona wrote:tbreina: yep, everything works from IDE, I compiled my project fine. Again, what I did was compile the latest version. Also, do not install into Program Files, create a folder without spaces, like winbin.
Excellent news.

Are you using wx-config in your makefiles? Or do you have the library and include files hard coded?

e.g. `wx-config --cxxflags`
Everybody's got something to hide except for me and my monkey.
Post Reply