Dear all,

I've solved the problem. It failed because asdf:find-system doesn't work in the 
executable. The only part that used asdf:find-system is locating catalog.dtd, 
so I modified the code a bit so that it loads catalog.dtd from current 
directory and it worked.

However, another error occurred when loading Plexippus XPath. I can't remember 
the exact error message but it's not something like *** not found and looks 
like non-trivial to fix (I searched for the message and found a macro that is 
used a lot in the code), so ... is there any good alternatives to Plexippus 
XPath?

BTW: The error only occured in the executable (under Windows). The whole 
project works well in interpretation mode with asdf:load-system.

It's the last missing piece to the puzzle. I've already tested the executable 
with all xpath related codes commented out and it worked. Since xpath is not 
heavily used, it's ok to replace it with another library.

Thanks in advance!

- Rujia

------------------ ???????? ------------------
??????: "Rujia Liu";<2575...@qq.com>;
????????: 2015??6??29??(??????) ????6:44
??????: "ecls-list"<ecls-list@lists.sourceforge.net>; 

????: [Ecls-list] building executable using cxml



Dear all,


Has any one successfully built an executable with code using cxml? my program 
starts with a MISSING-COMPONENT error saying that cxml is not found. I looked 
at the generated libs, there are only four: cxml-xml cxml-dom and so on, but no 
cxml.lib is found. 


In cxml.asd I can see cxml is a dummy system with no real component but depends 
on its four modules. Is it the reason that cxml.lib is skipped?


Thanks!
- Rujia

????????iPhone
------------------------------------------------------------------------------
Monitor 25 network devices or servers for free with OpManager!
OpManager is web-based network management software that monitors 
network devices and physical & virtual servers, alerts via email & sms 
for fault. Monitor 25 devices for free with no restriction. Download now
http://ad.doubleclick.net/ddm/clk/292181274;119417398;o
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to