View previous topic :: View next topic |
Author |
Message |
websat
Joined: 17 Nov 2005 Posts: 8
|
Posted: Thu Nov 17, 2005 5:50 am Post subject: Help needed for an install on mandriva 2006 |
|
|
Hi
I use mandriva 2006, i try to install wview, but i have this error:
[bruno@portable logiciels]$ cd wview-1.8.4; ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... no
checking for style of include used by make... none
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
Thanks if someone can help me... |
|
Back to top |
|
|
mteel
Joined: 30 Jun 2005 Posts: 435 Location: Collinsville, TX
|
Posted: Thu Nov 17, 2005 6:27 am Post subject: |
|
|
Check the following:
1) Is gnu make installed: "which make"
2) Is gcc installed: "which gcc"
If either is not installed, install them however it is best accomplished on Mandriva (not familiar with it personally)...
3) Is your "PATH" variable hosed up: "echo $PATH" - this should include the paths to make and gcc discovered earlier.
Mark |
|
Back to top |
|
|
websat
Joined: 17 Nov 2005 Posts: 8
|
Posted: Thu Nov 17, 2005 6:51 am Post subject: |
|
|
it' work, but now i have problem with make:
[bruno@portable wview-1.8.4]$ make
make all-recursive
make[1]: Entering directory `/home/bruno/logiciels/wview-1.8.4'
Making all in daemon
make[2]: Entering directory `/home/bruno/logiciels/wview-1.8.4/daemon'
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../common -I/usr/local/include -DUSE_DATABASE=0 -D_GNU_SOURCE -DBUILD_WVIEWD -g -O2 -MT wvutils.o -MD -MP -MF ".deps/wvutils.Tpo" -c -o wvutils.o `test -f '../common/wvutils.c' || echo './'`../common/wvutils.c; \
then mv -f ".deps/wvutils.Tpo" ".deps/wvutils.Po"; else rm -f ".deps/wvutils.Tpo"; exit 1; fi
../common/wvutils.c:42:23: error: radmsgLog.h: Aucun fichier ou répertoire de ce type
../common/wvutils.c:43:25: error: radconffile.h: Aucun fichier ou répertoire de ce type
In file included from ../common/wvutils.c:46:
../common/sysdefs.h:29:24: error: radsysdefs.h: Aucun fichier ou répertoire de ce type
In file included from ../common/wvutils.c:46:
../common/sysdefs.h:124: error: syntax error before 'vptimeSunrise'
../common/wvutils.c: In function 'wvutilsSetVerbosity':
../common/wvutils.c:60: error: 'CF_ID' undeclared (first use in this function)
../common/wvutils.c:60: error: (Each undeclared identifier is reported only once
../common/wvutils.c:60: error: for each function it appears in.)
../common/wvutils.c:60: error: syntax error before 'configFileId'
../common/wvutils.c:70: error: 'configFileId' undeclared (first use in this function)
../common/wvutils.c:81: error: 'ERROR' undeclared (first use in this function)
../common/wvutils.c:94: error: 'OK' undeclared (first use in this function)
../common/wvutils.c: At top level:
../common/wvutils.c:242: error: syntax error before 'vptimeSunrise'
../common/wvutils.c: In function 'wvutilsIsDayTime':
../common/wvutils.c:249: error: 'FALSE' undeclared (first use in this function)
../common/wvutils.c:255: error: 'vptimeSunrise' undeclared (first use in this function)
../common/wvutils.c:257: error: 'vptimeSunset' undeclared (first use in this function)
../common/wvutils.c:265: error: 'TRUE' undeclared (first use in this function)
make[2]: *** [wvutils.o] Erreur 1
make[2]: Leaving directory `/home/bruno/logiciels/wview-1.8.4/daemon'
make[1]: *** [all-recursive] Erreur 1
make[1]: Leaving directory `/home/bruno/logiciels/wview-1.8.4'
make: *** [all] Erreur 2 |
|
Back to top |
|
|
mteel
Joined: 30 Jun 2005 Posts: 435 Location: Collinsville, TX
|
Posted: Thu Nov 17, 2005 9:04 am Post subject: |
|
|
Have you installed radlib? Are you following the directions in the User Manual? |
|
Back to top |
|
|
|