I'm trying to build Flash for Linux, version 0.2 from http://f4l.sourceforge.net/ I download it using the command
cvs -z9 -d:pserver:[email protected]:/cvsroot/f4l co f4l-0.2 Then I cd into the directory and run make. I am greeted with michael@camille f4l-0.2 $ make make: *** No rule to make target `/usr/share/qt3/mkspecs/default/qmake.conf', needed by `Makefile'. Stop. So I run qmake michael@camille f4l-0.2 $ qmake michael@camille f4l-0.2 $ make cd src/flagStonePort/transform-cxx-bsd/transform/ && /usr/bin/qmake /home/work/f4l-0.2/src/flagStonePort/transform-cxx-bsd/transform/transform.pro -o Makefile cd src/flagStonePort/transform-cxx-bsd/transform/ && make -f Makefile make[1]: Entering directory `/home/work/f4l-0.2/src/flagStonePort/transform-cxx-bsd/transform' g++ -c -pipe -g -fPIC -w -D_REENTRANT -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -o FSAction.o FSAction.cpp g++ -c -pipe -g -fPIC -w -D_REENTRANT -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -o FSActionObject.o FSActionObject.cpp g++ -c -pipe -g -fPIC -w -D_REENTRANT -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -o FSBitmapFill.o FSBitmapFill.cpp g++ -c -pipe -g -fPIC -w -D_REENTRANT -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -o FSBoolean.o FSBoolean.cpp g++ -c -pipe -g -fPIC -w -D_REENTRANT -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -o FSBounds.o FSBounds.cpp g++ -c -pipe -g -fPIC -w -D_REENTRANT -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -o FSButton.o FSButton.cpp g++ -c -pipe -g -fPIC -w -D_REENTRANT -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -o FSButtonColorTransform.o FSButtonColorTransform.cpp g++ -c -pipe -g -fPIC -w -D_REENTRANT -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -o FSButtonEvent.o FSButtonEvent.cpp In file included from FSButtonEvent.h:34, from FSButtonEvent.cpp:22: FSVector.h:35:17: error: new.h: No such file or directory In file included from FSButtonEvent.h:34, from FSButtonEvent.cpp:22: FSVector.h: In constructor 'transform::FSVector<T>::FSVector(int) [with T = transform::FSActionObject*]': FSButtonEvent.h:152: instantiated from here FSVector.h:174: error: no matching function for call to 'operator new(unsigned int, transform::FSActionObject**&)' <built-in>:0: note: candidates are: void* operator new(unsigned int) FSVector.h: In member function 'void transform::FSVector<T>::push_back(const T&) [with T = transform::FSActionObject*]': FSButtonEvent.h:196: instantiated from here FSVector.h:275: error: no matching function for call to 'operator new(unsigned int, transform::FSActionObject**&)' <built-in>:0: note: candidates are: void* operator new(unsigned int) FSVector.h: In constructor 'transform::FSVector<T>::FSVector(int) [with T = transform::FSShapeObject*]': FSShape.h:75: instantiated from here FSVector.h:174: error: no matching function for call to 'operator new(unsigned int, transform::FSShapeObject**&)' <built-in>:0: note: candidates are: void* operator new(unsigned int) FSVector.h: In member function 'void transform::FSVector<T>::push_back(const T&) [with T = transform::FSShapeObject*]': FSShape.h:97: instantiated from here FSVector.h:275: error: no matching function for call to 'operator new(unsigned int, transform::FSShapeObject**&)' <built-in>:0: note: candidates are: void* operator new(unsigned int) FSVector.h: In member function 'const transform::FSVector<T>& transform::FSVector<T>::operator=(const transform::FSVector<T>&) [with T = transform::FSShapeObject*]': FSShape.h:115: instantiated from here FSVector.h:204: error: no matching function for call to 'operator new(unsigned int, transform::FSShapeObject**&)' <built-in>:0: note: candidates are: void* operator new(unsigned int) FSVector.h: In member function 'const transform::FSVector<T>& transform::FSVector<T>::operator=(const transform::FSVector<T>&) [with T = transform::FSActionObject*]': FSButtonEvent.cpp:104: instantiated from here FSVector.h:204: error: no matching function for call to 'operator new(unsigned int, transform::FSActionObject**&)' <built-in>:0: note: candidates are: void* operator new(unsigned int) FSVector.h: In member function 'void transform::FSVector<T>::reserve(int) [with T = transform::FSActionObject*]': FSVector.h:271: instantiated from 'void transform::FSVector<T>::push_back(const T&) [with T = transform::FSActionObject*]' FSButtonEvent.h:196: instantiated from here FSVector.h:246: error: no matching function for call to 'operator new(unsigned int, transform::FSActionObject**&)' <built-in>:0: note: candidates are: void* operator new(unsigned int) FSVector.h: In member function 'void transform::FSVector<T>::reserve(int) [with T = transform::FSShapeObject*]': FSVector.h:271: instantiated from 'void transform::FSVector<T>::push_back(const T&) [with T = transform::FSShapeObject*]' FSShape.h:97: instantiated from here FSVector.h:246: error: no matching function for call to 'operator new(unsigned int, transform::FSShapeObject**&)' <built-in>:0: note: candidates are: void* operator new(unsigned int) make[1]: *** [FSButtonEvent.o] Error 1 make[1]: Leaving directory `/home/work/f4l-0.2/src/flagStonePort/transform-cxx-bsd/transform' make: *** [sub-src-flagStonePort-transform-cxx-bsd-transform-make_default] Error 2 michael@camille f4l-0.2 $ I really want this package. What should I do? ------------------------------------ To unsubscribe from this list, please email [email protected] & you will be removed.Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/LINUX_Newbies/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/LINUX_Newbies/join (Yahoo! ID required) <*> To change settings via email: [email protected] [email protected] <*> To unsubscribe from this group, send an email to: [email protected] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
