From christoph.senjak at googlemail.com Tue Jun 16 00:01:21 2009 From: christoph.senjak at googlemail.com (Christoph Senjak) Date: Tue, 16 Jun 2009 02:01:21 +0200 Subject: [cl-twitter-devel] Name-Conflict when compiling and Error when running (public-timeline) Message-ID: <33ed8ce70906151701j5ea35421rae20d7152b004b42@mail.gmail.com> 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