Current time: 05-06-2024, 10:21 PM Hello There, Guest! (LoginRegister)


Post Reply 
Openbsd4.4 Help with this error, please
Author Message
wosl2001 Offline


Posts: 4
Joined: Mar 2009
Reputation: 0
Post: #1
Rolleyes Openbsd4.4 Help with this error, please
        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_daemonWink
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
(This post was last modified: 03-13-2009 12:05 PM by wosl2001.)
03-13-2009 11:45 AM
Find all posts by this user Quote this message in a reply
blocker Offline
Junior Member
*

Posts: 123
Joined: Apr 2007
Reputation: 2
Post: #2
RE: Openbsd4.4 Help with this error, please
Have you try just type make ?
03-13-2009 12:31 PM
Find all posts by this user Quote this message in a reply
wosl2001 Offline


Posts: 4
Joined: Mar 2009
Reputation: 0
Post: #3
RE: Openbsd4.4 Help with this error, please
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
03-13-2009 12:43 PM
Find all posts by this user Quote this message in a reply
blocker Offline
Junior Member
*

Posts: 123
Joined: Apr 2007
Reputation: 2
Post: #4
RE: Openbsd4.4 Help with this error, please
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
03-14-2009 04:16 PM
Find all posts by this user Quote this message in a reply
wosl2001 Offline


Posts: 4
Joined: Mar 2009
Reputation: 0
Post: #5
RE: Openbsd4.4 Help with this error, please
i can not find out the error ,so i ask
03-15-2009 03:22 PM
Find all posts by this user Quote this message in a reply
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #6
RE: Openbsd4.4 Help with this error, please
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
03-16-2009 06:28 PM
Visit this user's website Find all posts by this user Quote this message in a reply
wosl2001 Offline


Posts: 4
Joined: Mar 2009
Reputation: 0
Post: #7
RE: Openbsd4.4 Help with this error, please
i see thks a lot
03-17-2009 11:22 AM
Find all posts by this user Quote this message in a reply
Ronux Offline


Posts: 1
Joined: Jul 2009
Reputation: 0
Post: #8
RE: Openbsd4.4 Help with this error, please
Still no solution ? Sad
07-02-2009 11:54 PM
Find all posts by this user Quote this message in a reply
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #9
RE: Openbsd4.4 Help with this error, please
No, Sorry!
We need more *BSD Users here...

Greez BeNe
07-03-2009 05:55 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)