compiling problems on cygwin

S

Shashank Date

Rubyists,

I am trying to compile ruby-1.8.1 using cygwin and I get this error during
make:

make[1]: Entering directory `/cygdrive/c/Documents and Settings/Shashank
Date/cygwin/ruby-1.8.1/ext/bigdecimal'
make[1]: *** No rule to make target `/cygdrive/c/Documents', needed by
`bigdecimal.o'. Stop.
make[1]: Leaving directory `/cygdrive/c/Documents and Settings/Shashank
Date/cygwin/ruby-1.8.1/ext/bigdecimal'
make: *** [all] Error 1

Any suggestions?
-- shanko
 
G

Gavin Sinclair

Rubyists,
I am trying to compile ruby-1.8.1 using cygwin and I get this error during
make:
make[1]: Entering directory `/cygdrive/c/Documents and Settings/Shashank
Date/cygwin/ruby-1.8.1/ext/bigdecimal'
make[1]: *** No rule to make target `/cygdrive/c/Documents', needed by
`bigdecimal.o'. Stop.
make[1]: Leaving directory `/cygdrive/c/Documents and Settings/Shashank
Date/cygwin/ruby-1.8.1/ext/bigdecimal'
make: *** [all] Error 1
Any suggestions?
-- shanko


Looks like it's the space in the path that's doing it. Eliminate that
and try again.

FWIW I built the latest 1.8 from CVS on Cygwin very recently, no
problem.

Cheers,
Gavin
 
R

Robert Klemme

Gavin Sinclair said:
Rubyists,
I am trying to compile ruby-1.8.1 using cygwin and I get this error during
make:
make[1]: Entering directory `/cygdrive/c/Documents and Settings/Shashank
Date/cygwin/ruby-1.8.1/ext/bigdecimal'
make[1]: *** No rule to make target `/cygdrive/c/Documents', needed by
`bigdecimal.o'. Stop.
make[1]: Leaving directory `/cygdrive/c/Documents and Settings/Shashank
Date/cygwin/ruby-1.8.1/ext/bigdecimal'
make: *** [all] Error 1
Any suggestions?
-- shanko


Looks like it's the space in the path that's doing it. Eliminate that
and try again.

IMHO rather the build system should be made space safe...

robert
 
S

Shashank Date

Gavin Sinclair said:
Looks like it's the space in the path that's doing it. Eliminate that
and try again.

But of course ! Spotted that a few minutes after posting ... sorry for the
noise.

-- shanko
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,042
Latest member
icassiem

Latest Threads

Top