Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[LINESRV]Impossible à compiler(resolu)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
le_farfadet
n00b
n00b


Joined: 26 Nov 2003
Posts: 18
Location: Moselle / France

PostPosted: Tue Jun 01, 2004 9:35 pm    Post subject: [LINESRV]Impossible à compiler(resolu) Reply with quote

Voilà je voudrais installer linesrv mais il refuse de ce compiler ,j'ai deja cherché sur google ,mais j'ai rien trouver quelqu'un aurais une solution ou une alternative .Voici le message d'erreur :

Code:


Calculating dependencies ...done!
>>> emerge (1 of 1) net-misc/linesrv-2.1.6-r1 to /
>>> md5 src_uri ;-) linesrv-2.1.6.src.tar.bz2
>>> Unpacking source...
>>> Unpacking linesrv-2.1.6.src.tar.bz2 to /var/tmp/portage/linesrv-2.1.6-r1/work
>>> Source unpacked.
pam
creating cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for a BSD compatible install... /bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for gcc... gcc
checking whether the C compiler (gcc -march=athlon-xp -Os -pipe -fomit-frame-pointer ) works... yes
checking whether the C compiler (gcc -march=athlon-xp -Os -pipe -fomit-frame-pointer ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... gcc -E
checking for linux/isdn.h... yes
checking for pam_start in -lpam... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
creating server/Makefile
creating lclog/Makefile
creating htmlstatus/Makefile
creating config.h
-----------------
shutdown support enabled
using pam for authentication
-----------------
Don't do 'make install'!
It has been generated but doesn't work as you would expect.
Read ./server/INSTALL instead.
Now go on with 'make' to compile linesrv and its tools...
make  all-recursive
make[1]: Entering directory `/var/tmp/portage/linesrv-2.1.6-r1/work/linesrv-2.1'
Making all in .
make[2]: Entering directory `/var/tmp/portage/linesrv-2.1.6-r1/work/linesrv-2.1'
make[2]: Leaving directory `/var/tmp/portage/linesrv-2.1.6-r1/work/linesrv-2.1'
Making all in server
make[2]: Entering directory `/var/tmp/portage/linesrv-2.1.6-r1/work/linesrv-2.1/server'
gcc -DHAVE_CONFIG_H -I. -I. -I..     -march=athlon-xp -Os -pipe -fomit-frame-pointer -c cfg.c
cfg.c: Dans la fonction « read_config »:
cfg.c:554: attention : utilisation obsolète d'étiquette à la fin d'une déclaration composée
gcc -DHAVE_CONFIG_H -I. -I. -I..     -march=athlon-xp -Os -pipe -fomit-frame-pointer -c client.c
gcc -DHAVE_CONFIG_H -I. -I. -I..     -march=athlon-xp -Os -pipe -fomit-frame-pointer -c cmd.c
gcc -DHAVE_CONFIG_H -I. -I. -I..     -march=athlon-xp -Os -pipe -fomit-frame-pointer -c cmd_lcp3.c
gcc -DHAVE_CONFIG_H -I. -I. -I..     -march=athlon-xp -Os -pipe -fomit-frame-pointer -c con.c
gcc -DHAVE_CONFIG_H -I. -I. -I..     -march=athlon-xp -Os -pipe -fomit-frame-pointer -c debug.c
gcc -DHAVE_CONFIG_H -I. -I. -I..     -march=athlon-xp -Os -pipe -fomit-frame-pointer -c execute.c
gcc -DHAVE_CONFIG_H -I. -I. -I..     -march=athlon-xp -Os -pipe -fomit-frame-pointer -c external.c
gcc -DHAVE_CONFIG_H -I. -I. -I..     -march=athlon-xp -Os -pipe -fomit-frame-pointer -c html_status.c
html_status.c:19:20: caractère " de terminaison manquant
html_status.c: Dans la fonction « print_html_header »:
html_status.c:22: error: stray '\' in program
html_status.c:22: error: erreur de syntaxe before "nA"
html_status.c:24: error: stray '\' in program
html_status.c:24: error: `nfont' undeclared (first use in this function)
html_status.c:24: error: (Each undeclared identifier is reported only once
html_status.c:24: error: for each function it appears in.)
html_status.c:24: error: `style' undeclared (first use in this function)
html_status.c:24: error: erreur de syntaxe before ':' token
html_status.c:26: error: stray '\' in program
html_status.c:26: error: `family' undeclared (first use in this function)
html_status.c:26: error: erreur de syntaxe before ':' token
html_status.c: Hors de toute fonction :
html_status.c:28: error: stray '\' in program
html_status.c:28: error: stray '\' in program
html_status.c:30: error: erreur de syntaxe before string constant
html_status.c:30: attention : conflicting types for built-in function `fprintf'
html_status.c:30: attention : data definition has no type or storage class
make[2]: *** [html_status.o] Erreur 1
make[2]: Leaving directory `/var/tmp/portage/linesrv-2.1.6-r1/work/linesrv-2.1/server'
make[1]: *** [all-recursive] Erreur 1
make[1]: Leaving directory `/var/tmp/portage/linesrv-2.1.6-r1/work/linesrv-2.1'
make: *** [all-recursive-am] Erreur 2

!!! ERROR: net-misc/linesrv-2.1.6-r1 failed.
!!! Function src_compile, Line 37, Exitcode 2
!!! (no error message)
Back to top
View user's profile Send private message
le_farfadet
n00b
n00b


Joined: 26 Nov 2003
Posts: 18
Location: Moselle / France

PostPosted: Fri Jun 04, 2004 11:06 pm    Post subject: Reply with quote

J'ai utiliser diald à la place
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum