Author Topic: Q) how can i setup codeblocks with wxWidgets correctly on Linux  (Read 2868 times)

Offline Rakan

  • Single posting newcomer
  • *
  • Posts: 4
Hello
I am using Ubuntu hardy heron linux distro and i installed wxwidgets along with codeblocks... but i am getting various errors about file not found and DwxUSE_GUI=0 while trying to make an application.

What are the steps required in order to use wxwidgets with codeblocks and compile correctly?

Thanks,
Rakan

Offline hd

  • Multiple posting newcomer
  • *
  • Posts: 45
    • http://www.dynaset.org/dogusanh
Re: Q) how can i setup codeblocks with wxWidgets correctly on Linux
« Reply #1 on: August 13, 2008, 12:03:02 pm »
Hi,

Maybe your setup is faulty?

We have same os. I got wx from "http://apt.wxwidgets.org/hardy-wx main" and cb from "http://lgp203.free.fr/ubuntu/hardy universe".

Using "File-New project-wxWidgets project" wizard generates a working project file for me. Magic settings are:
compiler: `wx-config --cflags`
linker: `wx-config --libs`

You may check these setting from shell (removing `'s).

--
Regards,
Hakki Dogusan