On Sat, Feb 07, 2009 at 01:06:54PM +0000, Kyle King wrote:
> 1.  I am running Raisins on OS X Server 10.5.6 and cannot build native  
> extensions because of linking problems. Changing the CFLAGS variable  
> in rbconfig.rb from
> 
> -isysroot /Developer/SDKs/MacOSX10.3.9.sdk => -isysroot /Developer/ 
> SDKs/MacOSX10.5.sdk
> 
> seemed to fix the problem for me, but might cause linking errors in  
> older versions of OS X. Ideas?

Ah, yes, okay. This is in the bug tracker. This will probably be
sorted out at runtime, when rbconfig is loaded.

> 2. In Raisins, running on Windows XP, the packager fails properly  
> create an EXE for source code containing windows line returns.
> 
> As far as I can tell, the packager is removing all "\r"s from the  
> source files being added to the EXE. However, the length of the file  
> is not adjusted, resulting in an extra byte of garbage for each "\r"  
> appended to the source file when decompressed by Shoes for execution.
> 
> The user sees a message like "Illegal characters \312 \112 ..." in the  
> shoes console when trying to execute the EXE.

Wow, this is great. I have heard that there were certain situations
that could trip up binject, but this is very clear and to the point.

I will not let you work be in vain.

_why

Reply via email to