Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
unable to load CC
Jenna:
Two new files are missing from Makefile.am after last commit.
Should be fixed in trunk.
oBFusCATed:
--- Quote from: killerbot on March 09, 2013, 06:41:04 pm ---because this process has been working for me (with 2 glitches a year) for more then 8 years now
--- End quote ---
No, it has not, you always have problems with it, search the forum - it has a history of them all :)
--- Quote from: killerbot on March 09, 2013, 06:41:04 pm ---my uninstall was by removing everything even manually : so in /usr/local I removed all CB stuff
--- End quote ---
This seems a bit more save, but still if you have two or more applications you've installed with this method you loose them all.
--- Quote from: killerbot on March 09, 2013, 06:41:04 pm ---Question : why would we advocate, that the typical make/make install should not be used, and should not be working ?
Now we are gonna go even more nerd-way and telling people to even make packages and then install from packages.
--- End quote ---
Because make uninstall is unreliable.
We advocate people to use binary packages or use --prefix=/myhome/cb. At least I.
--- Quote from: killerbot on March 09, 2013, 06:41:04 pm ---Why should I even create an rpm ? And for your information, I don't even know how to.
--- End quote ---
Because it is more reliable and easier in the longer run. And it is not that complex.
It is something like:
--- Code: ---./bootstrap
./configure --bla bla
make dist
rpmbuild -ta path_to_resulting_package
cd to where the packages are
rpm -Uhv codeblocks*
--- End code ---
@Jen: Can you add -Wl,--no-undefined to the makefiles and to see if it passes?
This will make the build fail if anything has not been added correctly to the build system.
MortenMacFly:
--- Quote from: jens on March 09, 2013, 06:56:15 pm ---Two new files are missing from Makefile.am after last commit.
--- End quote ---
Dammed - indeed, I had forgotten this change.
MortenMacFly:
--- Quote from: oBFusCATed on March 09, 2013, 07:06:53 pm ---@Jen: Can you add -Wl,--no-undefined to the makefiles and to see if it passes?
This will make the build fail if anything has not been added correctly to the build system.
--- End quote ---
This would be nice, indeed.
killerbot:
ok, I will give the rpm build some try some day, but will need help.
And, yes I had trouble, but whatever you were pointing out, that was not due to my way, rpm would have been as bad, because the makefile was not correct. So yes, I am occasionally having a make problem, but if the make file is broken, I am just an innocent victim ...
Verified problem gone with makefile update.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version