Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
CVS changes
grv575:
tested configure and make (--enable-debug) without error. make install failed (in place make):
make:
--- Code: ---make[4]: Entering directory `/usr/src/codeblocks/src/src/resources'
cd . && zip ./resources.zip *.xrc images/*.png images/16x16/*.png > /dev/null
cd ./start_here && zip ./start_here.zip *.htm* *.jpg > /dev/null
--- End code ---
make install:
--- Code: ---make[5]: Entering directory `/usr/src/codeblocks/src/src/resources'
make[5]: Nothing to be done for `install-exec-am'.
cd ./start_here && zip ./start_here.zip *.htm* *.jpg > /dev/null
test -z "/usr/local/share/codeblocks" || mkdir -p -- "/usr/local/share/codeblock
s"
/bin/install -c -m 644 'resources.zip' '/usr/local/share/codeblocks/resources.z
ip'
/bin/install -c -m 644 './start_here.zip' '/usr/local/share/codeblocks/start_he
re.zip'
/bin/install: cannot stat `./start_here.zip': No such file or directory
--- End code ---
#find . -iname start_here*
codeblocks/src/src/resources/start_here/start_here.zip
So it puts start_here.zip in the start_here/ subdirectory but then tries to install start here from the resources (parent) directory - instead of first changing to resources/start_here...
grv575:
Also, the debug version of codeblocks on linux seems to use add2line to get line#s from the codeblocks binary. This currently only works if I do:
cd /usr/local/bin; codeblocks
i.e. the PATH is not searched by the addr2line debug generation step. Just FYI, maybe this is easy to fix.
mandrav:
--- Quote from: grv575 on September 08, 2005, 06:30:59 pm ---tested configure and make (--enable-debug) without error. make install failed (in place make):
--- End quote ---
Thanks again.
I noticed it a little while ago and I 've fixed it.
I haven't commited it yet because I 'm adding a little extra: create menu entry and associate application with *.cbp/*.workspace files during 'make install' :D
grv575:
Not sure if important or not but libraries are linked twice (once during make and then again during make install - which gives a warning about it). You then end up with:
-rw-r--r-- 1 root root 697586 2005-09-06 12:22 libpluginwizard.a
-rwxr-xr-x 1 root root 1170 2005-09-08 12:32 libpluginwizard.la
lrwxrwxrwx 1 root root 24 2005-09-08 12:32 libpluginwizard.so -> libplugin
wizard.so.0.0.1
lrwxrwxrwx 1 root root 24 2005-09-08 12:32 libpluginwizard.so.0 -> libplug
inwizard.so.0.0.1
-rwxr-xr-x 1 root root 585624 2005-09-06 12:22 libpluginwizard.so.0.0.0
-rwxr-xr-x 1 root root 596988 2005-09-08 12:32 libpluginwizard.so.0.0.1
e.g. libpluginwizard.so.0.0.0 does not appear to be used.
mandrav:
Take a look at the dates: I changed the version number...
Navigation
[0] Message Index
[*] Previous page
Go to full version