Please check out Serenity : The Firefly MUSH !

Member Discussions

terms



[Previous] [Next] [Post] [Reply] [Topics] [Summary] [Search]


1. Problem after I configure Thu May 8, 2003 [1:29 PM]
airamus
Email not supplied
member since: Dec 7, 2002
Reply
After I type configure it runs I guess the following is were I run in to the problem.
creating src/Makefile
sed: can't read c: No such file or directory
sed: can't read c:/circle-3.1//circle-3.1/src/Makefile.in: No such file or direc
tory
creating src/util/Makefile
sed: can't read c: No such file or directory
sed: can't read c:/circle-3.1//circle-3.1/src/util/Makefile.in: No such file or
directory
creating src/conf.h
cat: c: No such file or directory
cat: c:/circle-3.1//circle-3.1/src/conf.h.in: No such file or directory
src/conf.h is unchanged
Configuration completed. To compile, type: cd src; make

After that I go into src/makefile
and then it comes up with the following and then freezes.
$ src/smakefile
CC: not found
MYFLAGS: not found
PROFILE: not found
MYFLAGS: not found
PROFILE: not found
CFLAGS: not found
MAKE: not found
OBJFILES: not found
default:: not found
MAKE: not found
/bin/circle: not found
utils:: not found
MAKE: not found
/bin/autowiz: not found
MAKE: not found
/bin/delobjs: not found
MAKE: not found
/bin/listrent: not found
MAKE: not found
/bin/mudpasswd: not found
MAKE: not found
/bin/play2to3: not found
MAKE: not found
/bin/purgeplay: not found
MAKE: not found
/bin/shopconv: not found
MAKE: not found
/bin/showplay: not found
MAKE: not found
/bin/sign: not found
MAKE: not found



2. RE: Problem after I configure Thu May 8, 2003 [11:01 PM]
Tyche
Email not supplied
member since: Apr 4, 2000
In Reply To
Reply
After I type configure it runs I guess the following is were I run in to the problem.
creating src/Makefile
sed: can't read c: No such file or directory
sed: can't read c:/circle-3.1//circle-3.1/src/Makefile.in: No such file or directory


I'm going to assume you are using Cygwin and the official Circle distro. If this so...check the following:

1) You should be in the circle directory when you type configure. Meaning all you type is ./configure

2) Check your mounts, by using the mount command. They should match up with what's in the install documentation. For example on my machine as a partial list I have:

C:\cygwin\bin on /usr/bin type system (binmode)
C:\cygwin\lib on /usr/lib type system (binmode)
C:\cygwin on / type system (binmode)
c: on /cygdrive/c type system (binmode)

Yours may not match exactly, however it is important that (binmode) be on on every single mount point. And it is important that root "/" point to your cygwin directory, and that c: above is addressable. If not make them so. (see cygwin doc or man mount).

The message "sed: can't read c: No such file or directory" leads me to think this is a mount issue.

The Sourcery - http://sourcery.dyndns.org
TeensyMud - http://teensymud.kicks-ass.org
"A man can receive nothing, except it be given him from heaven."


3. RE: Problem after I configure Fri May 9, 2003 [8:43 AM]
airamus
Email not supplied
member since: Dec 7, 2002
In Reply To
Reply
So to change the mount I use the cd and then put in the mount that I would like to use. I am really new with this.

(Comment added by airamus on Fri May 9 13:33:43 2003)

Administrator@US-ME0EMR04JFFK /cygdrive/c/circle-3
$ ./makefile
CC: not found
CXREF: not found
MYFLAGS: not found
PROFILE: not found
BINDIR: not found
MYFLAGS: not found
PROFILE: not found
CFLAGS: not found
LIBS: not found
OBJFILES: not found
CXREF_FILES: not found
default:: not found
all:: not found
MAKE: not found
BINDIR: not found
/circle: not found
MAKE: not found
utils: not found
.accepted:: not found
@./licheck: not found
utils:: not found
MAKE: not found
all: not found
circle:: not found
MAKE: not found
BINDIR: not found
/circle: not found
BINDIR: not found
OBJFILES: not found
/circle: not found
CC: not found
BINDIR: not found
PROFILE: not found
OBJFILES: not found
LIBS: not found
-o: not found
clean:: not found
ref:: not found
CXREF_FILES: not found
@for: not found
./makefile: 66: Syntax error: "do" unexpected

(Comment added by airamus on Fri May 9 13:35:47 2003)

So how exactly do I get this portion to work. This is what happens when I type makefile.


4. RE: Problem after I configure Fri May 9, 2003 [1:02 PM]
Tyche
Email not supplied
member since: Apr 4, 2000
In Reply To
Reply
You switch to the circle base directory and type

./configure

If it doesn't fail like yours did according to your first message, only then do you switch to the src directory and type

./make

Not ./makefile!

The Sourcery - http://sourcery.dyndns.org
TeensyMud - http://teensymud.kicks-ass.org
"A man can receive nothing, except it be given him from heaven."


5. RE: Problem after I configure Sat May 10, 2003 [6:07 AM]
airamus
Email not supplied
member since: Dec 7, 2002
In Reply To
Reply
I dont have a MAKE command in that dir. I only have a makefile. And when I went and redownload cgywin so that I could get configure/cc. And I didnt see any make commands.


6. RE: Problem after I configure Sat May 10, 2003 [9:37 PM]
Tyche
Email not supplied
member since: Apr 4, 2000
In Reply To
Reply
Sorry just type make. The command should be found in the path not the local directory. The configure script is the one provided by the Circle distro. Of course like I said, if configure hasn't run correctly as the messages you posted previously do indicate, do not expect much of make.

The Sourcery - http://sourcery.dyndns.org
TeensyMud - http://teensymud.kicks-ass.org
"A man can receive nothing, except it be given him from heaven."


7. RE: Problem after I configure Mon May 12, 2003 [4:36 AM]
airamus
Email not supplied
member since: Dec 7, 2002
In Reply To
Reply
I type make and it doesnt do anything. It say that dir. or command does not exist.


8. RE: Problem after I configure Mon May 12, 2003 [6:12 AM]
Tyche
Email not supplied
member since: Apr 4, 2000
In Reply To
Reply
Then run setup again and fetch it.
c.f. my earlier reply
The Sourcery - http://sourcery.dyndns.org
TeensyMud - http://teensymud.kicks-ass.org
"A man can receive nothing, except it be given him from heaven."




[Previous] [Next] [Post] [Reply] [Topics] [Summary] [Search]