のねのBlog

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

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

g_once_init_leave

static gsize initialization_value = 0;if (g_once_init_enter (&initialization_value)) { gsize setup_value = 42; // initialization code here g_once_init_leave (&initialization_value, setup_value); }// use initialization_value here

pango.pc

prefix=/home/u01/usr exec_prefix=${prefix} libdir=${exec_prefix}/lib includedir=${prefix}/include pango_module_version=1.8.0 Name: Pango Description: Internationalized text handling Version: 1.36.8 Requires: glib-2.0 gobject-2.0 Requires.p…

pango ./configure

u01@vm01:~/layout/oss/pango-1.36.8$ ./configure --prefix=$HOME/usr --enable-static checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/m…

eclipse

(process:59834): GLib-GObject-WARNING **: cannot register existing type 'PangoEngine' (process:59834): GLib-CRITICAL **: g_once_init_leave: assertion 'result != 0' failed (process:59834): GLib-GObject-CRITICAL **: g_type_register_static: a…

font-config fc-list

u01@vm01:~/layout/oss/fontconfig-2.11.92$ fc-list /usr/share/fonts/truetype/droid/DroidSansHebrew-Regular.ttf: Droid Sans Hebrew:style=Regular /usr/share/fonts/truetype/tlwg/TlwgTypo-Bold.ttf: Tlwg Typo:style=Bold /usr/share/fonts/truetype…

fontconfig staticlibrary

u01@vm01:~/layout/oss/fontconfig-2.11.92$ ./configure --prefix=$HOME/usr --enable-static

pango static-library

./configure --prefix=$HOME/usr --enable-static

pango ./configure --help

u01@vm01:~/layout/oss/pango-1.36.8$ ./configure --prefix=$HOME/usr -l configure: error: unrecognized option: `-l' Try `./configure --help' for more information u01@vm01:~/layout/oss/pango-1.36.8$ ./configure --prefix=$HOME/usr --help `conf…

gdb

197,725 2-gdb-version 197,726 ~"GNU gdb (Ubuntu 7.7.1-0ubuntu5~14.04.2) 7.7.1\n" 197,730 ~"Copyright (C) 2014 Free Software Foundation, Inc.\n" 197,730 ~"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\nThis is fre\ e software: you are free to</http://gnu.org/licenses/gpl.html>…

pango static library

./configure --prefix=$HOME/usr -enable-static -disable-shared --with-included-modules=yesエラーが出ているけど、画像ファイルが生成された。 (process:111391): GLib-GObject-WARNING **: cannot register existing type 'PangoEngine' (process:11139…

pango module

u01@vm01:~/layout/oss/pango-1.36.8$ ./configure --prefix=$HOME/usr -enable-static --with-included-modules=yes ./configure --with-included-modules (process:100145): GLib-GObject-WARNING **: cannot register existing type 'PangoEngine' (proce…