The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
Got Forte?

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Daniel Berger

Posts: 1383
Nickname: djberg96
Registered: Sep, 2004

Daniel Berger is a Ruby Programmer who also dabbles in C and Perl
Got Forte? Posted: Feb 22, 2005 9:29 AM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by Daniel Berger.
Original Post: Got Forte?
Feed Title: Testing 1,2,3...
Feed URL: http://djberg96.livejournal.com/data/rss
Feed Description: A blog on Ruby and other stuff.
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by Daniel Berger
Latest Posts From Testing 1,2,3...

Advertisement
I officially got permission to install the old copy of Forte 6 on my workstation from the boss man, received my license from Sun, and installed it forthwith. My first task was to try and build Ruby with it. No luck.

It chokes on the ossl lib, to say nothing of the boatloads of warnings being emitted prior to that. To be fair, though, many of the warnings appear to stem from Matz's strange insistence on using the old style K&R function declarations.

This is the second time the ossl lib has caused a problem for me. My attempts to build a 64-bit Ruby using gcc also fail on ossl because it tries to link against the 32-bit library for some reason. I think I can solve that one, but solving the issue with ossl and Sun's compiler is another matter.

I'm seriously tempted to fork Ruby, replacing the old K&R function declarations with ANSI declarations, and doing a massive code cleanup in general, including the elimination of all -Wall warnings. I think I'll call it "Sapphire". :)

Read: Got Forte?

Topic: Scott Baron explains how to use validations Previous Topic   Next Topic Topic: Better Performance for Ruby on Rails

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use