Skip to content

Instantly share code, notes, and snippets.

@Cj-bc
Created January 22, 2019 00:49
Show Gist options
  • Save Cj-bc/6caf3561dd5b3bce6df35f5772f6d0c5 to your computer and use it in GitHub Desktop.
Save Cj-bc/6caf3561dd5b3bce6df35f5772f6d0c5 to your computer and use it in GitHub Desktop.
mlterm: log: succeeded 'make' log. configure flags are CFLAGS="-I/opt/X11/include/freetype2" --with-type-engines=cairo --prefix=/Users/coju/workspace/mlterm/mlterm-3.8.7/OUT --with-gui=quartz --with-gtk=3.0
# "cd baselib" and "cd encodefilter" must be enclosed by () because it may not return
# to the at the next line.
if [ -f baselib/Makefile ]; then (cd baselib ; /Applications/Xcode.app/Contents/Developer/usr/bin/make all) ; fi
cd src ; /Applications/Xcode.app/Contents/Developer/usr/bin/make all
make[2]: Nothing to be done for `all'.
if [ -f encodefilter/Makefile ]; then (cd encodefilter ; /Applications/Xcode.app/Contents/Developer/usr/bin/make all) ; fi
# "cd ${dir}" must be enclosed by () because it may not return
# to the at the next line.
for dir in src module ; do (cd ${dir} ; /Applications/Xcode.app/Contents/Developer/usr/bin/make all) || exit ; done
make[2]: Nothing to be done for `all'.
make[2]: Nothing to be done for `all'.
(for dir in vtemu vtemu/libctl uitoolkit/libtype uitoolkit main man etc inputmethod/skk inputmethod/kbd tool/registobmp contrib/tool/mlterm-menu contrib/tool/mlcc tool/mlconfig tool/mlclient uitoolkit/libotl ; do (cd ${dir} ; /Applications/Xcode.app/Contents/Developer/usr/bin/make all) || exit ; done) && \
if test "all" != "clean" ; then touch BUILD_SUCCESS ; else rm -f BUILD_SUCCESS ; fi
make[1]: Nothing to be done for `all'.
make[1]: Nothing to be done for `all'.
make[1]: Nothing to be done for `all'.
make[1]: Nothing to be done for `all'.
make[1]: Nothing to be done for `all'.
no such a target
no such a target
make[1]: Nothing to be done for `all'.
make[1]: Nothing to be done for `all'.
make[1]: Nothing to be done for `all'.
make[1]: Nothing to be done for `all'.
make[1]: Nothing to be done for `all'.
make[1]: Nothing to be done for `all'.
gcc -I/opt/X11/include/freetype2 -c main.c
gcc -o mlclient main.o
cp mlclient mlclientx
../../libtool --mode=compile gcc -I../../baselib/include -DUSE_QUARTZ -I/opt/X11/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -I/usr/local/include -c hb.c
libtool: compile: gcc -I../../baselib/include -DUSE_QUARTZ -I/opt/X11/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -I/usr/local/include -c hb.c -fno-common -DPIC -o .libs/hb.o
libtool: compile: gcc -I../../baselib/include -DUSE_QUARTZ -I/opt/X11/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -I/usr/local/include -c hb.c -o hb.o >/dev/null 2>&1
../../libtool --mode=link gcc -o libotl-quartz.la hb.lo -rpath /Users/coju/workspace/mlterm/mlterm-3.8.7/OUT/lib/mlterm \
-module -avoid-version -L/usr/local/Cellar/harfbuzz/2.3.0/lib -lharfbuzz ../../baselib/src/libpobl.la -L/usr/local/lib -R/usr/local/lib
libtool: link: gcc -Wl,-undefined -Wl,dynamic_lookup -o .libs/libotl-quartz.so -bundle .libs/hb.o -L/usr/local/Cellar/harfbuzz/2.3.0/lib -lharfbuzz ../../baselib/src/.libs/libpobl.dylib -ldl -L/usr/local/lib
libtool: link: ar cru .libs/libotl-quartz.a hb.o
libtool: link: ranlib .libs/libotl-quartz.a
libtool: link: ( cd ".libs" && rm -f "libotl-quartz.la" && ln -s "../libotl-quartz.la" "libotl-quartz.la" )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment