Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

Building C::B w/C::B on FreeBSD 6.0 amd64 - wx-config NF || duplidate targets

(1/3) > >>

janknepper:
Running: "Build jan 15 2006 14:33:46 - wx2.6.2 (FreeBSD ANSI)
SVN'ed Code::Blocks sources.
Load: CodeBlocks-unix.cbp
Rebuild...
g++: `wx-config: No such file or directory.
cc1plus: error: unrecognized command line option "-fcflags"

When I changed to use GMAKE I get duplicate targets and the build will not run either.
Any idea's?

Thanks!
Jan

takeshimiya:
It appears that you don't have installed the wx-config script.
It may come in a package called wx-common or something like that (depending on your distro).

janknepper:

--- Quote from: Takeshi Miya on January 30, 2006, 11:07:19 pm ---It appears that you don't have installed the wx-config script.
It may come in a package called wx-common or something like that (depending on your distro).

--- End quote ---

Nop! wx-config runs just fine from the command line.

Thanks!
Jan

takeshimiya:
Are you sure you put the two backticks aroung wx-config?

in

--- Code: ---Rebuild...
g++: `wx-config: No such file or directory.
--- End code ---
I can only see one backtick.

It would be something like `wx-config --cflags`

janknepper:

--- Quote from: Takeshi Miya on January 30, 2006, 11:59:20 pm ---Are you sure you put the two backticks aroung wx-config?

in

--- Code: ---Rebuild...
g++: `wx-config: No such file or directory.
--- End code ---
I can only see one backtick.

It would be something like `wx-config --cflags`

--- End quote ---

As I wrote (I think) I loaded the CodeBlocks-unix.cbp file in Code::Blocks and hit Rebuild... I tried this as-is (which indeed gives there error wx-config not found as I would guess that the build system does not *expand* the `wx-config ...`. When I change the Compiler setup to use GMAKE I get duplicate targets...

Is it actually possible to build Code::Blocks from within Code::Blocks???

Thanks!
Jan

Navigation

[0] Message Index

[#] Next page

Go to full version