I am trying to compile the software on Slackware 12
I had to change #! /bin/sh to #!/bin/sh (without spaces)
I also get this message
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
: command not found line 3:
: command not found line 5:
: command not found line 9:
: command not found line 14:
: command not found line 19:
: command not found line 24:
: command not found line 29:
'root/es40/missing: line 49: syntax error near unexpected token `in
'root/es40/missing: line 49: `case $1 in
configure_2.sh: WARNING: `missing' script is too old or missing
but I have yet to find out what is causing this.
when I run make
root@DATASERVER:~/es40# make
cd . && aclocal-1.10
/bin/sh: aclocal-1.10: command not found
make: *** [aclocal.m4] Error 127
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I got a lot further today. It seems my problems have something to do with the zip file I got off of the site. They unzip fine but I had to open the files with a text editor and then save them again. I opted to use CVS to get the source with
cvs -z3 -d:pserver:anonymous@es40.cvs.sourceforge.net:/cvsroot/es40 co -P es40
I then did a chmod 755 *.sh
I was able to run ./configure with no problems
Although make now does have some problems.
The first of which is not having a Poco directory
StdAfx.h:311:25: error: Poco/Thread.h: No such file or directory
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi all,
Here is some things I've noticed.
I am trying to compile the software on Slackware 12
I had to change #! /bin/sh to #!/bin/sh (without spaces)
I also get this message
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
: command not found line 3:
: command not found line 5:
: command not found line 9:
: command not found line 14:
: command not found line 19:
: command not found line 24:
: command not found line 29:
'root/es40/missing: line 49: syntax error near unexpected token `in
'root/es40/missing: line 49: `case $1 in
configure_2.sh: WARNING: `missing' script is too old or missing
but I have yet to find out what is causing this.
when I run make
root@DATASERVER:~/es40# make
cd . && aclocal-1.10
/bin/sh: aclocal-1.10: command not found
make: *** [aclocal.m4] Error 127
I got a lot further today. It seems my problems have something to do with the zip file I got off of the site. They unzip fine but I had to open the files with a text editor and then save them again. I opted to use CVS to get the source with
cvs -z3 -d:pserver:anonymous@es40.cvs.sourceforge.net:/cvsroot/es40 co -P es40
I then did a chmod 755 *.sh
I was able to run ./configure with no problems
Although make now does have some problems.
The first of which is not having a Poco directory
StdAfx.h:311:25: error: Poco/Thread.h: No such file or directory