User forums > Help

Settings don't get saved (svn 4454)

<< < (3/16) > >>

Biplab:

--- Quote from: johne53 on September 19, 2007, 02:32:37 pm ---[Edit...] Oops, sorry. I found it (I typed it wrong into Google)
Do you know what version it's up to? The latest I can find is 2.6.3.3 but I thought it was at around 2.8.x.x

--- End quote ---

You should use at least wxGTK-devel-2.8.4 if you want to use wxGTK-2.8.x. Otherwise you can install wxGTK-2.6.3 package.

Or just compile it on your own. I assume, your PC has autotools, gcc installed.
1) Download wxGTK-2.8.4 source from wxWidgets site.
2) Extract it to a folder.
3) Open shell and type the following command to configure wxGTK (this is what I do).

--- Code: ---./configure --disable-debug --enable-shared --enable-unicode --enable-monolithic --with-gtk=2
--- End code ---
4) Now do make and make install. Your PC is ready to compile C::B.


--- Quote ---Also, what is an RPT file and where would I find it??
--- End quote ---

On Linux, you'll find it under /tmp folder. Look for the folders starting with codeblocks_dbgrpt-* (where * is several numbers). Inside that folder you'll find an codeblocks.xml file. That will contain the crash report.

Edit 1:

You can download wxGTK-2.8.4-devel from the following link.

--- Quote ---http://download.opensuse.org/repositories/home:/TheTuxKeeper/openSUSE_10.2/i586/
--- End quote ---

johne53:
Thanks. Forgive my ignorance - but is wxGTK-devel the same as wxWidgets-devel ?

(the library shown in your link was wxWidgets-devel).

stahta01:

--- Quote from: johne53 on September 19, 2007, 04:48:40 pm ---Thanks. Forgive my ignorance - but is wxGTK-devel the same as wxWidgets-devel ?

(the library shown in your link was wxWidgets-devel).

--- End quote ---

wxWidgets has more than one type; wxGTK is the type needed by Code::Blocks under Linux.
Note, wxWidgets-devel is needed to compile Code::Blocks.

The file wxWidgets-2.8.4-11.1.i586.rpm is most likely needed to run Code::Blocks.

Tim S 

Biplab:

--- Quote from: johne53 on September 19, 2007, 04:48:40 pm ---Thanks. Forgive my ignorance - but is wxGTK-devel the same as wxWidgets-devel ?

(the library shown in your link was wxWidgets-devel).

--- End quote ---

Sorry for creating that confusion.

Download the wxWidgets-devel package to compile C::B. :)

johne53:
Okay, I installed wxWidgets2.8-devel. Now when I compile I get an error at line 42 of /usr/include/wx-2.8/wx/defs.h

error: #error "No Target! You should use wx-config program for compilation flags!"

Is this simply a matter of a missing preprocessor directive or do I need to run some external program to configure something..?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version