Author Topic: installing Code::Blocks on mandriva 2007  (Read 4187 times)

Brain Damage

  • Guest
installing Code::Blocks on mandriva 2007
« on: October 22, 2006, 07:53:08 pm »
Hi all, i've recently switched to linux, and i would like to port this program in it; my problem is that my wxgtk packages in madriva doesn't seems to be compatible with the one of Fedora or SuSe, so when i try to install the rpm for those distributions it tells me that i need that library (i have the devel lib too).

anyone has a link for a mandriva compatible rpm? (i've searched in the forums but the only link i've found was removed by the server due to the inactivity)

Offline davidcosse

  • Single posting newcomer
  • *
  • Posts: 7
Re: installing Code::Blocks on mandriva 2007
« Reply #1 on: October 17, 2007, 03:08:30 pm »
Je n'ai pas de RPM mais ayant pas mal galéré pour installer codeblocks (ou code::blocks , c'est pareil), je décide donc de vous faire par de mon expérience et je vous indique donc la démarche qui a conduit au succès de l'installation.
Installation sur Mandriva 2008
Codeblocks svn
Dans un premier temps à partir du centre de contrôle Mandriva installer les packets suivants et leur dépendance:

subversion
gtk+2.0
zip
make
automake
autoconf
m4
gettext
libtool
intltool
gcc-c++
libstc++-devel
wxgtk2.8
libwxgtk2.8
libwxgtk2.8-devel

Maintenant toute les dépendances doivent être installées on peut donc passer à l'installation de Code::Blocks à proprement parler.

ouvrir une console
créer un répertoire .CodeBlocks:
   mkdir .CodeBlocks
ce rendre dans ce répertoire:
   cd .CodeBlocks
télécharger codeblocks:
   svn checkout svn://svn.berlios.de/codeblocks/trunk
ce rendre dans le répertoire trunk
   cd trunk
taper la commande suivante:
   ./bootstrap
   ./configure
   make
devenir super utilisateur
   su
(entrez votre mot de passe root en aveugle)
   make install
sortir du compte root
   exit
L'installation est terminée !

Pour lancer codeblocks entrez:
   codeblocks&

et voila.

Offline TDragon

  • Lives here!
  • ****
  • Posts: 943
    • TDM-GCC
Re: installing Code::Blocks on mandriva 2007
« Reply #2 on: October 17, 2007, 03:23:46 pm »
The Code::Blocks forums are restricted to the English language only. Please rewrite all three of your posts in English.

This is due to laws in Europe which make a website owner responsible for any of its content.

Thank you.
https://jmeubank.github.io/tdm-gcc/ - TDM-GCC compiler suite for Windows (GCC 9.2.0 2020-03-08, 32/64-bit, no extra DLLs)