[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

ruby 1.8.1 preview1

matz

10/30/2003 9:41:00 AM

It's out.

ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.1-previ...

md5sum is c739d26356b8e3a1fa6409a6bcdcef68.

matz.

8 Answers

mike

10/30/2003 12:15:00 PM

0

In article <1067506888.438891.20745.nullmailer@picachu.netlab.jp>,
Yukihiro Matsumoto <matz@ruby-lang.org> wrote:
>It's out.
>
> ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.1-previ...
>
>md5sum is c739d26356b8e3a1fa6409a6bcdcef68.

Thanks.

Is ext/syck/yamlbyte.h missing from the archive?

My compilation failed unless I grabbed it from CVS and put it in the
right place after unpacking the archive.

Regards,

Mike

--
mike@stok.co.uk | The "`Stok' disclaimers" apply.
http://www.stok.co... | GPG PGP Key 1024D/059913DA
mike@exegenix.com | Fingerprint 0570 71CD 6790 7C28 3D60
http://www.exe... | 75D2 9EC4 C1C0 0599 13DA

Joey Gibson

10/30/2003 1:54:00 PM

0

On 10/30/2003 4:41 AM, Yukihiro Matsumoto wrote:

>It's out.
>
> ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.1-previ...
>
>md5sum is c739d26356b8e3a1fa6409a6bcdcef68.
>
> matz.
>
>
I just tried to build it with VC6 and got the following error:

cl -nologo -MD -Zi -O2b2xg- -G6 -I.
-IC:/OpenSource/ruby-1.8.1/win32 -IC:/OpenSource/ruby-1.
8.1 -IC:/OpenSource/ruby-1.8.1/ext/syck -DHAVE_ST_H -I. -I./..
-I./../missing -c -TcC:/OpenSource/ru
by-1.8.1/ext/syck/yaml2byte.c
yaml2byte.c
C:/OpenSource/ruby-1.8.1/ext/syck/yaml2byte.c(15) : fatal error C1083:
Cannot open include file: 'ya
mlbyte.h': No such file or directory
NMAKE : fatal error U1077: 'cl' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '.\miniruby.exe' : return code '0x1'
Stop.

Sure enought, there is no yamlbyte.h anywhere in the source tree.


--
Dean saor, dean saor an spiorad. Is seinn d'orain beo.

http://www.joey...
http://www.joey.../blog/life/Wisdom.html




Tom Copeland

10/30/2003 3:07:00 PM

0

On Thu, 2003-10-30 at 04:41, Yukihiro Matsumoto wrote:
> It's out.
>
> ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.1-previ...
>
> md5sum is c739d26356b8e3a1fa6409a6bcdcef68.
>
> matz.

Mirrored here:

http://rubyforge.org/project/showfiles.php?group_id=30&rele...

Yours,

Tom


mike

10/30/2003 3:10:00 PM

0

In article <th7ob.111180$3f.25705@twister01.bloor.is.net.cable.rogers.com>,
Mike Stok <mike@stok.co.uk> wrote:
>In article <1067506888.438891.20745.nullmailer@picachu.netlab.jp>,
>Yukihiro Matsumoto <matz@ruby-lang.org> wrote:
>>It's out.
>>
>> ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.1-previ...
>>
>>md5sum is c739d26356b8e3a1fa6409a6bcdcef68.
>
>Thanks.
>
>Is ext/syck/yamlbyte.h missing from the archive?
>
>My compilation failed unless I grabbed it from CVS and put it in the
>right place after unpacking the archive.

Trawling through the logs after building this I noticed:

yaml2byte.c:42: warning: integer constant is too large for "long" type
yaml2byte.c:56: warning: integer constant is too large for "long" type
yaml2byte.c:89: warning: integer constant is too large for "long" type
yaml2byte.c:90: warning: integer constant is too large for "long" type

(using gcc version 3.3.1 (Mandrake Linux 9.2 3.3.1-2mdk))

Mike
--
mike@stok.co.uk | The "`Stok' disclaimers" apply.
http://www.stok.co... | GPG PGP Key 1024D/059913DA
mike@exegenix.com | Fingerprint 0570 71CD 6790 7C28 3D60
http://www.exe... | 75D2 9EC4 C1C0 0599 13DA

Gour

10/30/2003 4:48:00 PM

0

Joey Gibson (joey@joeygibson.com) wrote:

> I just tried to build it with VC6 and got the following error:

Here is the result of an attempt to build Ruby with MinGW:

make[1]: Entering directory `/home/gour/ruby-1.8.1/ext/syck'
gcc -g -O2 -I. -IC:/MSYS/1.0/home/gour/ruby-1.8.1 -IC:/MSYS/1.0/home/gour/ruby-1.8.1 -IC:/MSYS/1.0/home/gour/ruby-1.8.1/ext/syck -DHAVE_ST_H -c rubyext.c
gcc -g -O2 -I. -IC:/MSYS/1.0/home/gour/ruby-1.8.1 -IC:/MSYS/1.0/home/gour/ruby-1.8.1 -IC:/MSYS/1.0/home/gour/ruby-1.8.1/ext/syck -DHAVE_ST_H -c yaml2byte.c
yaml2byte.c:15:22: yamlbyte.h: No such file or directory
yaml2byte.c: In function `bytestring_extend':
yaml2byte.c:92: `YAMLBYTE_ANCHOR' undeclared (first use in this function)
yaml2byte.c:92: (Each undeclared identifier is reported only once
yaml2byte.c:92: for each function it appears in.)
yaml2byte.c:96: `YAMLBYTE_ALIAS' undeclared (first use in this function)
yaml2byte.c: In function `syck_yaml2byte_handler':
yaml2byte.c:134: `YAMLBYTE_ANCHOR' undeclared (first use in this function)
yaml2byte.c:139: `YAMLBYTE_TRANSFER' undeclared (first use in this function)
yaml2byte.c:153: `YAMLBYTE_SCALAR' undeclared (first use in this function)
yaml2byte.c:163: `YAMLBYTE_CONTINUE' undeclared (first use in this function)
yaml2byte.c:172: `YAMLBYTE_NEWLINE' undeclared (first use in this function)
yaml2byte.c:176: `YAMLBYTE_NULLCHAR' undeclared (first use in this function)
yaml2byte.c:187: `YAMLBYTE_SEQUENCE' undeclared (first use in this function)
yaml2byte.c:194: `YAMLBYTE_END_BRANCH' undeclared (first use in this function)
yaml2byte.c:197: `YAMLBYTE_MAPPING' undeclared (first use in this function)
make[1]: *** [yaml2byte.o] Error 1
make[1]: Leaving directory `/home/gour/ruby-1.8.1/ext/syck'
make: *** [all] Error 1


Sincerely,
Gour

--
Gour
gour@mail.inet.hr
Registered Linux User #278493


Dr. Nách

8/27/2010 10:33:00 PM

0

On Aug 27, 3:13 pm, ":))" <bennypo...@gmail.com> wrote:
> Tui ddo^' ca'c anh ta`i SCV bie^'t Dr. co' ma^'y so*.i lo^ng na'ch ?
>
..> (Extra credit ne^'u no'i the^m Dr. Na'ch co' ma^'y so*.i lo^ng
ddu`i
> o*? hai be^n cha^n...)
>
> :-)

O*? chi'nh giu*~a ddo^i cha^n cu?a Dr. Nach chi? co' 1 so*.i lo^ng

Imagine how big it is :))))


:))

8/27/2010 10:37:00 PM

0

On Fri, 27 Aug 2010 15:32:48 -0700 (PDT), Dr. N?ch
<ChuyenTriHOINACH@hotmail.com> wrote:

>On Aug 27, 3:13?pm, ":))" <bennypo...@gmail.com> wrote:
>> Tui ddo^' ca'c anh ta`i SCV bie^'t Dr. co' ma^'y so*.i lo^ng na'ch ?
>>
>.> (Extra credit ne^'u no'i the^m Dr. Na'ch co' ma^'y so*.i lo^ng
>ddu`i
>> o*? hai be^n cha^n...)
>>
>> :-)
>
>O*? chi'nh giu*~a ddo^i cha^n cu?a Dr. Nach chi? co' 1 so*.i lo^ng
>
>Imagine how big it is :))))
>

That's it ???

Nothing else beside just....1 sho*.i lo^ng ???

:-))))))

Dr. Nách

8/27/2010 10:39:00 PM

0


>
..> That's it ???
>
> Nothing else beside just....1 sho*.i lo^ng ???
>
> :-))))))


Women love that suculent hair, the longer the better :))))