Author Topic: how to make rpm for own distro of linux  (Read 13116 times)

Offline TheTuxKeeper

  • Regular
  • ***
  • Posts: 293
  • daniel2000
Re: how to make rpm for own distro of linux
« Reply #15 on: July 25, 2006, 10:37:58 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.codeblocks.org/index.php?topic=3481.msg27532#msg27532

EDIT: Modify the sources and go on with point 3 again :)
« Last Edit: July 25, 2006, 10:40:21 pm by daniel2000 »
Nightly builds for openSUSE

Offline TeddyKrulewich

  • Multiple posting newcomer
  • *
  • Posts: 32
Re: how to make rpm for own distro of linux
« Reply #16 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 :)
« Last Edit: July 25, 2006, 11:01:31 pm by TeddyKrulewich »

Offline TheTuxKeeper

  • Regular
  • ***
  • Posts: 293
  • daniel2000
Re: how to make rpm for own distro of linux
« Reply #17 on: July 25, 2006, 11:09:57 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.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

Offline TeddyKrulewich

  • Multiple posting newcomer
  • *
  • Posts: 32
Re: how to make rpm for own distro of linux
« Reply #18 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.
:) :) :) :) :) :) :) :) :)

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
« Last Edit: July 25, 2006, 11:16:04 pm by TeddyKrulewich »

Offline TheTuxKeeper

  • Regular
  • ***
  • Posts: 293
  • daniel2000
Re: how to make rpm for own distro of linux
« Reply #19 on: July 25, 2006, 11:24:11 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
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
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

Offline TeddyKrulewich

  • Multiple posting newcomer
  • *
  • Posts: 32
Re: how to make rpm for own distro of linux
« Reply #20 on: July 26, 2006, 01:29:31 am »
Ir compiles but doesnt run right :(

EDIT:
How do i get an older version of gcc and install it?
« Last Edit: July 26, 2006, 01:56:05 am by TeddyKrulewich »

mdelfede

  • Guest
Re: how to make rpm for own distro of linux
« Reply #21 on: July 26, 2006, 07:47:28 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.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