Openbsd4.4 Help with this error, please - wosl2001 - 03-13-2009 11:45 AM
[attachment=650][attachment=649]hello:
i do the steps with 'docs/OpenBSD/INSTALL'
and when i do the step
Quote:5. Build the System by using make:
93 # make -f Makefile.inc install
get error
Quote:make -f Makefile.inc install
"Makefile.inc", line 32: Need an operator
"Makefile.inc", line 34: Need an operator
Fatal errors encountered -- cannot continue
what's wrong and how can i do?
when i use gmake,get those error
Quote:# gmake Makefile.inc install
gmake: Nothing to be done for `Makefile.inc'.
cd ./tools && gmake install
gmake[1]: Entering directory `/root/ispcp-omega-1.0.0/tools'
(cd ./daemon; \
gmake ispcp_daemon
gmake[2]: Entering directory `/root/ispcp-omega-1.0.0/tools/daemon'
gcc -ansi -Wall -Wstrict-prototypes -pedantic -c -O3 -o ispcp_daemon.o ispcp_daemon.c
gcc -ansi -Wall -Wstrict-prototypes -pedantic -c -O3 -o message.o message.c
gcc -ansi -Wall -Wstrict-prototypes -pedantic -c -O3 -o daemon_init.o daemon_init.c
gcc -ansi -Wall -Wstrict-prototypes -pedantic -c -O3 -o say.o say.c
gcc -ansi -Wall -Wstrict-prototypes -pedantic -c -O3 -o signal-handlers.o signal-handlers.c
signal-handlers.c: In function `sig_child':
signal-handlers.c:24: warning: implicit declaration of function `signal'
gcc -ansi -Wall -Wstrict-prototypes -pedantic -c -O3 -o receive_data.o receive_data.c
gcc -ansi -Wall -Wstrict-prototypes -pedantic -c -O3 -o send_data.o send_data.c
gcc -ansi -Wall -Wstrict-prototypes -pedantic -c -O3 -o take_connection.o take_connection.c
gcc -ansi -Wall -Wstrict-prototypes -pedantic -c -O3 -o send_line.o send_line.c
gcc -ansi -Wall -Wstrict-prototypes -pedantic -c -O3 -o recv_line.o recv_line.c
gcc -ansi -Wall -Wstrict-prototypes -pedantic -c -O3 -o helo_cmd.o helo_cmd.c
gcc -ansi -Wall -Wstrict-prototypes -pedantic -c -O3 -o helo_syntax.o helo_syntax.c
helo_syntax.c: In function `helo_syntax':
helo_syntax.c:22: warning: ISO C89 forbids mixed declarations and code
gcc -ansi -Wall -Wstrict-prototypes -pedantic -c -O3 -o lr_cmd.o lr_cmd.c
gcc -ansi -Wall -Wstrict-prototypes -pedantic -c -O3 -o lr_syntax.o lr_syntax.c
lr_syntax.c:19: error: conflicting types for `readlink'
/usr/include/unistd.h:157: error: previous declaration of `readlink'
lr_syntax.c: In function `lr_syntax':
lr_syntax.c:54: warning: unused variable `fdres'
lr_syntax.c:54: warning: unused variable `dupres'
lr_syntax.c:55: warning: unused variable `logfile'
gmake[2]: *** [lr_syntax.o] Error 1
gmake[2]: Leaving directory `/root/ispcp-omega-1.0.0/tools/daemon'
gmake[1]: *** [daemon/ispcp_daemon] Error 2
gmake[1]: Leaving directory `/root/ispcp-omega-1.0.0/tools'
gmake: *** [install] Error 2
RE: Openbsd4.4 Help with this error, please - blocker - 03-13-2009 12:31 PM
Have you try just type make ?
RE: Openbsd4.4 Help with this error, please - wosl2001 - 03-13-2009 12:43 PM
just type make
Quote:# make
"BSDmakefile", line 39: Malformed conditional ($(OSTYPE)==FreeBSD)
"BSDmakefile", line 39: Need an operator
"BSDmakefile", line 41: if-less else
"BSDmakefile", line 41: Need an operator
"Makefile.inc", line 32: Need an operator
"Makefile.inc", line 34: Need an operator
"BSDmakefile", line 43: if-less endif
"BSDmakefile", line 43: Need an operator
Fatal errors encountered -- cannot continue
RE: Openbsd4.4 Help with this error, please - blocker - 03-14-2009 04:16 PM
um sorry, seems you have to check why make ignore that line ( perhaps make version is obsolete ? ) or you can try to edit and delete some command that probably only work in freebsd
RE: Openbsd4.4 Help with this error, please - wosl2001 - 03-15-2009 03:22 PM
i can not find out the error ,so i ask
RE: Openbsd4.4 Help with this error, please - BeNe - 03-16-2009 06:28 PM
We have no maintainer for OpenBSD, that´s the problem!
ispCP under FreeBSD is getting better with blockers help and the HowTo in the Doku. So more people test it. So ispCP on OpenBSD is currently not the best choice.
Greez BeNe
RE: Openbsd4.4 Help with this error, please - wosl2001 - 03-17-2009 11:22 AM
i see thks a lot
RE: Openbsd4.4 Help with this error, please - Ronux - 07-02-2009 11:54 PM
Still no solution ?
RE: Openbsd4.4 Help with this error, please - BeNe - 07-03-2009 05:55 AM
No, Sorry!
We need more *BSD Users here...
Greez BeNe
|