News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Compiling wxWidgets Wizard generated program on Ubuntu Linux

Started by RJP Computing, June 07, 2006, 11:19:37 PM

Previous topic - Next topic

RJP Computing

Hi I am completely new to Linux and I can't seem to get the wizard settings right for a wxWidget Application wizard generated project. I am trying to get through the screens but when I get to the 'wxWidgets' location' I am not sure where to point it to. I have installed wxWidgets from Synaptic and it isn't clear where the base files the wizard are looking for. I found that there are wxWidget files under the /usr/lib/wx/ directory, but that did not satisfy the wizard. Any help would be greatly appreciated.

Thanks
- Ryan

Ubuntu/WinXP, AMD Athlon 64 3000+, 1000MB RAM, AC 97 Audio, ATI Radeon 9600XT 256MB

mandrav

Unfortunately, this wizard generates windows wxWidgets projects currently...
Be patient!
This bug will be fixed soon...

thumb


MortenMacFly

Quote from: thumb on June 08, 2006, 12:10:22 PM
Is the wizard in RC3 will support that? thx.
I'm afraid not (yet). Anyway: You could try to add this support yourself. The only file you'll need to change is: [C::B_Sources]\src\plugins\projectwizard\resources\wxwidgets\wizard.script or [C::B_RunTime]\share\CodeBlocks\templates\wizard\wxwidgets\wizard.script. There is also no re-compilation of C::B required for testing. You just may have to restart C::B once in a while...
Wuith regards, Morten.
Ps.: Once you managed to resolve this issue don't hesitate to contribute! ;-)
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

oz

a question about compiling the CB under linux. I installed the CB rpm package, then downloaded the new version of the source code. compiled it use CB itself, ran 'update', there will be a 'output' folder. so what is the next? simply overwrite all files from the output folder or do something else? thanks in advance.

mandrav

Quote from: oz on June 08, 2006, 04:58:41 PM
a question about compiling the CB under linux. I installed the CB rpm package, then downloaded the new version of the source code. compiled it use CB itself, ran 'update', there will be a 'output' folder. so what is the next? simply overwrite all files from the output folder or do something else? thanks in advance.

If all has gone well, just run output/run.sh.
Be patient!
This bug will be fixed soon...