Author Topic: wxWidgets 2.8 Final & C::B: There is no Plugins?  (Read 4365 times)

Offline Death Knight

  • Multiple posting newcomer
  • *
  • Posts: 18
  • Death here
    • DivFix++
wxWidgets 2.8 Final & C::B: There is no Plugins?
« on: January 05, 2007, 06:45:42 pm »
I have sucesfuly compiled and installed C::B using wxWidgets 2.8.

I used "Static" version. (Because 2.6.3 installed)
wx config:
./configure --disable-debug --enable-optimize --enable-release --enable-unicode --enable-monolithic --disable-shared --enable-static

C::B config:
./configure --prefix=/usr/local --libdir=/usr/local/lib64 --enable-contrib --disable-debug --with-pic --with-wxdir=../../wxWidgets-2.8.0

Problem is:
Manager initialized
Scanning for lexers in /usr/local/share/codeblocks/lexers/...
Found 27 lexers
Configured 0 tools
Scanning for plugins in /home/death/.codeblocks/share/codeblocks/plugins...
Found 0 plugins
Scanning for plugins in /usr/local/share/codeblocks/plugins...
Found 0 plugins
Running startup script
Script 'edit_startup_script.script' registered under menu 'Settings/-Edit startup script'


Hint: I cannot run  'Settings/-Edit startup script' because it gives Error:
"Could not run script: edit_startup_script.script"

Why this happens? Did you know? Thanks.

Offline TheTuxKeeper

  • Regular
  • ***
  • Posts: 293
  • daniel2000
Re: wxWidgets 2.8 Final & C::B: There is no Plugins?
« Reply #1 on: January 05, 2007, 07:19:55 pm »
Copy src/scripts/edit_startup_script.script to /usr/local/share/codeblocks/scripts/
Fixed in rev3461 :)
Nightly builds for openSUSE

Offline Death Knight

  • Multiple posting newcomer
  • *
  • Posts: 18
  • Death here
    • DivFix++
Re: wxWidgets 2.8 Final & C::B: There is no Plugins?
« Reply #2 on: January 05, 2007, 10:51:33 pm »
okey it fixed but how about 0 plugins?
What is wrong with wx2.8 with static librarys?

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: wxWidgets 2.8 Final & C::B: There is no Plugins?
« Reply #3 on: January 06, 2007, 12:32:30 am »
okey it fixed but how about 0 plugins?
What is wrong with wx2.8 with static librarys?

Nothing. C::B just can't be used with a static wx lib. Never could and I 'm surprised it even starts up...
Be patient!
This bug will be fixed soon...