News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

how to make rpm for own distro of linux

Started by TeddyKrulewich, July 24, 2006, 08:20:18 PM

Previous topic - Next topic

TheTuxKeeper

#15
Quote from: TeddyKrulewich on July 25, 2006, 10:26:34 PM
i sort of use suse 10.1. It says suse 10.1 but it is actually suse 10.2 alpha 2
Ok, then it's won't compile without modifying the sources, because there are some (or only one) issues with gcc 4.1, where codeblocks don't compile. There's a thread with a work-around. Here is it: http://forums.next.codeblocks.org/index.php?topic=3481.msg27532#msg27532

EDIT: Modify the sources and go on with point 3 again :)
Nightly builds for openSUSE

TeddyKrulewich

#16
it still doesnt work :( is there a way to downgrade my gcc
edit:
actually i tried it one more time and i think its working im not sure though its not done :)

TheTuxKeeper

Quote from: TeddyKrulewich on July 25, 2006, 10:53:10 PM
it still doesnt work :( is there a way to downgrade my gcc
edit:
actually i tried it one more time and i think its working im not sure though its not done :)
If it doesn't work installing gcc 4.0 is the only way to get it work (but killerbot uses 10.1 and the work-around worked for him). Some post under the work-aound post it is described (http://forums.next.codeblocks.org/index.php?topic=3481.msg27597#msg27597). It should work nearly the same with suse.

But I think you won't need this. The error you got has been the only one concerning gcc 4.1 ;)
Nightly builds for openSUSE

TeddyKrulewich

#18
didnt you read the edit it said i think i got it working, and thanks a LOT!!!!!! You helped me when noone else would.
:) :) :) :) :) :) :) :) :)

edit:
also If they dont get someone building suse rpms i might see if there is a way i can build them for who ever is in charge of these things

TheTuxKeeper

Quote from: TeddyKrulewich on July 25, 2006, 11:14:08 PM
didnt you read the edit it said i think i got it working, and thanks a LOT!!!!!! You helped me when noone else would.
:) :) :) :) :) :) :) :) :)
Great. :D
Quote from: TeddyKrulewich on July 25, 2006, 11:14:08 PMedit:
also If they dont get someone building suse rpms i might see if there is a way i can build them for who ever is in charge of these things
killerbot wants to build suse rpms. But I think he hasn't got the time yet. But there will be suse builds ;)
Nightly builds for openSUSE

TeddyKrulewich

#20
Ir compiles but doesnt run right :(

EDIT:
How do i get an older version of gcc and install it?

mdelfede

Quote from: daniel2000 on July 25, 2006, 11:09:57 PM
Quote from: TeddyKrulewich on July 25, 2006, 10:53:10 PM
it still doesnt work :( is there a way to downgrade my gcc
edit:
actually i tried it one more time and i think its working im not sure though its not done :)
If it doesn't work installing gcc 4.0 is the only way to get it work (but killerbot uses 10.1 and the work-around worked for him). Some post under the work-aound post it is described (http://forums.next.codeblocks.org/index.php?topic=3481.msg27597#msg27597). It should work nearly the same with suse.

But I think you won't need this. The error you got has been the only one concerning gcc 4.1 ;)

The workaround DON'T work, at least for me... It allows compilation of C::B, but scripting is broken, and with it half of functionality of C::B.
The only reliable way I've found is to install gcc 4.0.3 as an additional compiler and do with it.

Ciao

Max