のねのBlog

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

2015-11-25から1日間の記事一覧

glib-2.46.2 ImportError: No module named pyexpat

Making all in gio make[2]: ディレクトリ '/home/u01/layout/oss/glib-2.46.2/gio' に入ります GEN gconstructor_as_data.h GEN gdbus-daemon-generated.c Traceback (most recent call last): File "./gdbus-2.0/codegen/gdbus-codegen.in", line 37, in <module> </module>…

glib-2.46.2 ./configure --prefix=$HOME/usr

~/layout/oss/glib-2.46.2:$ ./configure --prefix=$HOME/usr

glib-2.46.2 ./configure --help

~/layout/oss/glib-2.46.2:$ ./configure --help

make -n install

~/layout/oss/glib-2.46.2:$ make -n installconfigureのときに、pythonがうまく動いていない。 configure:7329: checking for a Python interpreter with version >= 2.5 configure:7346: python -c import sys # split strings by '.' and convert to nume…

intl.lib

libintl.h, intl.lib は gettext-0.14.tar.gz に同梱されたソースコードを使ってメイクする

".la"ファイルってなんだろう?

Under windows mingw:/lib/libfoo.dll.a # import library /lib/libfoo.a # static library /lib/libfoo.la # libtool library /bin/foo_1.dll # dll