のねのBlog

パソコンの問題や、ソフトウェアの開発で起きた問題など書いていきます。よろしくお願いします^^。

2013-03-19から1日間の記事一覧

psutil/_psutil_linux.c:11:20: fatal error: Python.h: No such file or directory

Q following error occurs during installation psutil/_psutil_linux.c:11:20: fatal error: Python.h: No such file or directory compilation terminated. error: Setup script exited with error: command 'gcc' failed with exit status 1 A install py…

Package gtk+-2.0 was not found in the pkg-config search path

checking for gtk+-2.0 >= 2.10.0 gtk+-unix-print-2.0 glib-2.0 gobject-2.0 gdk-x11-2.0... Package gtk+-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `gtk+-2.0.pc' to the PKG_CONFIG_PATH envi…

autoconf2.13

初心者への GNU autoconf のススメを見ながらやってみる。 配布用ソフトウェアパッケージの作成時に使われるファイル: your source files --> [autoscan*] --> [configure.scan] --> configure.in configure.in --. .------> autoconf* -----> configure +--…

MOZ_DEBUG_DISABLE_DEFS="-DNDEBUG -DTRIMMED"

NDEBUGはassertを無効にするためにあるようだ。 MOZ_DEBUG_DISABLE_DEFS="-DNDEBUG -DTRIMMED" BohYoh.com【C言語講座】標準ライブラリ マクロ NDEBUG