Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 03 Mar 2006 08:30:05 -0700
From:      Jie Gao <gaoj@cpsc.ucalgary.ca>
To:        Lei Sun <lei.sun@gmail.com>
Cc:        Yuan Jue <yuanjue02@gmail.com>, questions@freebsd.org
Subject:   Re: zh-scim-pinyin-0.5.91_1 compile error
Message-ID:  <440860FD.1020608@cpsc.ucalgary.ca>
In-Reply-To: <d396fddf0603010027m1393ae2awc6cd97e30fecad57@mail.gmail.com>
References:  <d396fddf0603010027m1393ae2awc6cd97e30fecad57@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi All,

I got a couple of reports of the same problem. I didn't experienced this 
while I was upgrading the port. But I will take a close look at it. 
Currently I am a bit busy so expect delays.

Jie

Lei Sun wrote:
> Hi,
>
> port chinese/scim-pinyin still seems to be having problem with
> libtool.(For details, please see the log below)
>
> Would somebody please fix it?
>
> Thanks a lot.
>
> Lei
>
>
> ------------------------------------------------------------------------------------------------
> ...
> echo '#include <kdialog.h>' > smartpinyinui.cpp
> echo '#include <klocale.h>' >> smartpinyinui.cpp
> /usr/X11R6/bin/uic -L /usr/local/lib/kde3/plugins/designer -nounload
> -tr tr2i18n -i smartpinyinui.h ./smartpinyinui.ui >
> smartpinyinui.cpp.temp ; ret=$?; \
> /usr/bin/perl -pe "s,tr2i18n( \"\" ),QString::null,g"
> smartpinyinui.cpp.temp | /usr/bin/perl -pe "s,tr2i18n( \"\"\, \"\"
> ),QString::null,g" | /usr/bin/perl -pe
> "s,image([0-9][0-9]*)_data,img\$1_smartpinyinui,g" | /usr/bin/perl -pe
> "s,: QWizard\(,: KWizard(,g" >> smartpinyinui.cpp ;\
> rm -f smartpinyinui.cpp.temp ;\
> if test "$ret" = 0; then echo '#include "smartpinyinui.moc"' >>
> smartpinyinui.cpp; else rm -f smartpinyinui.cpp ; exit $ret ; fi
> if /bin/sh ../libtool --silent --tag=CXX --mode=compile c++
> -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/local/include
> -I/usr/X11R6/include  -I/usr/local/include/skim
> -I/usr/X11R6/include/scim-1.0     -D_THREAD_SAFE -pthread
> -DQT_THREAD_SUPPORT -I/usr/local/include -D__STDC_ISO_10646__
> -D_THREAD_SAFE   -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W
> -Wpointer-arith -Wwrite-strings -O2 -O2 -fno-strict-aliasing -pipe
> -fno-exceptions -fno-check-new -fno-common  -MT smartpinyinui.lo -MD
> -MP -MF ".deps/smartpinyinui.Tpo" -c -o smartpinyinui.lo
> smartpinyinui.cpp; \
> then mv -f ".deps/smartpinyinui.Tpo" ".deps/smartpinyinui.Plo"; else
> rm -f ".deps/smartpinyinui.Tpo"; exit 1; fi
> if /bin/sh ../libtool --silent --tag=CXX --mode=compile c++
> -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/local/include
> -I/usr/X11R6/include  -I/usr/local/include/skim
> -I/usr/X11R6/include/scim-1.0     -D_THREAD_SAFE -pthread
> -DQT_THREAD_SUPPORT -I/usr/local/include -D__STDC_ISO_10646__
> -D_THREAD_SAFE   -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W
> -Wpointer-arith -Wwrite-strings -O2 -O2 -fno-strict-aliasing -pipe
> -fno-exceptions -fno-check-new -fno-common  -MT smartpinyin.lo -MD -MP
> -MF ".deps/smartpinyin.Tpo" -c -o smartpinyin.lo smartpinyin.cpp; \
> then mv -f ".deps/smartpinyin.Tpo" ".deps/smartpinyin.Plo"; else rm -f
> ".deps/smartpinyin.Tpo"; exit 1; fi
> /bin/sh ../libtool --silent --tag=CXX --mode=link c++ 
> -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith
> -Wwrite-strings -O2 -O2 -fno-strict-aliasing -pipe -fno-exceptions
> -fno-check-new -fno-common   -L/usr/local/lib -lintl -o
> kcm_skimplugin_scim_smartpinyin.la -rpath /usr/local/lib/kde3 -module
> -no-undefined  -avoid-version -module -no-undefined  -R /usr/local/lib
> -R /usr/local/lib -R /usr/X11R6/lib -R /usr/X11R6/lib -D_THREAD_SAFE
> -pthread -L/usr/local/lib -L/usr/X11R6/lib   -D_THREAD_SAFE -pthread 
> scimsmartpinyinsettingplugin.lo smartpinyinui.lo smartpinyin.lo
> -lqt-mt  -lz -lpng -lz -lm -lXext -lX11  -lSM -lICE -lkdeui -lkdecore
> -L/usr/local/lib -L/usr/X11R6/lib -lscim-kdeutils -lskim -lscim-1.0
> libtool: link: cannot find the library `'
> gmake[4]: *** [kcm_skimplugin_scim_smartpinyin.la] Error 1
> gmake[4]: Leaving directory
> `/usr/ports/chinese/scim-pinyin/work/scim-pinyin-0.5.91/skim/setupui'
> gmake[3]: *** [all-recursive] Error 1
> gmake[3]: Leaving directory
> `/usr/ports/chinese/scim-pinyin/work/scim-pinyin-0.5.91/skim'
> gmake[2]: *** [all] Error 2
> gmake[2]: Leaving directory
> `/usr/ports/chinese/scim-pinyin/work/scim-pinyin-0.5.91/skim'
> gmake[1]: *** [all-recursive] Error 1
> gmake[1]: Leaving directory
> `/usr/ports/chinese/scim-pinyin/work/scim-pinyin-0.5.91'
> gmake: *** [all] Error 2
> *** Error code 2
>
> Stop in /usr/ports/chinese/scim-pinyin.
> *** Error code 1
>
> Stop in /usr/ports/chinese/scim-pinyin.
> [root@wolfgang /usr/ports/chinese/scim-pinyin]#
>
>   

-- 
GAO, Jie
Artificial Intelligence Research Lab   http://www.cpsc.ucalgary.ca/~gaoj/
Department of Computer Science         E-mail: gaoj@cpsc.ucalgary.ca
University of Calgary                  Tel: 1-403-220-7688




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?440860FD.1020608>