Author Topic: new project -> empty  (Read 9317 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5529
new project -> empty
« on: October 27, 2010, 09:33:58 am »
Can anyone else check this. I am using rev 6769.

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



Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7252
Re: new project -> empty
« Reply #1 on: October 27, 2010, 09:58:57 am »
Works on linux, will test on windows xp.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: new project -> empty
« Reply #2 on: October 27, 2010, 10:04:42 am »
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!]

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7252
Re: new project -> empty
« Reply #3 on: October 27, 2010, 10:07:47 am »
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.

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5529
Re: new project -> empty
« Reply #4 on: October 27, 2010, 01:29:58 pm »
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 ...

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7252
Re: new project -> empty
« Reply #5 on: October 27, 2010, 01:34:53 pm »
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" .

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5529
Re: new project -> empty
« Reply #6 on: October 27, 2010, 01:56:26 pm »
so strange, it is not in the list , how did I manage to loose that one ...

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5529
Re: new project -> empty
« Reply #7 on: October 27, 2010, 03:17:24 pm »
I think I found why (but how this could happen,  not sure ) :
Code
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 :-(

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: new project -> empty
« Reply #8 on: October 27, 2010, 03:47:25 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!]

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5529
Re: new project -> empty
« Reply #9 on: October 27, 2010, 03:57:47 pm »
in the end managed to get everything back to normal.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: new project -> empty
« Reply #10 on: October 27, 2010, 04:27:35 pm »
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!]