User forums > Help

Settings don't get saved (svn 4454)

<< < (2/16) > >>

Jenna:

--- Quote from: johne53 on September 19, 2007, 10:06:19 am ---Is there a way of going back to my old version temporarily? I don't like having bugs that cause things not to get saved.

--- End quote ---

If you compile codeblocks from svn you can checkout older versions by explicitly tell the svn-revision:


--- Code: ---svn checkout svn://svn.berlios.de/codeblocks/trunk /path/to/your/codeblocks/source/ -r revision_you_want --non-interactive
--- End code ---

johne53:
Thanks Jens. Unfortunately I've never managed to build C::B from source. If I try to compile the Codeblocks-unix project I get an error at line 9 ofPlatWX.cpp (wx/wx.h can't be found). I've tried finding it with find but I don't seem to have it. On the other hand, if I try to compile the Codeblocks project I get the error cc1plus: error: unrecognized command line option "-mthreads" I've never managed to work out what's wrong....  :(

Biplab:

--- Quote from: johne53 on September 19, 2007, 12:28:17 pm ---If I try to compile the Codeblocks-unix project I get an error at line 9 ofPlatWX.cpp (wx/wx.h can't be found).

--- End quote ---

It means you don't have wxGTK-devel package installed.


--- Quote from: johne53 on September 19, 2007, 12:28:17 pm ---On the other hand, if I try to compile the Codeblocks project I get the error cc1plus: error: unrecognized command line option "-mthreads"

--- End quote ---

I guess you tried with the project file meant for Windows. -mthreads is applicable for Windows only. It won't work on Linux. So don't try to use this project file. It will not work out-of-box.

johne53:

--- Quote from: Biplab on September 19, 2007, 01:40:55 pm ---It means you don't have wxGTK-devel package installed.
--- End quote ---

Sorry - did you mean wxWidgets-devel? I couldn't find much on Google about wxGTK_devel. Can you point me towards a site where I can download it (I'm running OpenSuse 10.2, so Yast or RPM would probably be favoured).

[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

thomas:

--- Quote from: johne53 on September 19, 2007, 09:18:00 am ---I'll happily try disabling the standard ones if you can tell me where to do it.
--- End quote ---
If you launch Code::Blocks with --safe-mode (type that in the "Run..." box or in the shell), it starts without *any* plugins at all. Other than that, you can disable plugins one by one from the "Manage Plugins" dialog (found in the "Plugins" menu).
Also, there is the really hard way of simply deleting the respective shared library from the plugins folder. As you can always restore them by hitting the "build" button, there's not much to lose really.


--- Quote ---Also, what is an RPT file and where would I find it??
--- End quote ---
That is a file containing a stack backtrace, which can be used to pinpoint a crash in many situations. It is created when the application crashes and can normally be found in the same directory as the application or in your home directory, and called codeblocks.rpt.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version