のねのBlog

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

Make

The server's host key is not cached in the registry.

git -c diff.mnemonicprefix=false -c core.quotepath=false push -v --tags --set-upstream origin develop:develop master:master Pushing to git clone git@bitbucket.org:dev/method.git The server's host key is not cached in the registry. You have…

pyenv install 3.4.3

$ pyenv install 3.4.3 Downloading Python-3.4.3.tgz... -> https://www.python.org/ftp/python/3.4.3/Python-3.4.3.tgz Installing Python-3.4.3... BUILD FAILED (OS X 10.11.3 using python-build 20150818) Inspect or clean up the working tree at /v…

コメントを修正するためRebaseしようとしたところ、.git/index.lock': File exists.

コメントを修正するためRebaseしようとしたところ、 git -c diff.mnemonicprefix= false -c core.quotepath= false -c "sequence.editor='C:\Program Files (x86)\Atlassian\SourceTree\stree_gri'" -c "core.editor ='C:\Program Files (x86)\Atlassian\Sou…

TrueType OpenType ファイル構造 その1

$ xxd arial.ttf | head 00000000: 0001 0000 0019 0100 0004 0090 4453 4947 ............DSIG 00000010: b77e 536a 000d dc30 0000 1adc 4744 4546 .~Sj...0....GDEF 00000020: b13f b3a1 000c 4b24 0000 0334 4750 4f53 .?....K$...4GPOS 00000030: 83c6 …

ttx

$ ttx usage: ttx [options] inputfile1 [... inputfileN] TTX 2.5 -- From OpenType To XML And Back If an input file is a TrueType or OpenType font file, it will be dumped to an TTX file (an XML-based text format). If an input file is a TTX fi…

makeエラー

harfbuzzでglibを切ると、pangoでmakeエラーになる u01@vm01:~/layout/oss/pango-1.38.1$ ./configure --prefix=$HOME/usr --enable-debug=yes u01@vm01:~/layout/oss/pango-1.38.1$ make make[2]: Entering directory `/home/u01/layout/oss/pango-1.38.1/p…

make error

345 #if HB_VERSION_ATLEAST(1,0,3) 346 hb_buffer_set_cluster_level (hb_buffer, HB_BUFFER_CLUSTER_LEVEL_MONOTONE_CHARACTERS); 347 #endifgcc - what does the compiler error "missing binary operator before token" mean? - Stack Overflow make[4]:…

pango 1.38.1

u01@vm01:~/layout/oss/pango-1.38.1$ ./configure --prefix=$HOME/usr --enable-debug=yes

with-glib=no

with-glib=noにしたとき、 Unicodeの検索だけglibを使わなくなるのかな?ほかのglibの関数は呼び出すように見える。 $ ./configure --prefix=$HOME/usr --with-glib=no

hb_shape

basic_engine_shape() at basic-fc.c:340 0x7ffff39b7bbf pango_shape_full() at shape.c:116 0x7ffff7bb8f7b shape_run() at pango-layout.c:3,293 0x7ffff7b9c39c process_item() at pango-layout.c:3,406 0x7ffff7b9c68d process_line() at pango-layout.…

PS C:\gtk-build\git-hub\gtk-win32> Get-Help -Full .\build.ps1

PS C:\gtk-build\git-hub\gtk-win32> Get-Help -Full .\build.ps1 名前 C:\gtk-build\git-hub\gtk-win32\build.ps1 概要 This is a build script to build GTK+ 2 and openssl. 構文 C:\gtk-build\git-hub\gtk-win32\build.ps1 [[-Configuration] <String>] [-Disabl</string>…

pacman -Rsc mingw-w64-x86_64-gcc

$ pacman -Rsc mingw-w64-x86_64-gcc 依存関係を確認しています... パッケージ (8) mingw-w64-x86_64-gcc-ada-5.2.0-4 mingw-w64-x86_64-gcc-fortran-5.2.0-4 mingw-w64-x86_64-gcc-objc-5.2.0-4 mingw-w64-x86_64-isl-0.14.1-2 mingw-w64-x86_64-mpc-1.0.3-…

.lib/*.dllを生成するときは,vcvarsall.bat(Visual Studio コマンド プロンプト)を起動し,その画面のままMSYSのフォルダへ移動する.

msys.batを起動する.ffmpegフォルダへ移動し,./configure ?enable-postproc ?disable-ffserver ?disable-ffplay ?disable-ffprobe ?enable-w32threads ?extra-ldflags=-static ?extra-cflags=”-mtune=core2 -mfpmath=sse -msse3″ ?optflags=”-O2 -finline-…

toolchain

pacman -S mingw-w64-x86_64-toolchain $ pacman -S mingw-w64-x86_64-toolchain :: 16 のパッケージがグループ mingw-w64-x86_64-toolchain にあります: :: リポジトリ mingw64 1) mingw-w64-x86_64-binutils 2) mingw-w64-x86_64-crt-git 3) mingw-w64-x86…

gccをインストールしないでconfigureを実行してみた。

gccをインストールしないでconfigureを実行してみた。 ~/layout/oss/pango-1.38.1 $ ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p..…

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…

repoでfatal error Unable to remap

$ ~/bin/repo init -u git://android.git.kernel.org/platform/manifest.git warning: gpg (GnuPG) is not available. warning: Installing it is strongly encouraged. Getting repo ... from git://android.git.kernel.org/tools/repo.git 0 [main] python…