freeride-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Fw: Fw: [FR-devel] ripper.so


From: Hal E. Fulton
Subject: Fw: Fw: [FR-devel] ripper.so
Date: Fri, 20 Sep 2002 23:17:04 -0500

Joe volunteered to look at some of this
stuff since he has bison... see below.

Hal


----- Original Message -----
From: "Joseph McDonald" <address@hidden>
To: "Hal E. Fulton" <address@hidden>
Sent: Friday, September 20, 2002 9:50 PM
Subject: Re: Fw: [FR-devel] ripper.so


>
> hmmm,
>
> I got bison to parse the .y and generate ripper.c, but then:
>
>
cl -DIMPORT -nologo -MD -DNT=1 -Zi -O2b2xg- -G6  -DRIPPER -I. -IC:/FREERUBY/
lib/
>
ruby/1.7/i386-mswin32 -I./  -I. -I../ruby -I../ruby/missing -DLIBRUBY_SO=\"m
svcr
> t-ruby17.dll\"  -c ripper.c -o ripper.obj
> ripper.c
> ripper.y(2810) : error C2065: 'RE_OPTION_POSIXLINE' : undeclared
identifier
> make: *** [ripper.obj] Error 2
>
> maybe this is because I'm using vc++ 6.0?
>
> So I comment out that line of ripper.y
>   /* options |= RE_OPTION_POSIXLINE; */
>
>   then try again:
>
>
cl -DIMPORT -nologo -MD -DNT=1 -Zi -O2b2xg- -G6  -DRIPPER -I. -IC:/FREERUBY/
lib/
>
ruby/1.7/i386-mswin32 -I./  -I. -I../ruby -I../ruby/missing -DLIBRUBY_SO=\"m
svcr
> t-ruby17.dll\"  -c ripper.c -o ripper.obj
> ripper.c
> ripper.y(2773) : warning C4761: integral size mismatch in argument;
conversion s
> upplied
> ripper.y(2911) : warning C4761: integral size mismatch in argument;
conversion s
> upplied
>
> I don't know what those warnings are, but it did create the ripper.obj
> file.
>
> next I get:
>
> \cygwin\bin\make.exe
> set LIB=C:/FREERUBY/lib;C:\Program Files\Microsoft Visual
Studio\VC98\mfc\lib;C:
> \Program Files\Microsoft Visual Studio\VC98\lib
> C:Program: not found
> C:Program: not found
> make: *** [ripper.so] Error 127
>
> which I'll probably figure out.
>
> Should I just ask address@hidden about these things?
>
> -joe
>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]