This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pp.o: In function `Perl_pp_int': | |
pp.c:(.text+0x857b): undefined reference to `floor' | |
pp.c:(.text+0x85f1): undefined reference to `ceil' | |
pp.o: In function `Perl_pp_sin': | |
pp.c:(.text+0x8883): undefined reference to `sin' | |
pp.c:(.text+0x8931): undefined reference to `sqrt' | |
pp.c:(.text+0x89cf): undefined reference to `exp' | |
pp.c:(.text+0x89e7): undefined reference to `log' | |
pp.c:(.text+0x89ff): undefined reference to `cos' | |
pp.o: In function `Perl_pp_atan2': |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
# そのツイット( '-^ )b クソワロタです | |
# 元→https://github.com/catback/KusoWaro | |
Module.new do | |
Plugin.create(:TwitKusoWaro).add_event_filter(:command){ |menu| | |
menu[:twit] = { | |
:slug => :TwitKusoWaro, | |
:name => 'そのツイット', | |
:condition => lambda{ |m| m.message.repliable? }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
arc680@debian:~$ ruby1.9.1 mikutter/trunk/mikutter.rb | |
/home/arc680/mikutter/trunk/core/mui/gtk_extension.rb: line 126 | |
Gtk-CRITICAL **:gtk_box_pack: assertion `child->parent == NULL' failed | |
/home/arc680/mikutter/trunk/core/mui/gtk_extension.rb: line 126 | |
Gtk-CRITICAL **:gtk_box_pack: assertion `child->parent == NULL' failed | |
/home/arc680/mikutter/trunk/core/mui/gtk_extension.rb: line 126 | |
Gtk-CRITICAL **:gtk_box_pack: assertion `child->parent == NULL' failed | |
/home/arc680/mikutter/trunk/core/mui/gtk_extension.rb: line 126 | |
Gtk-CRITICAL **:gtk_box_pack: assertion `child->parent == NULL' failed | |
/home/arc680/mikutter/trunk/core/lib/oauth/consumer.rb:216:in `token_request': 401 Unauthorized (OAuth::Unauthorized) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
python2 build_mozc.py build_tools -c $_bldtype -j $_jobs | |
python2 build_mozc.py build -c $_bldtype -j $_jobs $_targets | |
/bin/sh: line 0: printf: write error: No space left on device | |
make: *** [out_linux/Release/obj/gen/dictionary/embedded_dictionary_data.h] Error 1 | |
Traceback (most recent call last): | |
File "build_mozc.py", line 1414, in <module> | |
main() | |
File "build_mozc.py", line 1402, in main | |
BuildMain(cmd_opts, cmd_args, original_directory_name) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{:contributors=>nil, :coordinates=>nil, :user=>User(@arc680), :replyto=>nil, :in_reply_to_screen_name=>nil, :entities=>{:hashtags=>[], :user_mentions=>[], :urls=>[]}, :source=>"mikutter", :place=>nil, :favorited=>false, :truncated=>false, :id=>334671550487875584, :in_reply_to_status_id_str=>nil, :created_at=>"Wed May 15 14:08:10 +0000 2013", :receiver=>nil, :in_reply_to_user_id_str=>nil, :retweet_count=>0, :message=>"mikutterプラグイン書いてると必然的にツイートが増える", :id_str=>"334671550487875584", :geo=>nil, :retweeted=>false, :created=>2013-05-15 23:08:10 +0900, :exact=>false}] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
INFO: Running: ninja -C out_linux/Release mozc_server mozc_tool ibus_mozc mozc_renderer | |
ninja: Entering directory `out_linux/Release' | |
[1/730] ACTION Generating Resource file from word_register_dialog.qrc | |
FAILED: gen/gui/word_register_dialog/qrc_word_register_dialog.cc | |
cd ../../gui; /usr/bin/rcc -o ../out_linux/Release/gen/gui/word_register_dialog/qrc_word_register_dialog.cc -name qrc_word_register_dialog word_register_dialog/word_register_dialog.qrc | |
/bin/sh: /usr/bin/rcc: No such file or directory | |
[2/730] AR obj.host/data_manager/libdataset_proto.a | |
ninja: build stopped: subcommand failed. | |
Traceback (most recent call last): | |
File "build_mozc.py", line 1235, in <module> |