[cl-twitter-devel] Name-Conflict when compiling and Error when running (public-timeline)
Christoph Senjak
christoph.senjak at googlemail.com
Tue Jun 16 00:01:21 UTC 2009
Hello.
When compiling cl-twitter, I am getting a Name-Conflict between
DRAKMA:HEADER-VALUE and TRIVIAL-HTTP:HEADER-VALUE - which one should
be used? (Maybe you could fix this)
Then, no matter whoch one I choose, when running (public-timeline), I
get (in CLISP and SBCL) an error-message that some function passes a
key-argument named :IN--REPLY--TO--SCREEN--NAME to a function called
"make-tweet". Thats strange, because I cannot find that string
anywhere in the source, nore can I find a struct named "tweet" being
defined anywhere. So I cant tell you more.
The backtrace of this call:
0: (TWITTER::MAKE-TWEET)[:EXTERNAL]
Locals:
SB-DEBUG::ARG-0 = 20
1: (TWITTER::PARSE-ELEMENT-RECORD ..)
Locals:
SB-DEBUG::ARG-0 = TWITTER:TWEET
SB-DEBUG::ARG-1 = ((:IN--REPLY--TO--SCREEN--NAME . "gabi_matri") ..)
SB-DEBUG::ARG-2 = ((TWITTER::USER TWITTER:TWITTER-USER))
SB-DEBUG::ARG-3 = NIL
2: (TWITTER::PARSE-COMMAND-RESPONSE ..)
Locals:
SB-DEBUG::ARG-0 = (((:IN--REPLY--TO--SCREEN--NAME . "gabi_matri") ..))
SB-DEBUG::ARG-1 = (:TWEET)
Regards,
Christoph Senjak
More information about the cl-twitter-devel
mailing list