I downloaded the src.still got error, why the gtksourceview-2.0 is not added topkg-config? how can I add it manully?
linux-oj0j:/home/baijingjiao/Download # cd notecase-1.9.8
linux-oj0j:/home/baijingjiao/Download/notecase-1.9.8 # ls
Makefile NoteCase.dsp NoteCase.dsw NoteCase.sln NoteCase.vcproj bin deb docs po readme.txt res src tools
linux-oj0j:/home/baijingjiao/Download/notecase-1.9.8 # less readme.txt
linux-oj0j:/home/baijingjiao/Download/notecase-1.9.8 # make install
du: cannot access `./notecase/': No such file or directory
Package gtksourceview-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtksourceview-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtksourceview-2.0' found
Configuration: GNOME_VFS=;GTKSOURCEVIEW=;DEBUG=;PROFILE=;BYTE_ORDER=-DSHA1_LITTLE_ENDIAN -DORDER_DCBA;PLATFORM="Linux"
#@sed -i 's:\#define INSTALL_PREFIX .*:\#define INSTALL_PREFIX "/usr":' ./src/config.h
===> Compiling src/main.cpp
===> Compiling src/support.cpp
===> Compiling src/callbacks.cpp
./src/callbacks.cpp: In function ‘void on_insert_text(GtkTextBuffer*, GtkTextIter*, gchar*, gint, void*)’:
./src/callbacks.cpp:3026: warning: comparison between signed and unsigned integer expressions
===> Compiling src/interface.cpp
===> Compiling src/mru.cpp
===> Compiling src/lib/EnumDirectory.cpp
===> Compiling src/lib/DocActionManager.cpp
===> Compiling src/DocAction.cpp
===> Compiling src/DocActionSort.cpp
===> Compiling src/OptionsDialog.cpp
===> Compiling src/gui/GuiLanguage.cpp
===> Compiling src/lib/TextSearch.cpp
===> Compiling src/gui/FileDialog.cpp
===> Compiling src/gui/Dialog.cpp
===> Compiling src/FindDialog.cpp
===> Compiling src/PasswordDialog.cpp
===> Compiling src/lib/FilePath.cpp
===> Compiling src/lib/IniFile.cpp
./src/lib/IniFile.cpp: In member function ‘bool IniFile::Save()’:
./src/lib/IniFile.cpp:124: error: ‘snprintf’ was not declared in this scope
./src/lib/IniFile.cpp: In member function ‘bool IniFile::SetValue(const char*, const char*, int)’:
./src/lib/IniFile.cpp:213: error: ‘snprintf’ was not declared in this scope
make: *** [bin/IniFile.o] Error 1