Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: Death Knight on January 05, 2007, 06:45:42 pm

Title: wxWidgets 2.8 Final & C::B: There is no Plugins?
Post by: Death Knight 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.
Title: Re: wxWidgets 2.8 Final & C::B: There is no Plugins?
Post by: TheTuxKeeper on January 05, 2007, 07:19:55 pm
Copy src/scripts/edit_startup_script.script to /usr/local/share/codeblocks/scripts/
Fixed in rev3461 :)
Title: Re: wxWidgets 2.8 Final & C::B: There is no Plugins?
Post by: Death Knight 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?
Title: Re: wxWidgets 2.8 Final & C::B: There is no Plugins?
Post by: mandrav 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...