c++ -g -march=i586 -ffast-math -pipe -L/usr/X11R6/lib -L/usr/local/qt/lib -o .libs/avirecompress codecconf_p.o genctl_p.o main.o qimagecontrol.o recwnd_p.o srcctl_p.o recompressor.o audc_p.o thread.o rgn.o conf.o genctl.o srcctl.o recwnd.o audc.o codecconf.o filters.o ../../lib/.libs/libaviplay.so -lpthread -lnsl -ldl -lm -lpthread -lnsl -ldl -lm -lpthread -lnsl -ldl -lm -lpthread -lnsl -ldl -lm -L/usr/lib -lSDL -lpthread -lXdpms -lXxf86dga -lXxf86vm -lXi -lpthread -lnsl -ldl -lm -lpthread -lnsl -ldl -lm -L../../lib -L/usr/X11R6/lib -lXxf86vm -lX11 -lXext -L/usr/local/qt/lib -lqt-mt -lXxf86dga -L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread recompressor.o: In function `RecompressFilter::process(CImage *, int)': /home/onliner/avifile-0.6/samples/qtrecompress/recompressor.cpp:58: undefined reference to `avm::avm_map<avm::string, avm::string>::update_min_max_weights(avm::avm_map<avm::string, avm::string>::binary_tree_node<avm::string, avm::string> *)' /home/onliner/avifile-0.6/samples/qtrecompress/recompressor.cpp:78: undefined reference to `avm::avm_map<avm::string, avm::string>::update_min_max_weights(avm::avm_map<avm::string, avm::string>::binary_tree_node<avm::string, avm::string> *)' /home/onliner/avifile-0.6/samples/qtrecompress/recompressor.cpp:88: undefined reference to `avm::avm_map<avm::string, avm::string>::update_min_max_weights(avm::avm_map<avm::string, avm::string>::binary_tree_node<avm::string, avm::string> *)' /home/onliner/avifile-0.6/samples/qtrecompress/recompressor.cpp:106: undefined reference to `avm::avm_map<avm::string, avm::string>::update_min_max_weights(avm::avm_map<avm::string, avm::string>::binary_tree_node<avm::string, avm::string> *)' collect2: ld returned 1 exit status make[2]: *** [avirecompress] Error 1 make[2]: Leaving directory `/home/onliner/avifile-0.6/samples/qtrecompress' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/onliner/avifile-0.6/samples' make: *** [all-recursive] Error 1 [onliner@soixante-neuf avifile-0.6]$
This error is what I get now, but I commented out 'samples' in the line QT_SUBDIRS of the top Makefile, and installed avifile, and it's working! :) Thanks for all your help :) > ---------------------------------------- > From: Eugene Kuznetsov <[EMAIL PROTECTED]> > Sent: Fri Nov 23 01:30:30 GMT+01:00 2001 > To: Robby <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> > Subject: Re: [Avifile]Re: cvs compile error in avm_output.lo > > > Hello Robby, > On Thursday 22 November 2001 15:37, you wrote: > > > >> It still doesn't work: > >> > > 1) remove avm_output.cpp from lib/common/Makefile.am > 2) remove line that says '#include <avm_output.h>' from lib/codeckeeper.cpp > > -- > Best regards, > Eugene ----------------------------------------------------- Mail.be, Free WebMail and Virtual Office http://www.mail.be _______________________________________________ Avifile mailing list [EMAIL PROTECTED] http://prak.org/mailman/listinfo/avifile
