Greetings,
So my last posts about crashes in 'ruby_xml_xpath_object_mark' turned
out to be a non-issue since the problem is already fixed. However,
I'm still getting *lots* of random crashes which prevent my web
application to stay up for more than 10mn, which is of course
unacceptable.
T
Sam Ruby wrote:
> Dan Janowski wrote:
>> Hi Sam,
>>
>> Thank you for tracking these changes. In the interest of tracking all
>> changes so they may be properly applied, please submit this to the
>> patch tracker at this location:
>>
>> http://rubyforge.org/tracker/?func=add&group_id=494&atid=19
2008/2/8 Charlie Savage <[EMAIL PROTECTED]>:
> You need to call the correct make program (make vs nmake), link to the
> right libraries, set up the correct include paths, etc. Also, what
> about the depedency on libxml? How would that work in a cross-compiled
> environment?
>
> > Yea, I'm not sur
So this works for you to compile on Windows? I guess I'm a confused
b/c you are using Config::CONFIG here. Isn't that what extconf.rb
uses? But you said that's was why extconf.rb didn't work.
Sorry, that might have been a bit confusing. I only pick out a few
parts from it:
["archdir", "/lib
On Feb 9, 5:03 pm, Charlie Savage <[EMAIL PROTECTED]> wrote:
> > So this works for you to compile on Windows? I guess I'm a confused
> > b/c you are using Config::CONFIG here. Isn't that what extconf.rb
> > uses? But you said that's was why extconf.rb didn't work.
>
> Sorry, that might have been
It occurs to me that extconf.rb is really nothing special. It is
mkmf.rb, which extconf.rb uses, that is special. So then we should be
able to simply put a master if-condition in there and do the mkmf.rb
thing if on Linux, and generate our own Makefile instead if on
Windows. Would that work ok? T