Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 26/11/2008, à 14:04

informaticien21

Aidez-moi Svp.......Problemme avec MonoDevelop

Bonjour,
J'ai eu une erreur quand je voudrais installer monodevelop (avec la commande './configure') sous mon Os(Ubuntu 8.04.1).

l'erreur est:

iadministrator@iadministrator-laptop:~/dls/monotools1$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... gnutar
checking build system type... i686-pc-linux-gnulibc1
checking host system type... i686-pc-linux-gnulibc1
checking target system type... i686-pc-linux-gnulibc1
checking whether to enable maintainer-specific portions of Makefiles... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for mcs... no
checking for gmcs... /usr/bin/gmcs
checking for mono... /usr/bin/mono
checking for gacutil... /usr/bin/gacutil
configure: error: No C# compiler found

merci de votres reponses a l'avance

remarque: c'est la premmiere fois que j'etulise Linux

Hors ligne

#2 Le 26/11/2008, à 14:06

Nasman

Re : Aidez-moi Svp.......Problemme avec MonoDevelop

informaticien21 a écrit :

Bonjour,
J'ai eu une erreur quand je voudrais installer monodevelop (avec la commande './configure') sous mon Os(Ubuntu 8.04.1).

l'erreur est:

iadministrator@iadministrator-laptop:~/dls/monotools1$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... gnutar
checking build system type... i686-pc-linux-gnulibc1
checking host system type... i686-pc-linux-gnulibc1
checking target system type... i686-pc-linux-gnulibc1
checking whether to enable maintainer-specific portions of Makefiles... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for mcs... no
checking for gmcs... /usr/bin/gmcs
checking for mono... /usr/bin/mono
checking for gacutil... /usr/bin/gacutil
configure: error: No C# compiler found

merci de votres reponses a l'avance

remarque: c'est la premmiere fois que j'etulise Linux

Et tu commences par la compilation hmm


PC fixe sous Bionic 64 bits et portable avec Focal 64 bits

Hors ligne

#3 Le 26/11/2008, à 16:47

meyus

Re : Aidez-moi Svp.......Problemme avec MonoDevelop

il ne trouve pas le compilateur en c#, essaye dans un terminal :

sudo apt-get install gacutil

ou sinon lance "synaptic" (dans un terminal "sudo synaptic" et cherche le compilateur c#)

voila

Hors ligne

#4 Le 26/11/2008, à 18:59

informaticien21

Re : Aidez-moi Svp.......Problemme avec MonoDevelop

j'ai installe le compilateur de C# et apres il m'a donne ca:
avec la commande './configure'

iadministrator@iadministrator-laptop:~/dls/monotools1$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... gnutar
checking build system type... i686-pc-linux-gnulibc1
checking host system type... i686-pc-linux-gnulibc1
checking target system type... i686-pc-linux-gnulibc1
checking whether to enable maintainer-specific portions of Makefiles... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for mcs... /usr/bin/mcs
checking for gmcs... /usr/bin/gmcs
checking for mono... /usr/bin/mono
checking for gacutil... /usr/bin/gacutil
checking for resgen... /usr/bin/resgen
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for NUNIT... configure: error: Package requirements (mono-nunit) were not met:

No package 'mono-nunit' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables NUNIT_CFLAGS
and NUNIT_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

Hors ligne

#5 Le 26/11/2008, à 19:27

TatrefThekiller

Re : Aidez-moi Svp.......Problemme avec MonoDevelop

Tu vas dans le gestionnaire de paquets, recherches "monodevelop". Coche la croix, puis appliquer.

Hors ligne

#6 Le 27/11/2008, à 12:19

informaticien21

Re : Aidez-moi Svp.......Problemme avec MonoDevelop

Merci bcp TatrefThekiller et meyus

c'est bon, je l'ai installe

Hors ligne

#7 Le 27/11/2008, à 15:54

meyus

Re : Aidez-moi Svp.......Problemme avec MonoDevelop

oui je suis bete le plus simple était de l'installer directement via synaptic ou en utilisant apt-get install

Bonne continuation

Hors ligne