のねのBlog

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

2015-10-30から1日間の記事一覧

.profile

export PATH="$HOME/usr/bin:$PATH" export LD_LIBRARY_PATH=$HOME/usr/lib export PKG_CONFIG_PATH=$HOME/usr/lib/pkgconfig

glib.h not found

project>property>C/C++ build>Build Settings>Makefile generartion>Generate Makefiles automaticallyのチェックをはずした。 subdir.mkを書き換え、インクルードのパスを加えた。 # Each subdirectory must supply rules for building sources it contrib…

Program "g++" not found in PATH

sudo apt-get install g++

フォルダの圧縮

$ tar cvzf ***.tar.gz file1 file2 dir1 dir2

LD_LIBRARY_PATH

export LD_LIBRARY_PATH=$HOME/usr/lib

ubuntu 14.04 LTS ログインしても、ログイン画面に戻る

たまに、ログインしてもログイン画面を繰り返すときがある。unityだけを初期化したいのだが、うまく初期化できない。 以下の方法で、ホームのバックアップを取り、ユーザーを再作成する。 Ctrl+Alt+F1でCUIからログインする。 startxを実行する。 右クリック…

cproject

<cproject storage_type_id="org.eclipse.cdt.core.XmlProjectDescriptionStorage"> <storageModule moduleId="org.eclipse.cdt.core.settings"> <cconfiguration id="cdt.managedbuild.config.gnu.exe.debug.1555981701"> </cconfiguration></storagemodule></cproject>

discovery makefile

src/subdir.mk ################################################################################ # Automatically-generated file. Do not edit! ################################################################################ # Add inputs and o…

/usr/lib/glib-2.0 /usr/lib/x86_64-linux-gnu/glib-2.0/includeAdd to all configurations Add to all languages is a workspace path