Ask a Question related to Ruby, Design and Development.
-
Zach Dennis #1
BCC32 under win environment
Has anyone compiled ruby with bcc32 under a windows environment( preferably
win2000 ) successfully?
I'm having troubles.
Zach
-----Original Message-----
From: Ian Macdonald [mailto:ian@caliban.org]
Sent: Thursday, November 13, 2003 5:29 AM
To: ruby-talk ML
Subject: Re: problems with rb_str_split()
On Thu 13 Nov 2003 at 18:17:27 +0900, ts wrote:
So, it was just a bug in 1.8.0? Unfortunately, that's still the latest>> >>>>> "I" == Ian Macdonald <ian@caliban.org> writes:
> I> On Wed 12 Nov 2003 at 20:02:33 +0900, ts wrote:
>> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^> >> Well, I don't have this problem with 1.8.1
> I> Try running it with warnings enabled (-w):
>
> With -v warning are enabled
>
> I> [ianmacd@jiskefet]$ ruby -raa -wve 1
> I> ruby 1.8.0 (2003-08-04) [i686-linux-gnu]
>
> nasun% ruby -raa -wve 1
> ruby 1.8.1 (2003-10-31) [sparc-solaris2.8]
> ./aa.so: warning: found abc
> ./aa.so: warning: found def
> -e:1: warning: useless use of a literal in void context
> nasun%
official version, so I'm stuck with the issue at work for the time
being.
Thanks for your reply.
Ian
--
Ian Macdonald | Fifth Law of Procrastination:
System Administrator | Procrastination avoids boredom; one never
[email]ian@caliban.org[/email] | has the feeling that there is nothing
[url]http://www.caliban.org[/url] | important to do.
|
Zach Dennis Guest
-
Developing ASP.NET in mostly Mac environment
I am fairly new to online database development, but am attempting to build a database driven system for monitoring testing and scores for an online... -
Using PHP in a .Net environment?
Hello, I am working on a project that needs to use an opensource code library written in PHP and uses MySQL. I dont want to have to rewrite the... -
DB2 environment on WinNT
I want to use the "db2 prep" command to compile the .sqc file to .cpp file in the VC IDE, but when I run the command directly, DB2 will tell me... -
How to set the run time environment
Hi, My project uses MSAccess form as the GUI and MSAccess as backend.we are using maketable queries, appendqueries to extract data from DB2 tables... -
ask for help for setting up the asp.net dev environment
Hi, I was setting up a dev environment for using asp.net. I set up the IIS and Visual Studio.NET and tried some aspx pages but did not get the... -
Mark Smith #2
Re: BCC32 under win environment
Zach Dennis wrote:
Zach,> Has anyone compiled ruby with bcc32 under a windows environment( preferably
> win2000 ) successfully?
>
> I'm having troubles.
I compiled it with no trouble by following the steps in readme.bcc32 in
the bcc32 folder--both under Win2K and WinXP. Start a console. Be sure
you are in the "Ruby-1.8.1" directory. Then, set your path to include
both bin & the lib of bcc
(path=%path%;c:\borland\bcc55\bin;c:\borland\bcc55 \bib) and just follow
the remaining steps.
It worked, and I was able to run basic Ruby programs successfully.
However, what keeps me using Andy's Win32 install is all the little
extras! Even though I can compile with bcc, I have no clue how to
compile all the great *.so file (like Oracle) that make Ruby such a
valuable tool for me.
Also, there's a unique item with bcc32. When you read a file, you must
be sure to include the binary flag "b" or you'll have trouble with
stripping characters--IIRC, lone CR's in mac files on my Win box.
(Now, if I only had a 4D plug-in to run Ruby in that environment!)
--
Regards,
Mark Smith
maslists [at] cox [dot] net
Mark Smith Guest
-
Zach Dennis #3
Re: BCC32 under win environment
Mark,
You use 4d to? I didn't think there were any other Ruby'ers out there who
used it! Maybe we shall have to write some 4D-extensions for Ruby. =)
Zach
-----Original Message-----
From: Mark Smith [mailto:spam@fakeaddress.net]
Sent: Sunday, November 16, 2003 9:07 PM
To: ruby-talk ML
Subject: Re: BCC32 under win environment
Zach Dennis wrote:
preferably> Has anyone compiled ruby with bcc32 under a windows environment(Zach,> win2000 ) successfully?
>
> I'm having troubles.
I compiled it with no trouble by following the steps in readme.bcc32 in
the bcc32 folder--both under Win2K and WinXP. Start a console. Be sure
you are in the "Ruby-1.8.1" directory. Then, set your path to include
both bin & the lib of bcc
(path=%path%;c:\borland\bcc55\bin;c:\borland\bcc55 \bib) and just follow
the remaining steps.
It worked, and I was able to run basic Ruby programs successfully.
However, what keeps me using Andy's Win32 install is all the little
extras! Even though I can compile with bcc, I have no clue how to
compile all the great *.so file (like Oracle) that make Ruby such a
valuable tool for me.
Also, there's a unique item with bcc32. When you read a file, you must
be sure to include the binary flag "b" or you'll have trouble with
stripping characters--IIRC, lone CR's in mac files on my Win box.
(Now, if I only had a 4D plug-in to run Ruby in that environment!)
--
Regards,
Mark Smith
maslists [at] cox [dot] net
Zach Dennis Guest



Reply With Quote

