compiling from the svn repository

  • Thread starter didier.prophete
  • Start date
D

didier.prophete

Ok, so this might be a stupid question, but I just got the latest ruby
from the cvs repo and I can't find 'configure' in there ? So how am I
suppose to compile ? I am puzzled...

Note that I got the src from cvs using:
$ cvs -d :pserver:[email protected]:/src login
$ cvs -z4 -d :pserver:[email protected]:/src co ruby
(I am following the instruction given on the ruby home page, when you
click on 'cvs repositories')

Now, how exactly am I suppose to compile now (usually a simple
'./configure; make; make install' works fine...), but 'configure'
doesn't seem to be in the cvs rep. Am I missing something ?

thanks for your help.

-Didier

ps: now why would I ever want to compile from the cvs repo directly ?
well, I just got 1.8.4 and 80 tests are failing (I am on os x 10.4.3),
so maybe the cvs repo has some patches...
 
E

Erik Veenstra

Ok, so this might be a stupid question, but I just got the
latest ruby from the cvs repo and I can't find 'configure' in
there ? So how am I suppose to compile ? I am puzzled...

$ vi README
/configure
:q
$ autoconf
$ ./configure
$ make
# make install

gegroet,
Erik V. - http://www.erikveen.dds.nl/
 
J

Joe Van Dyk

$ vi README
/configure
:q
$ autoconf

Just for clarification, autoconf is a program that generates a
configure script. It usually processes a file called configure.in (and
others).
 
D

didier.prophete

Oh my god, I feel like such a newbie, that's not even funny...
Thanks for your help gegroet.

Oh, and btw, the 80 failing tests I was getting on 1.8.4 are also
failing with the cvs code. All related to drb... Not that much of a big
deal since I don't use drb, but a little disturbing still...

-Didier
 
B

Bill.Dolinar

Oh, and btw, the 80 failing tests I was getting on 1.8.4
are also failing with the cvs code. All related to drb...

I was playing around with the same thing over the weekend and found
that when my firewall was turned on I get errors as well. I turned the
firewall off and removed my ethernet connection and got only two
errors. When I have my firewall off and my ethernet connected
everything in "make test-all" passes.

Bill
 

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,744
Messages
2,569,483
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top