swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

howto use lispArchiver for library objects


From: Daniel Kottow
Subject: howto use lispArchiver for library objects
Date: Tue, 22 May 2001 12:58:16 +0200

hi,
and thanks to marcus for his last answer on a CustomProbeMap issue.

i just moved all my classes to a library, so i could just write mains
which instantiate the library classes i want. 
unfortunately, this does not seem so straightforward because the
lispAppArchiver complains at run-time, saying he doesnt know the library
classes when trying to instatiate them from a scheme file:

*** event raised for error: InvalidArgument
*** function: lispIn(), file: defobj.m, line: 306
> type `ModelSwarm' not found*** execution terminating due to error
Symbol.m:173 -[Error(c) _raiseEvent:]
Aborted

my library was built like this (taken from some swarm user library):

LINK = $(bindir)/libtool-swarm --mode link $(CC) $(CFLAGS) -L$(libdir)
-o $@ $^ $(SWARMLIBS)

and then linked by the app like: -LmyPathToMyLibrary -lmylibrary

any ideas how to get this working?
greetings, dk

-- 
Daniel Kottow                                   
address@hidden
Security and Testing Technology                  http://www.ipk.fhg.de
Production Technology Centre                     Pascalstr. 8 - 9
Fraunhofer-Institut IPK Berlin                   D - 10587 Berlin

                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]