News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Ubuntu and wxFlatNotebook

Started by Rakan, May 04, 2008, 12:36:12 AM

Previous topic - Next topic

Rakan

Hello,
I am working on Ubuntu Hardy and developing a simple app using CodeBlocks in C++.
I included the wxFlatNotebook control to my frame but it didn't compile because the header files were not there. I managed to get the files from sourceforge, i knew where to place the header files for this control but not the cpp files. They are included in the src directory of wxFlatNotebook.
Even though headers are there CodeBlocks gives me:

Main.cpp|66|undefined reference to `wxFlatNotebook::wxFlatNotebook(wxWindow*, int, wxPoint const&, wxSize const&, long, wxString const&)'|

I know its because the cpp files are missing, but where am i supposed to put them on my Ubuntu?

Thanks,
Rakan

byo

Did you try to include cpp files into your project? You probably won't even have to create separate target for them.

Regards
   BYO