News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

new project -> empty

Started by killerbot, October 27, 2010, 09:33:58 AM

Previous topic - Next topic

killerbot

Can anyone else check this. I am using rev 6769.

File -> New Project : the list of typical projects to choose from is completely empty ....



Jenna

Works on linux, will test on windows xp.

oBFusCATed

Do you have the scripted wizard plugin enabled?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Jenna

Fresh build after removing devel output include/*.gch and .objs manually (to be secure, because I did not update svn on windows since a long time):
Everything works as expected.

killerbot

Quote from: oBFusCATed on October 27, 2010, 10:04:42 AM
Do you have the scripted wizard plugin enabled?

What is the official name for that plugin, it seems it might not even be in my list ...

Jenna

Quote from: killerbot on October 27, 2010, 01:29:58 PM
Quote from: oBFusCATed on October 27, 2010, 10:04:42 AM
Do you have the scripted wizard plugin enabled?

What is the official name for that plugin, it seems it might not even be in my list ...
If you open "Plugins -> Manage" there should be an entry "Scripted wizard", it's part of core-C::B and should be built with target "All" .

killerbot

so strange, it is not in the list , how did I manage to loose that one ...

killerbot

I think I found why (but how this could happen,  not sure ) :

Scanning for plugins in /usr/local/lib/codeblocks/plugins
SDK version mismatch for MouseSap (1.11.13). Expecting 1.11.12
SDK version mismatch for cbKeyBinder (1.11.13). Expecting 1.11.12
SDK version mismatch for CodeSnippets (1.11.13). Expecting 1.11.12
SDK version mismatch for ScriptedWizard (1.11.13). Expecting 1.11.12
SDK version mismatch for lib_finder (1.11.13). Expecting 1.11.12
Plugin resource not found: libAligner.zip
SDK version mismatch for BYOGames (1.11.13). Expecting 1.11.12
SDK version mismatch for wxSmith (1.11.13). Expecting 1.11.12
SDK version mismatch for wxSmithMime (1.11.13). Expecting 1.11.12
SDK version mismatch for OpenFilesList (1.11.13). Expecting 1.11.12
SDK version mismatch for HelpPlugin (1.11.13). Expecting 1.11.12
SDK version mismatch for NassiShneidermanPlugin (1.11.13). Expecting 1.11.12
SDK version mismatch for HeaderFixup (1.11.13). Expecting 1.11.12
SDK version mismatch for AutoVersioning (1.11.13). Expecting 1.11.12
SDK version mismatch for cbDragScroll (1.11.13). Expecting 1.11.12


It seems that make clean, was no safety net, probably those darn pch/gch's again :-(

oBFusCATed

Quote from: oBFusCATed on October 25, 2010, 06:33:33 PM
killerbot, what is your distro?
The preferred and safest way to install software is to use the package manager.
So if you're on debian base distro, just build debian packages and install them with dpkg.
If you're on rpm base, build rpms...
It is the same for the other distro types (Arch and gentoo)...

make install/uninstall is too error prone.

Another reason to use the package manager/package builder systems for build software you install in /usr is that the rebuild is always clean (at least in gentoo) :)
Another option is to use --prefix=/home/youruser/codeblocks/ and before doing make install just execute "rm -rf /home/.../codeblocks" :)
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

killerbot

in the end managed to get everything back to normal.

oBFusCATed

I'm sure you do, but it is pretty random experience :)
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]