This is a multi-part message in MIME format.

------_extPart_001_01C37183.DBB91460
Content-Type: text/plain;
	charsetso-8859-1"
Content-Transfer-Encoding: quoted-printable

# ---
require 'yaml'
 
puts ['a','b',1,2].to_yaml
 
# ---
yields exactly that error.
 
i suppose exerb is not able to link dynamically. if i am wrong, please correct me.
if i am right - how can i work around ???
-Henon

hi, 

the script i wrote runs smoothly but when i try to generate an executable with exerb trouble strikes. 
i am getting this error message when executing the generated *.exe file. uninitialized constant YAML::Syck::DefaultLoader 
yaml.rb:14 


i don't know how to deal with this problem. i have tried to include all files in the yaml directory into the exerb receipe file allready, but it doesn't 

help. 
also i made shure that syck.so is included in the *.rbc file. 
now i don't know what else to do. 
any hints ?? 

thanks in advance, 
-Henon 


------_extPart_001_01C37183.DBB91460
Content-Type: text/html;
	charsetso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<TITLE>YAML / Exerb problem</TITLE>

<META content="MSHTML 5.00.2920.0" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT color=#0000ff face=Arial size=2><SPAN class=306245018-02092003># 
---</SPAN></FONT></DIV>
<DIV><FONT color=#0000ff face=Arial size=2>require 'yaml'</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT color=#0000ff face=Arial size=2>puts 
['a','b',1,2].to_yaml</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT color=#0000ff face=Arial size=2><SPAN class=306245018-02092003># 
---</SPAN></FONT></DIV>
<DIV><FONT color=#0000ff face=Arial size=2><SPAN class=306245018-02092003>yields 
exactly that error.</SPAN></FONT></DIV>
<DIV><FONT color=#0000ff face=Arial size=2><SPAN 
class=306245018-02092003></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT color=#0000ff face=Arial size=2><SPAN 
class=306245018-02092003>i&nbsp;suppose exerb is not able to link dynamically. 
if i am wrong, please correct me.</SPAN></FONT></DIV>
<DIV><FONT color=#0000ff face=Arial size=2><SPAN class=306245018-02092003>if i 
am right - how can i work around ???</SPAN></FONT></DIV>
<DIV><FONT color=#0000ff face=Arial size=2><SPAN 
class=306245018-02092003>-Henon</SPAN></FONT></DIV>
<BLOCKQUOTE style="MARGIN-RIGHT: 0px"><!-- Converted from text/rtf format -->
  <P><FONT face=Arial size=2>hi,</FONT> </P>
  <P><FONT face=Arial size=2>the script i wrote runs smoothly but when i try to 
  generate an executable with exerb trouble strikes.</FONT> <BR><FONT face=Arial 
  size=2>i am getting this error message when executing the generated *.exe 
  file.</FONT> </P>
  <P><FONT face=Arial size=2>uninitialized constant 
  YAML::Syck::DefaultLoader</FONT> <BR><FONT face=Arial size=2>yaml.rb:14</FONT> 
  </P><BR>
  <P><FONT face=Arial size=2>i don't know how to deal with this problem. i have 
  tried to include all files in the yaml directory into the exerb receipe file 
  allready, but it doesn't </FONT></P>
  <P><FONT face=Arial size=2>help.</FONT> <BR><FONT face=Arial size=2>also i 
  made shure that syck.so is included in the *.rbc file.</FONT> <BR><FONT 
  face=Arial size=2>now i don't know what else to do.</FONT> <BR><FONT 
  face=Arial size=2>any hints ??</FONT> </P>
  <P><FONT face=Arial size=2>thanks in advance,</FONT> <BR><FONT face=Arial 
  size=2>-Henon</FONT> </P></BLOCKQUOTE></BODY></HTML>

------_extPart_001_01C37183.DBB91460--