2009年6月6日 星期六

How to compile LXDE - menu-cache

nelsonchung@nelsonchung-laptop:~/Src/lxde/menu-cache$ ./autogen.sh
+ [ x != x ]
+ aclocal
+ autoheader
+ AUTOMAKE=automake-1.10 libtoolize -c --automake --force
+ automake-1.10 --add-missing --copy --include-deps
configure.in:12: installing `./compile'
configure.in:15: installing `./config.guess'
configure.in:15: installing `./config.sub'
configure.in:5: installing `./install-sh'
configure.in:5: installing `./missing'
libmenu-cache/Makefile.am: installing `./depcomp'
+ autoconf
+ cp -f /usr/share/automake-1.10/mkinstalldirs .
+ rm -rf autom4te.cache


nelsonchung@nelsonchung-laptop:~/Src/lxde/menu-cache$ ./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... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for library containing strerror... none required
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether gcc and cc understand -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GLIB... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libmenu-cache/Makefile
config.status: creating libmenu-cache/libmenu-cache.pc
config.status: creating libmenu-cache/libmenu-cache-uninstalled.pc
config.status: creating menu-cache-gen/Makefile
config.status: creating menu-cache-daemon/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands


nelsonchung@nelsonchung-laptop:~/Src/lxde/menu-cache$ make
make all-recursive
make[1]: Entering directory `/home/nelsonchung/Src/lxde/menu-cache'
Making all in libmenu-cache
make[2]: Entering directory `/home/nelsonchung/Src/lxde/menu-cache/libmenu-cache'
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Werror-implicit-function-declaration -DMENUCACHE_LIBEXECDIR="\"/usr/local/libexec\"" -g -O2 -MT menu-cache.lo -MD -MP -MF .deps/menu-cache.Tpo -c -o menu-cache.lo menu-cache.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Werror-implicit-function-declaration -DMENUCACHE_LIBEXECDIR=\"/usr/local/libexec\" -g -O2 -MT menu-cache.lo -MD -MP -MF .deps/menu-cache.Tpo -c menu-cache.c -fPIC -DPIC -o .libs/menu-cache.o
menu-cache.c: In function 「read_all_known_des」:
menu-cache.c:279: 警告: 永遠不相容的指標類型賦值
menu-cache.c: In function 「menu_cache_new」:
menu-cache.c:328: 警告: 傳遞參數 2 (屬於 「read_all_known_des」)時在不相容的指標類型間轉換
menu-cache.c: In function 「menu_cache_unref」:
menu-cache.c:363: 警告: 傳遞參數 1 (屬於 「menu_cache_item_unref」)時在不相容的指標類型間轉換
menu-cache.c: In function 「menu_cache_reload」:
menu-cache.c:462: 警告: 傳遞參數 2 (屬於 「read_all_known_des」)時在不相容的指標類型間轉換
menu-cache.c:469: 警告: 傳遞參數 1 (屬於 「menu_cache_item_unref」)時在不相容的指標類型間轉換
menu-cache.c: In function 「menu_cache_item_unref」:
menu-cache.c:511: 警告: 比較不相關的指標時缺少類型轉換
menu-cache.c:517: 警告: 比較不相關的指標時缺少類型轉換
menu-cache.c: In function 「menu_cache_get_dir_from_path」:
menu-cache.c:643: 警告: 永遠不相容的指標類型賦值
menu-cache.c: In function 「menu_cache_dir_make_path」:
menu-cache.c:657: 警告: 傳遞參數 1 (屬於 「menu_cache_item_get_id」)時在不相容的指標類型間轉換
menu-cache.c: In function 「get_socket_name」:
menu-cache.c:666: 警告: 初始化丟棄了指標目的類型的限定
menu-cache.c: In function 「register_menu_to_server」:
menu-cache.c:859: 警告: 忽略宣告有 warn_unused_result 屬性的 「write」 的回傳值
menu-cache.c: In function 「unregister_menu_from_server」:
menu-cache.c:890: 警告: 忽略宣告有 warn_unused_result 屬性的 「write」 的回傳值
menu-cache.c: In function 「list_app_in_dir」:
menu-cache.c:925: 警告: 傳遞參數 1 (屬於 「list_app_in_dir」)時在不相容的指標類型間轉換
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Werror-implicit-function-declaration -DMENUCACHE_LIBEXECDIR=\"/usr/local/libexec\" -g -O2 -MT menu-cache.lo -MD -MP -MF .deps/menu-cache.Tpo -c menu-cache.c -o menu-cache.o >/dev/null 2>&1
mv -f .deps/menu-cache.Tpo .deps/menu-cache.Plo
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -no-undefined -export-symbols-regex menu_cache -o libmenu-cache.la -rpath /usr/local/lib menu-cache.lo -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0
libtool: link: /usr/bin/nm -B .libs/menu-cache.o | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | /bin/sed 's/.* //' | sort | uniq > .libs/libmenu-cache.exp
libtool: link: /bin/grep -E -e "menu_cache" ".libs/libmenu-cache.exp" > ".libs/libmenu-cache.expT"
libtool: link: mv -f ".libs/libmenu-cache.expT" ".libs/libmenu-cache.exp"
libtool: link: echo "{ global:" > .libs/libmenu-cache.ver
libtool: link: cat .libs/libmenu-cache.exp | sed -e "s/\(.*\)/\1;/" >> .libs/libmenu-cache.ver
libtool: link: echo "local: *; };" >> .libs/libmenu-cache.ver
libtool: link: gcc -shared .libs/menu-cache.o /usr/lib/libgio-2.0.so /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so /usr/lib/libglib-2.0.so -Wl,-soname -Wl,libmenu-cache.so.0 -Wl,-version-script -Wl,.libs/libmenu-cache.ver -o .libs/libmenu-cache.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libmenu-cache.so.0" && ln -s "libmenu-cache.so.0.0.0" "libmenu-cache.so.0")
libtool: link: (cd ".libs" && rm -f "libmenu-cache.so" && ln -s "libmenu-cache.so.0.0.0" "libmenu-cache.so")
libtool: link: ar cru .libs/libmenu-cache.a menu-cache.o
libtool: link: ranlib .libs/libmenu-cache.a
libtool: link: ( cd ".libs" && rm -f "libmenu-cache.la" && ln -s "../libmenu-cache.la" "libmenu-cache.la" )
make[2]: Leaving directory `/home/nelsonchung/Src/lxde/menu-cache/libmenu-cache'
Making all in menu-cache-gen
make[2]: Entering directory `/home/nelsonchung/Src/lxde/menu-cache/menu-cache-gen'
gcc -DHAVE_CONFIG_H -I. -I.. -I../libmenu-cache -DGMENU_I_KNOW_THIS_IS_UNSTABLE -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DG_ENABLE_DEBUG -Werror-implicit-function-declaration -g -O2 -MT menu-cache-gen.o -MD -MP -MF .deps/menu-cache-gen.Tpo -c -o menu-cache-gen.o menu-cache-gen.c
menu-cache-gen.c: In function 「write_entry」:
menu-cache-gen.c:147: 警告: 賦值丟棄了指標目的類型的限定
menu-cache-gen.c:151: 警告: 賦值丟棄了指標目的類型的限定
menu-cache-gen.c:183: 警告: 賦值丟棄了指標目的類型的限定
menu-cache-gen.c: In function 「write_dir」:
menu-cache-gen.c:223: 警告: 傳遞引數 1(屬於 「g_free」)丟棄了指標目的類型的限定
menu-cache-gen.c:228: 警告: 傳遞引數 1(屬於 「g_free」)丟棄了指標目的類型的限定
menu-cache-gen.c: In function 「main」:
menu-cache-gen.c:314: 警告: 格式字串不是一個字面字串而且沒有待格式化的引數
menu-cache-gen.c:386: 警告: 賦值丟棄了指標目的類型的限定
menu-cache-gen.c:424: 警告: 傳遞參數 2 (屬於 「g_hash_table_foreach」)時在不相容的指標類型間轉換
mv -f .deps/menu-cache-gen.Tpo .deps/menu-cache-gen.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../libmenu-cache -DGMENU_I_KNOW_THIS_IS_UNSTABLE -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DG_ENABLE_DEBUG -Werror-implicit-function-declaration -g -O2 -MT canonicalize.o -MD -MP -MF .deps/canonicalize.Tpo -c -o canonicalize.o canonicalize.c
mv -f .deps/canonicalize.Tpo .deps/canonicalize.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../libmenu-cache -DGMENU_I_KNOW_THIS_IS_UNSTABLE -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DG_ENABLE_DEBUG -Werror-implicit-function-declaration -g -O2 -MT desktop-entries.o -MD -MP -MF .deps/desktop-entries.Tpo -c -o desktop-entries.o desktop-entries.c
mv -f .deps/desktop-entries.Tpo .deps/desktop-entries.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../libmenu-cache -DGMENU_I_KNOW_THIS_IS_UNSTABLE -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DG_ENABLE_DEBUG -Werror-implicit-function-declaration -g -O2 -MT entry-directories.o -MD -MP -MF .deps/entry-directories.Tpo -c -o entry-directories.o entry-directories.c
mv -f .deps/entry-directories.Tpo .deps/entry-directories.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../libmenu-cache -DGMENU_I_KNOW_THIS_IS_UNSTABLE -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DG_ENABLE_DEBUG -Werror-implicit-function-declaration -g -O2 -MT gmenu-tree.o -MD -MP -MF .deps/gmenu-tree.Tpo -c -o gmenu-tree.o gmenu-tree.c
mv -f .deps/gmenu-tree.Tpo .deps/gmenu-tree.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../libmenu-cache -DGMENU_I_KNOW_THIS_IS_UNSTABLE -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DG_ENABLE_DEBUG -Werror-implicit-function-declaration -g -O2 -MT menu-layout.o -MD -MP -MF .deps/menu-layout.Tpo -c -o menu-layout.o menu-layout.c
mv -f .deps/menu-layout.Tpo .deps/menu-layout.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../libmenu-cache -DGMENU_I_KNOW_THIS_IS_UNSTABLE -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DG_ENABLE_DEBUG -Werror-implicit-function-declaration -g -O2 -MT menu-monitor.o -MD -MP -MF .deps/menu-monitor.Tpo -c -o menu-monitor.o menu-monitor.c
mv -f .deps/menu-monitor.Tpo .deps/menu-monitor.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../libmenu-cache -DGMENU_I_KNOW_THIS_IS_UNSTABLE -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DG_ENABLE_DEBUG -Werror-implicit-function-declaration -g -O2 -MT menu-util.o -MD -MP -MF .deps/menu-util.Tpo -c -o menu-util.o menu-util.c
mv -f .deps/menu-util.Tpo .deps/menu-util.Po
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -no-undefined -o menu-cache-gen menu-cache-gen.o canonicalize.o desktop-entries.o entry-directories.o gmenu-tree.o menu-layout.o menu-monitor.o menu-util.o ../libmenu-cache/libmenu-cache.la -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0
libtool: link: gcc -g -O2 -o .libs/menu-cache-gen menu-cache-gen.o canonicalize.o desktop-entries.o entry-directories.o gmenu-tree.o menu-layout.o menu-monitor.o menu-util.o ../libmenu-cache/.libs/libmenu-cache.so /usr/lib/libgio-2.0.so /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so /usr/lib/libglib-2.0.so
make[2]: Leaving directory `/home/nelsonchung/Src/lxde/menu-cache/menu-cache-gen'
Making all in menu-cache-daemon
make[2]: Entering directory `/home/nelsonchung/Src/lxde/menu-cache/menu-cache-daemon'
gcc -DHAVE_CONFIG_H -I. -I.. -I../libmenu-cache -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DG_ENABLE_DEBUG -DMENUCACHE_LIBEXECDIR="\"/usr/local/libexec\"" -Werror-implicit-function-declaration -g -O2 -MT menu-cached.o -MD -MP -MF .deps/menu-cached.Tpo -c -o menu-cached.o menu-cached.c
menu-cached.c: In function 「pre_exec」:
menu-cached.c:156: 警告: 永遠不相容的指標類型初始化
menu-cached.c: In function 「regenerate_cache」:
menu-cached.c:176: 警告: 永遠不相容的指標類型初始化
menu-cached.c:177: 警告: 永遠不相容的指標類型初始化
menu-cached.c:178: 警告: 永遠不相容的指標類型初始化
menu-cached.c:179: 警告: 永遠不相容的指標類型初始化
menu-cached.c:181: 警告: 永遠不相容的指標類型賦值
menu-cached.c:182: 警告: 永遠不相容的指標類型賦值
menu-cached.c:183: 警告: 永遠不相容的指標類型賦值
menu-cached.c:189: 警告: 傳遞參數 2 (屬於 「g_spawn_sync」)時在不相容的指標類型間轉換
menu-cached.c: In function 「delayed_reload」:
menu-cached.c:259: 警告: 傳遞參數 3 (屬於 「g_signal_connect_data」)時在不相容的指標類型間轉換
menu-cached.c:274: 警告: 忽略宣告有 warn_unused_result 屬性的 「write」 的回傳值
menu-cached.c: In function 「cache_file_is_updated」:
menu-cached.c:469: 警告: 永遠不相容的指標類型賦值
menu-cached.c: In function 「get_socket_name」:
menu-cached.c:481: 警告: 初始化丟棄了指標目的類型的限定
menu-cached.c: In function 「create_socket」:
menu-cached.c:507: 警告: 格式字串引數太少
menu-cached.c: In function 「on_client_data_in」:
menu-cached.c:585: 警告: 傳遞參數 3 (屬於 「cache_file_is_updated」)時在不相容的指標類型間轉換
menu-cached.c:611: 警告: 傳遞參數 3 (屬於 「g_signal_connect_data」)時在不相容的指標類型間轉換
menu-cached.c:630: 警告: 忽略宣告有 warn_unused_result 屬性的 「write」 的回傳值
menu-cached.c:632: 警告: 忽略宣告有 warn_unused_result 屬性的 「write」 的回傳值
mv -f .deps/menu-cached.Tpo .deps/menu-cached.Po
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -no-undefined -o menu-cached menu-cached.o -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0
libtool: link: gcc -g -O2 -o menu-cached menu-cached.o /usr/lib/libgio-2.0.so /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so /usr/lib/libglib-2.0.so
make[2]: Leaving directory `/home/nelsonchung/Src/lxde/menu-cache/menu-cache-daemon'
make[2]: Entering directory `/home/nelsonchung/Src/lxde/menu-cache'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/home/nelsonchung/Src/lxde/menu-cache'
make[1]: Leaving directory `/home/nelsonchung/Src/lxde/menu-cache'

nelsonchung@nelsonchung-laptop:~/Src/lxde/menu-cache$ make install
Making install in libmenu-cache
make[1]: Entering directory `/home/nelsonchung/Src/lxde/menu-cache/libmenu-cache'
make[2]: Entering directory `/home/nelsonchung/Src/lxde/menu-cache/libmenu-cache'
test -z "/usr/local/lib" || /bin/mkdir -p "/usr/local/lib"
/bin/bash ../libtool --mode=install /usr/bin/install -c 'libmenu-cache.la' '/usr/local/lib/libmenu-cache.la'
libtool: install: /usr/bin/install -c .libs/libmenu-cache.so.0.0.0 /usr/local/lib/libmenu-cache.so.0.0.0
/usr/bin/install: cannot create regular file `/usr/local/lib/libmenu-cache.so.0.0.0': Permission denied
make[2]: *** [install-libLTLIBRARIES] Error 1
make[2]: Leaving directory `/home/nelsonchung/Src/lxde/menu-cache/libmenu-cache'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/home/nelsonchung/Src/lxde/menu-cache/libmenu-cache'
make: *** [install-recursive] Error 1
nelsonchung@nelsonchung-laptop:~/Src/lxde/menu-cache$ sudo make install
[sudo] password for nelsonchung:
Making install in libmenu-cache
make[1]: Entering directory `/home/nelsonchung/Src/lxde/menu-cache/libmenu-cache'
make[2]: Entering directory `/home/nelsonchung/Src/lxde/menu-cache/libmenu-cache'
test -z "/usr/local/lib" || /bin/mkdir -p "/usr/local/lib"
/bin/bash ../libtool --mode=install /usr/bin/install -c 'libmenu-cache.la' '/usr/local/lib/libmenu-cache.la'
libtool: install: /usr/bin/install -c .libs/libmenu-cache.so.0.0.0 /usr/local/lib/libmenu-cache.so.0.0.0
libtool: install: (cd /usr/local/lib && { ln -s -f libmenu-cache.so.0.0.0 libmenu-cache.so.0 || { rm -f libmenu-cache.so.0 && ln -s libmenu-cache.so.0.0.0 libmenu-cache.so.0; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f libmenu-cache.so.0.0.0 libmenu-cache.so || { rm -f libmenu-cache.so && ln -s libmenu-cache.so.0.0.0 libmenu-cache.so; }; })
libtool: install: /usr/bin/install -c .libs/libmenu-cache.lai /usr/local/lib/libmenu-cache.la
libtool: install: /usr/bin/install -c .libs/libmenu-cache.a /usr/local/lib/libmenu-cache.a
libtool: install: chmod 644 /usr/local/lib/libmenu-cache.a
libtool: install: ranlib /usr/local/lib/libmenu-cache.a
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin:/sbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/usr/local/include/menu-cache" || /bin/mkdir -p "/usr/local/include/menu-cache"
/usr/bin/install -c -m 644 'menu-cache.h' '/usr/local/include/menu-cache/menu-cache.h'
test -z "/usr/local/lib/pkgconfig" || /bin/mkdir -p "/usr/local/lib/pkgconfig"
/usr/bin/install -c -m 644 'libmenu-cache.pc' '/usr/local/lib/pkgconfig/libmenu-cache.pc'
make[2]: Leaving directory `/home/nelsonchung/Src/lxde/menu-cache/libmenu-cache'
make[1]: Leaving directory `/home/nelsonchung/Src/lxde/menu-cache/libmenu-cache'
Making install in menu-cache-gen
make[1]: Entering directory `/home/nelsonchung/Src/lxde/menu-cache/menu-cache-gen'
make[2]: Entering directory `/home/nelsonchung/Src/lxde/menu-cache/menu-cache-gen'
test -z "/usr/local/libexec" || /bin/mkdir -p "/usr/local/libexec"
/bin/bash ../libtool --mode=install /usr/bin/install -c 'menu-cache-gen' '/usr/local/libexec/menu-cache-gen'
libtool: install: /usr/bin/install -c .libs/menu-cache-gen /usr/local/libexec/menu-cache-gen
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/nelsonchung/Src/lxde/menu-cache/menu-cache-gen'
make[1]: Leaving directory `/home/nelsonchung/Src/lxde/menu-cache/menu-cache-gen'
Making install in menu-cache-daemon
make[1]: Entering directory `/home/nelsonchung/Src/lxde/menu-cache/menu-cache-daemon'
make[2]: Entering directory `/home/nelsonchung/Src/lxde/menu-cache/menu-cache-daemon'
test -z "/usr/local/libexec" || /bin/mkdir -p "/usr/local/libexec"
/bin/bash ../libtool --mode=install /usr/bin/install -c 'menu-cached' '/usr/local/libexec/menu-cached'
libtool: install: /usr/bin/install -c menu-cached /usr/local/libexec/menu-cached
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/nelsonchung/Src/lxde/menu-cache/menu-cache-daemon'
make[1]: Leaving directory `/home/nelsonchung/Src/lxde/menu-cache/menu-cache-daemon'
make[1]: Entering directory `/home/nelsonchung/Src/lxde/menu-cache'
make[2]: Entering directory `/home/nelsonchung/Src/lxde/menu-cache'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/nelsonchung/Src/lxde/menu-cache'
make[1]: Leaving directory `/home/nelsonchung/Src/lxde/menu-cache'

透過Facebook分享

沒有留言: