CoCreate User Forum  

Go Back   CoCreate User Forum > Support > Customization
Register FAQ Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
  #1  
Old 07-18-2005, 05:57 AM
ceuro ceuro is offline
Registered User
 
Join Date: Nov 2004
Posts: 18
#<synonym stream *TERMINAL-IO*> is not of type SEQUENCE

After I've loaded my lisp program if I go to the menu Modify 2D->Split
it appears the error message LISP Error : #<synonym stream *TERMINAL-IO*> is not of type SEQUENCE, even if I haven't done any other operation and I've no
draws in my workplane.
Any ideas ?

Last edited by ceuro; 07-18-2005 at 07:50 AM.
Reply With Quote
  #2  
Old 07-18-2005, 09:59 AM
clausb's Avatar
clausb clausb is offline
Registered User
 
Join Date: Nov 2002
Posts: 1,168
Re: #<synonym stream *TERINAL-IO*> is not of type SEQUENCE

Can we see the LISP code you're loading? Does it properly handle LISP packages?

Claus
__________________
CoCreate Modeling FAQ: http://www.clausbrod.de/CoCreateModeling/
Reply With Quote
  #3  
Old 07-19-2005, 12:40 AM
ceuro ceuro is offline
Registered User
 
Join Date: Nov 2004
Posts: 18
Re: #<synonym stream *TERINAL-IO*> is not of type SEQUENCE

I load the package load_macro.lsp that has this code to manage packages:

Code:
(in-package  :load_macro)
(use-package :oli)

(load "LEDB3D/menu_parts.lsp")
(load "LEDB3D/menu_draws.lsp")
(load "LEDB3D/menu_draws_2d.lsp")
(load "LEDB3D/lc_ui_ged.lsp")
(load "LEDB3D/preview.lsp")

(load "LEDB3D/lc_ui_ged_conf.lsp").......
menu_parts.lsp has this code:

Code:
(in-package  :menu_parts)
(in-package  :lc_ui_ged)
(use-package :oli )
(use-package :load_macro)

(load "LEDB3D/lc_ui_ged_conf.lsp").....
menu_draws.lsp has this code :
Code:
(in-package  :menu_draws)
(in-package  :lc_ui_ged)
(use-package :oli )
(use-package :carica_macro)

(load "LEDB3D/lc_ui_ged_conf.lsp")
menu_draws_2d.lsp has this code:
Code:
(in-package  :menu_draws_2d)
(in-package  :lc_ui_ged)
(use-package :oli )
(use-package :carica_macro)

(load "LEDB3D/lc_ui_ged_conf.lsp")......
lc_ui_ged.lsp has this code:

(in-package :lc_ui_ged)
Code:
(use-package :oli )
(use-package :menu_draws)
(use-package :menu_parts)
(load "LEDB3D/lc_ui_ged_conf.lsp").....
previews.lsp has this code :
Code:
(in-package :lc_ui_ged)

(use-package :oli )......
Reply With Quote
  #4  
Old 07-19-2005, 02:19 AM
clausb's Avatar
clausb clausb is offline
Registered User
 
Join Date: Nov 2002
Posts: 1,168
Re: #<synonym stream *TERINAL-IO*> is not of type SEQUENCE

Don't see any obvious package issues, so maybe the problem is in the actual code. I would simply comment out the load statements systematically in order to find the code which seems to cause the issue.

Good luck,

Claus
__________________
CoCreate Modeling FAQ: http://www.clausbrod.de/CoCreateModeling/
Reply With Quote
  #5  
Old 07-19-2005, 07:29 AM
ceuro ceuro is offline
Registered User
 
Join Date: Nov 2004
Posts: 18
Re: #<synonym stream *TERINAL-IO*> is not of type SEQUENCE

In the actual code there was a function called "split".
Now that function has a new name and all works

Thanks
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -8. The time now is 05:52 PM.



Hosted by SureServer    Forums   Modeling FAQ   Macro Site   Vendor/Contractors   Software Resellers   CoCreate   Gallery   Home   Board Members   Regional User Groups  By-Laws  

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.