Jump to content

Zore

Members
  • Posts

    4
  • Joined

  • Last visited

Zore's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. make clean worked fine. qmake output: [zoidmagnite@localhost linux-minidisc]$ qmake --version QMake version 2.01a Using Qt version 4.6.2 in /usr/lib [zoidmagnite@localhost linux-minidisc]$ ran qmake again: Reading /home/zoidmagnite/linux-minidisc/libhimd/libhimd.pro Reading /home/zoidmagnite/linux-minidisc/himddump/himddump.pro Reading /home/zoidmagnite/linux-minidisc/qhimdtransfer/qhimdtransfer.pro [zoidmagnite@localhost linux-minidisc]$ and new output running make: [zoidmagnite@localhost linux-minidisc]$ make cd libhimd/ && make -f Makefile make[1]: Entering directory `/home/zoidmagnite/linux-minidisc/libhimd' gcc -c -pipe -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -fPIC -Wall -W -DG_DISABLE_DEPRECATED=1 -DCONFIG_WITH_MCRYPT -DCONFIG_WITH_MAD -I/usr/lib/qt4/mkspecs/linux-g++ -I. -o encryption.o encryption.c gcc -c -pipe -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -fPIC -Wall -W -DG_DISABLE_DEPRECATED=1 -DCONFIG_WITH_MCRYPT -DCONFIG_WITH_MAD -I/usr/lib/qt4/mkspecs/linux-g++ -I. -o himd.o himd.c gcc -c -pipe -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -fPIC -Wall -W -DG_DISABLE_DEPRECATED=1 -DCONFIG_WITH_MCRYPT -DCONFIG_WITH_MAD -I/usr/lib/qt4/mkspecs/linux-g++ -I. -o mdstream.o mdstream.c gcc -c -pipe -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -fPIC -Wall -W -DG_DISABLE_DEPRECATED=1 -DCONFIG_WITH_MCRYPT -DCONFIG_WITH_MAD -I/usr/lib/qt4/mkspecs/linux-g++ -I. -o trackindex.o trackindex.c gcc -c -pipe -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -fPIC -Wall -W -DG_DISABLE_DEPRECATED=1 -DCONFIG_WITH_MCRYPT -DCONFIG_WITH_MAD -I/usr/lib/qt4/mkspecs/linux-g++ -I. -o sony_oma.o sony_oma.c gcc -c -pipe -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -fPIC -Wall -W -DG_DISABLE_DEPRECATED=1 -DCONFIG_WITH_MCRYPT -DCONFIG_WITH_MAD -I/usr/lib/qt4/mkspecs/linux-g++ -I. -o frag.o frag.c rm -f libhimd.a ar cqs libhimd.a encryption.o himd.o mdstream.o trackindex.o sony_oma.o frag.o make[1]: Leaving directory `/home/zoidmagnite/linux-minidisc/libhimd' cd himddump/ && make -f Makefile make[1]: Entering directory `/home/zoidmagnite/linux-minidisc/himddump' gcc -c -pipe -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -W -I/usr/lib/qt4/mkspecs/linux-g++ -I. -I../libhimd -I../libhimd -o himddump.o himddump.c g++ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -o himddump himddump.o -L../libhimd -L../libhimd -lhimd -lmad -lmcrypt -lglib-2.0 make[1]: Leaving directory `/home/zoidmagnite/linux-minidisc/himddump' cd qhimdtransfer/ && make -f Makefile make[1]: Entering directory `/home/zoidmagnite/linux-minidisc/qhimdtransfer' /usr/lib/qt4/bin/uic qhimdaboutdialog.ui -o ui_qhimdaboutdialog.h /usr/lib/qt4/bin/uic qhimdformatdialog.ui -o ui_qhimdformatdialog.h /usr/lib/qt4/bin/uic qhimduploaddialog.ui -o ui_qhimduploaddialog.h /usr/lib/qt4/bin/uic qhimdmainwindow.ui -o ui_qhimdmainwindow.h g++ -c -pipe -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -I/usr/include/taglib -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib/qt4/mkspecs/linux-g++ -I. -I/usr/lib/qt4/include/QtCore -I/usr/lib/qt4/include/QtGui -I/usr/lib/qt4/include -I. -I../libhimd -I. -I. -o main.o main.cpp cc1plus: error: bad value (generic) for -mcpu= switch make[1]: *** [main.o] Error 1 make[1]: Leaving directory `/home/zoidmagnite/linux-minidisc/qhimdtransfer' make: *** [sub-qhimdtransfer-make_default] Error 2 [zoidmagnite@localhost linux-minidisc]$ Am I missing a library or something? Perplexing...
  2. UPDATE: installed sox-devel okay. New output: [stuff@localhost linux-minidisc]$ make cd libhimd/ && make -f Makefile make[1]: Entering directory `/home/stuff/linux-minidisc/libhimd' make[1]: Nothing to be done for `first'. make[1]: Leaving directory `/home/stuff/linux-minidisc/libhimd' cd himddump/ && make -f Makefile make[1]: Entering directory `/home/stuff/linux-minidisc/himddump' g++ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -o himddump himddump.o -L../libhimd -L../libhimd -lhimd -lmad -lmcrypt -lglib-2.0 himddump.o: In function `himd_dumpnonmp3': himddump.c:(.text+0x20c): undefined reference to `himd_nonmp3stream_read_block' collect2: ld returned 1 exit status make[1]: *** [himddump] Error 1 make[1]: Leaving directory `/home/stuff/linux-minidisc/himddump' make: *** [sub-himddump-make_default] Error 2 [stuff@localhost linux-minidisc]$ Still having probs.
  3. Greetings from Michigan USA! And thank you for doing this. I can't tell you how glad I'd be to be able to use my MD equipment in Linux. I checked my system and I do have sox installed, but sox-devel is not installed and they are missing dependencies in the repository for my distro. Even checked ibiblio.... nothing. Okay, taglib-devel is now installed. So I've got sox installed, but I don't have sox-devel. I installed git, and ran everything per the command line and got the stuff (according to my terminal window at least). But I still get the same errors. Could it be that my distro puts that stuff in another folder? Is there any chance you guys can build an rpm of your software? I believe that PCLinuxOS is a Mandriva Linux derivative. We use rpms (but not Fedora rpms!). you guy have no idea how much I appreciate your doing this for us Linux MD users. Thank you!
  4. Hey guys. I just tried to build this for my linux distro (PCLinuxOS). Got these error messages during make: [root@localhost linux-minidisc]# qmake -r Reading /root/linux-minidisc/libhimd/libhimd.pro Reading /root/linux-minidisc/himddump/himddump.pro Reading /root/linux-minidisc/qhimdtransfer/qhimdtransfer.pro Package sox was not found in the pkg-config search path. Perhaps you should add the directory containing `sox.pc' to the PKG_CONFIG_PATH environment variable No package 'sox' found Package sox was not found in the pkg-config search path. Perhaps you should add the directory containing `sox.pc' to the PKG_CONFIG_PATH environment variable No package 'sox' found Package sox was not found in the pkg-config search path. Perhaps you should add the directory containing `sox.pc' to the PKG_CONFIG_PATH environment variable No package 'sox' found Package taglib was not found in the pkg-config search path. Perhaps you should add the directory containing `taglib.pc' to the PKG_CONFIG_PATH environment variable No package 'taglib' found Package taglib was not found in the pkg-config search path. Perhaps you should add the directory containing `taglib.pc' to the PKG_CONFIG_PATH environment variable No package 'taglib' found Package taglib was not found in the pkg-config search path. Perhaps you should add the directory containing `taglib.pc' to the PKG_CONFIG_PATH environment variable No package 'taglib' found Any ideas?
×
×
  • Create New...