Problem loading cram_plan_library
I am using Fuerte on Ubuntu10.04X64, cram_highlevel is the latest clone from Github. It seems cram_plan_library uses some symbols which is not defined in cl_tf yet?
; compiling file "/home/s117219/ros/fuerte_workspace/stable_stacks/cram_highlevel/cram_plan_library/src/at-location.lisp" (written 14 NOV 2012 01:44:02 PM):
; compiling (IN-PACKAGE :PLAN-LIB)
; compiling (DEFVAR *AT-LOCATION-LOCK* ...)
; compiling (DEFCONSTANT +AT-LOCATION-RETRY-COUNT+ ...)
; compiling (CRAM-PROJECTION:DEFINE-SPECIAL-PROJECTION-VARIABLE *AT-LOCATION-LOCK* ...)
; compiling (DEFUN LOCATION-DESIGNATOR-REACHED ...)
; compiling (DEFMACRO WITH-EQUATE-FLUENT ...)
;
; compilation aborted because of fatal error:
; SB-INT:SIMPLE-READER-PACKAGE-ERROR at 3626 (line 75, column 45) on #<SB-SYS:FD-STREAM
; for "file /home/s117219/ros/fuerte_workspace/stable_stacks/cram_highlevel/cram_plan_library/src/at-location.lisp"
; {10044AC5E1}>:
; Symbol "WITH-TRANSFORMS-CHANGED-CALLBACK" not found in the CL-TF package.
;
; compilation aborted after 0:00:00.057
WARNING:
COMPILE-FILE warned while performing #<COMPILE-OP NIL {1003BAB741}> on
#<CL-SOURCE-FILE "cram-plan-library" "src" "at-location">.
;
; compilation unit aborted
; caught 2 fatal ERROR conditions
Thanks again @Lorenz