Author Topic: Compiling wxWidgets Wizard generated program on Ubuntu Linux  (Read 4863 times)

Offline RJP Computing

  • Almost regular
  • **
  • Posts: 135
    • 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
« Last Edit: June 08, 2006, 02:58:15 am by RJP Computing »
- Ryan

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

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: Compiling wxWidgets Wizard generated program on Ubuntu Linux
« Reply #1 on: June 08, 2006, 08:31:17 am »
Unfortunately, this wizard generates windows wxWidgets projects currently...
Be patient!
This bug will be fixed soon...

thumb

  • Guest
Re: Compiling wxWidgets Wizard generated program on Ubuntu Linux
« Reply #2 on: June 08, 2006, 12:10:22 pm »
Is the wizard in RC3 will support that? thx.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Compiling wxWidgets Wizard generated program on Ubuntu Linux
« Reply #3 on: June 08, 2006, 12:21:23 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: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline oz

  • Multiple posting newcomer
  • *
  • Posts: 47
Re: Compiling wxWidgets Wizard generated program on Ubuntu Linux
« Reply #4 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.

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: Compiling wxWidgets Wizard generated program on Ubuntu Linux
« Reply #5 on: June 08, 2006, 06:06:15 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...