Advertising
- Mine
- Tuesday, May 15th, 2007 at 11:30:23am UTC
- [email protected]:~/Desktop/listen-0.5$ make all
- Checking for Python... /usr/bin/python
- Checking Python version: 2.5
- GTK Accessibility Module initialized
- Checking for PyGTK >= 2.6: found
- Checking for pyGTK-devel >= 2.6: found
- Checking for gnome.ui: found
- ./check.py:46: DeprecationWarning: the module egg.trayicon is deprecated; equivalent functionality can now be found in pygtk 2.10
- try: import egg.trayicon
- Checking for egg.trayicon: found
- Checking for pygtkmozembed: found
- Checking for mutagen: found
- Checking for PyGSt >= 0.10: found
- Checking for DBUS: found
- Checking for python-libgpod: not found
- Listen recommends python-gpod (http://www.gtkpod.org)
- Checking for python-musicbrainz2: not found
- , but recommanded
- Checking for python-tunepimp > 0.5: not found
- , but recommanded
- Checking for libsexy: found
- make -C mmkeys
- make[1]: Entering directory `/home/emilio/Desktop/listen-0.5/mmkeys'
- pygtk-codegen-2.0 --prefix mmkeys \
- --register `pkg-config --variable=defsdir pygtk-2.0`/gdk-types.defs \
- --register `pkg-config --variable=defsdir pygtk-2.0`/gtk-types.defs \
- --override mmkeys.override \
- mmkeys.defs > gen-tmp
- ***INFO*** There are no declared global functions.
- ***INFO*** There are no declared methods.
- ***INFO*** There are no declared virtual proxies.
- ***INFO*** There are no declared virtual accessors.
- ***INFO*** There are no declared interface proxies.
- mv gen-tmp mmkeyspy.c
- ./setup.py build
- running build
- running build_ext
- building 'mmkeys' extension
- creating build
- creating build/temp.linux-i686-2.5
- gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.5 -c mmkeyspy.c -o build/temp.linux-i686-2.5/mmkeyspy.o -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pygtk-2.0
- gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.5 -c mmkeys.c -o build/temp.linux-i686-2.5/mmkeys.o -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pygtk-2.0
- gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.5 -c mmkeysmodule.c -o build/temp.linux-i686-2.5/mmkeysmodule.o -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pygtk-2.0
- creating build/lib.linux-i686-2.5
- gcc -pthread -shared -Wl,-O1 build/temp.linux-i686-2.5/mmkeyspy.o build/temp.linux-i686-2.5/mmkeys.o build/temp.linux-i686-2.5/mmkeysmodule.o -o build/lib.linux-i686-2.5/mmkeys.so -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXfixes -lpango-1.0 -lcairo -lX11 -lgmodule-2.0 -ldl -lgobject-2.0 -lglib-2.0
- cp build/lib*/mmkeys.so .
- make[1]: Leaving directory `/home/emilio/Desktop/listen-0.5/mmkeys'
- cp mmkeys/mmkeys.so src/mmkeys.so
- for lang in ./zh_CN ./be ./ar ./ca ./bn ./br ./da ./de ./cs ./es ./fi ./et ./fr ./gl ./hu ./ja ./it ./ko ./lv ./nb ./nl ./pa ./pl ./pt ./ro ./ru ./sk ./sr ./sv ./tr ./uk ./vi ./en_CA ./en_GB ./en_US ./pt_BR; do msgfmt po/$lang.po -o po/$lang.mo;done
- intltool-merge -d po misc/listen.desktop.in misc/listen.desktop
- NOTICE: po/it.po is not in UTF-8 but iso-8859-1, converting...
- NOTICE: po/hu.po is not in UTF-8 but iso-8859-2, converting...
- Merging translations into misc/listen.desktop.
- docbook2x-man misc/listen.1.docbook --to-stdout | gzip > misc/listen.1.gz
- for fn in misc/listen.in misc/org.gnome.Listen.service.in src/dists.py.in ; do \
- if [ 0 -eq 1 ]; then \
- IN=`cat $fn | sed -e 's!GTKMOZEMBED_PATH!LD_LIBRARY_PATH=!g' | sed -e 's!GTKMOZEMBED_PATH!!g' -e 's!PYTHON!python!g' -e 's!LIBDIR!/usr/lib/listen!g' -e 's!DATADIR!/usr/share!g' -e 's!PREFIX!/usr!g' -e 's!BINDIR!/usr/bin!g' -e 's!LOCALEDIR!/usr/share/locale!g'`; \
- else \
- IN=`cat $fn | sed -e 's!GTKMOZEMBED_PATH!!g' -e 's!PYTHON!python!g' -e 's!LIBDIR!/usr/lib/listen!g' -e 's!DATADIR!/usr/share!g' -e 's!PREFIX!/usr!g' -e 's!BINDIR!/usr/bin!g' -e 's!LOCALEDIR!/usr/share/locale!g'`; \
- fi ;\
- F_OUT=`echo $fn | sed -e 's/\.in$//g'`; \
- echo "$IN" > $F_OUT; \
- done
- Done
- Type: make install now
- [email protected]:~/Desktop/listen-0.5$
advertising
Update the Post
Either update this post and resubmit it with changes, or make a new post.
You may also comment on this post.
Please note that information posted here will not expire by default. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.