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 01/03/2009, à 17:07

Olive974

[Résolu] Plugin geany-LaTeX

Bonsoir à toutes et tous,
Je voudrais savoir si quelqu'un connait la marche à suivre pour installer
le plugin LaTeX pour l'éditeur Geany ?
Je ne suis pas très bon (et même très mauvais ) en anglais, et je débute pour ainsi dire
sous linux.
J'ai téléchargé le fichier ( http://frank.uvena.de/en/Geany/geanylatex/) , décompressé,
puis j'ai copié les fichiers contenus dans le dossier dans mon répertoire  /usr/share/geany
Puis dans un terminal, je me suis placé dans ce dossier, et fait ./configure, puis make,
et make install.
Mais pour make j'obtiens :
"make: *** Pas de cibles spécifiées et aucun makefile n'a été trouvé. Arrêt."
et pour make install :
*** Pas de règle pour fabriquer la cible « install ». Arrêt.

Pour résumer, je ne sais pas du tout comment installer ce plugin.

Si pouvait me dire comment le faire...

Dernière modification par slasher-fun (Le 22/11/2009, à 18:51)

#2 Le 23/09/2009, à 16:47

david96

Re : [Résolu] Plugin geany-LaTeX

Un peu en retard pour la réponse, mais possible que la version du plugin ne correspond pas avec la version de Geany que tu as installé smile

Mettre à jour l'éditeur et recommencer !

Sinon, pour la procédure de l'install, il me semble que c'est la bonne !

Dernière modification par david96 (Le 23/09/2009, à 16:48)

Hors ligne

#3 Le 23/09/2009, à 16:53

valAa

Re : [Résolu] Plugin geany-LaTeX

Il y a sûrement eu une erreur dans la phase ./configure, empêchant faire le Makefile (headers manquant ?)
Donc il faut voir ce que te renvoie le configure.

Hors ligne

#4 Le 20/11/2009, à 21:09

olive97410

Re : [Résolu] Plugin geany-LaTeX

Bonsoir ! Je ne pensais pas qu'on allait me répondre après si longtemps!
Merci pour vos réponses.
J'ai la dernière version de geany téléchargeable, la 0.18 et son plugin geany-latex0.4.
Pour l'instant, j'utilise Texmaker, mais j'aurais bien aimé testé geany avec ce plugin.
Lors de la phase ./configure, voilà ce que j'ai :

make: *** Pas de cibles spécifiées et aucun makefile n'a été trouvé. Arrêt.
olivier@HAL2009:/usr/share/geany$ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys  1024R/B3641232
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --keyserver keyserver.ubuntu.com --recv-keys 1024R/B3641232
gpg: « 1024R/B3641232 » n'est pas une ID de clé: ignoré
olivier@HAL2009:/usr/share/geany$ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys B3641232   
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --keyserver keyserver.ubuntu.com --recv-keys B3641232
gpg: requête de la clé B3641232 du serveur hkp keyserver.ubuntu.com
gpg: le délai d'attente du serveur de clés a expiré
gpg: la réception depuis le serveur de clés a échoué: erreur du serveur de clés
olivier@HAL2009:/usr/share/geany$ cd /usr/share/geany
olivier@HAL2009:/usr/share/geany$ sudo ./cofigure
sudo: ./cofigure: command not found
olivier@HAL2009:/usr/share/geany$ sudo ./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... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GEANY... configure: error: Package requirements (geany >= 0.16) were not met:

Package gtk+-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-2.0.pc'
to the PKG_CONFIG_PATH environment variable
Package 'gtk+-2.0', required by 'Geany', not 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 GEANY_CFLAGS
and GEANY_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

Visiblement il me manque des dépendances.

Hors ligne

#5 Le 20/11/2009, à 21:22

olive97410

Re : [Résolu] Plugin geany-LaTeX

Désolé, le début du code que j'ai copié-collé est en trop.

Hors ligne

#6 Le 20/11/2009, à 21:35

gigiair

Re : [Résolu] Plugin geany-LaTeX

Pourquoi ne pas se contenter d'un :

sudo aptitude install geany geany-plugin-latex

?


--
JJR.

Hors ligne

#7 Le 20/11/2009, à 21:47

olive97410

Re : [Résolu] Plugin geany-LaTeX

Merci gigiair!

J'ai maintenant accès au plugin latex dans le gestionnaire des plugins...

Je vais pouvoir tester tout ça.

Bonne soirée.

Hors ligne

#8 Le 21/11/2009, à 00:34

gigiair

Re : [Résolu] Plugin geany-LaTeX

Il faut mettre un [Résolu] dans le titre du fil.


--
JJR.

Hors ligne

#9 Le 21/11/2009, à 20:06

olive97410

Re : [Résolu] Plugin geany-LaTeX

Je ne peux pas mettre ce post résolu, car je n'étais membre du forum lors du premier message, et je n'ai donc pas accès à l'option modifier.:(

Hors ligne