austin----- / weibo.emacs

Sina weibo client in Emacs
https://github.com/austin-----/weibo.emacs
105 stars 28 forks source link

startup with error #21

Closed DappleHou closed 12 years ago

DappleHou commented 12 years ago

===============error info====================== Warning (initialization): An error occurred while loading `c:/Documents and Settings/qingjieh/Application Data/.emacs':

Symbol's function definition is void: defstruct

To ensure normal operation, you should investigate and remove the cause of the error in your initialization file. Start Emacs with

the `--debug-init' option to view a complete error backtrace.

It's very strange that it works fine if I put following twittering config in .emacs

(load-file "/twittering-mode.el") (require 'twittering-mode) (setq twittering-use-ssl nil twittering-oauth-use-ssl nil) (setq twittering-icon-mode 1) (setq twittering-enabled-services '(sina)) (setq twittering-accounts '((sina (username "adfadfadfadf@sdfsdf.com") (auth oauth))))

By the way, I got the latest version today.

austin----- commented 12 years ago

@DappleHou Thanks for your feedback. It is because of cl reference is missing from weibo.el. I just fixed that. Could you please update and try again? Thanks.