News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Compilation in BSD ?

Started by saevar, March 15, 2010, 12:01:49 PM

Previous topic - Next topic

saevar

Hello there,
i tried compile Code::Blocks from source to PCBSD 8.0, but cannot go around wxWidget thing.
PCBSD has no wxWidget, it uses wxgtk2Widgets.
Is there posibility to avoid this problem to use Code::Blocks under BSD ?
With regards
Vilem

oBFusCATed

#1
Do you have wx-config?
wx-config is an application/script that returns the parameters needed to link/compile wxwidgets base software.

Edit: spelling corrections...
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

saevar

Hello there.
in BSD it is not /usr/bin/wx-config but /usr/local/bin/wxgtk2-<ver>-config.(from ports x11-toolkit/wxgtk2-<version>-common)
But only needed now is make symlink to /usr/bin/wx-config -> ln -s /usr/local/bin/wx-gtk2-2.8-config /usr/bin/config.
Thank You for showing me right way, i'll refer about this excelent IDE to collegues.
Vilem

afb