Kod: Zaznacz cały
qmake -o Makefile f4l.pro
cd src/flagStonePort/transform-cxx-bsd/transform && qmake transform.pro -o Makefile
cd src/flagStonePort/transform-cxx-bsd/transform && make -f Makefile
make[1]: Wejście do katalogu `/home/deuz/Pobrane/f4l-0.2.1/src/flagStonePort/transform-cxx-bsd/transform'
g++ -c -pipe -g -w -O0 -D_REENTRANT -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -I/usr/share/qt3/mkspecs/default -I. -I. -I/usr/include/qt3 -o FSAction.o FSAction.cpp
g++ -c -pipe -g -w -O0 -D_REENTRANT -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -I/usr/share/qt3/mkspecs/default -I. -I. -I/usr/include/qt3 -o FSActionObject.o FSActionObject.cpp
g++ -c -pipe -g -w -O0 -D_REENTRANT -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -I/usr/share/qt3/mkspecs/default -I. -I. -I/usr/include/qt3 -o FSBitmapFill.o FSBitmapFill.cpp
g++ -c -pipe -g -w -O0 -D_REENTRANT -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -I/usr/share/qt3/mkspecs/default -I. -I. -I/usr/include/qt3 -o FSBoolean.o FSBoolean.cpp
g++ -c -pipe -g -w -O0 -D_REENTRANT -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -I/usr/share/qt3/mkspecs/default -I. -I. -I/usr/include/qt3 -o FSBounds.o FSBounds.cpp
g++ -c -pipe -g -w -O0 -D_REENTRANT -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -I/usr/share/qt3/mkspecs/default -I. -I. -I/usr/include/qt3 -o FSButton.o FSButton.cpp
g++ -c -pipe -g -w -O0 -D_REENTRANT -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -I/usr/share/qt3/mkspecs/default -I. -I. -I/usr/include/qt3 -o FSButtonColorTransform.o FSButtonColorTransform.cpp
g++ -c -pipe -g -w -O0 -D_REENTRANT -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -I/usr/share/qt3/mkspecs/default -I. -I. -I/usr/include/qt3 -o FSButtonEvent.o FSButtonEvent.cpp
In file included from FSButtonEvent.h:34,
from FSButtonEvent.cpp:22:
FSVector.h:35:17: error: new.h: Nie ma takiego pliku ani katalogu
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(long unsigned int, transform::FSActionObject**&)’
<built-in>:0: note: candidates are: void* operator new(long unsigned int)
FSVector.h: In member function ‘void transform::FSVector<T>: :p ush_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(long unsigned int, transform::FSActionObject**&)’
<built-in>:0: note: candidates are: void* operator new(long 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(long unsigned int, transform::FSShapeObject**&)’
<built-in>:0: note: candidates are: void* operator new(long unsigned int)
FSVector.h: In member function ‘void transform::FSVector<T>: :p ush_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(long unsigned int, transform::FSShapeObject**&)’
<built-in>:0: note: candidates are: void* operator new(long unsigned int)
FSVector.h: In member function ‘const transform::FSVector<T>& transform::FSVector<T>: :o perator=(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(long unsigned int, transform::FSShapeObject**&)’
<built-in>:0: note: candidates are: void* operator new(long unsigned int)
FSVector.h: In member function ‘const transform::FSVector<T>& transform::FSVector<T>: :o perator=(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(long unsigned int, transform::FSActionObject**&)’
<built-in>:0: note: candidates are: void* operator new(long 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>: :p ush_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(long unsigned int, transform::FSActionObject**&)’
<built-in>:0: note: candidates are: void* operator new(long 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>: :p ush_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(long unsigned int, transform::FSShapeObject**&)’
<built-in>:0: note: candidates are: void* operator new(long unsigned int)
make[1]: *** [FSButtonEvent.o] Błąd 1
make[1]: Opuszczenie katalogu `/home/deuz/Pobrane/f4l-0.2.1/src/flagStonePort/transform-cxx-bsd/transform'
make: *** [sub-src-flagStonePort-transform-cxx-bsd-transform] Błąd 2
Teraz coś się kompiluje, ale mam taki błąd:
Kod: Zaznacz cały
g++ -c -pipe -Wall -W -g -D_REENTRANT -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/share/qt3/mkspecs/default -I. -IflagStonePort/transform-util-cxx -IflagStonePort/transform-cxx-bsd -I/usr/include/qt3 -o moc_f4lm.o moc_f4lm.cpp
/usr/share/qt3/bin/moc f4lmview.h -o moc_f4lmview.cpp
g++ -c -pipe -Wall -W -g -D_REENTRANT -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/share/qt3/mkspecs/default -I. -IflagStonePort/transform-util-cxx -IflagStonePort/transform-cxx-bsd -I/usr/include/qt3 -o moc_f4lmview.o moc_f4lmview.cpp
/usr/share/qt3/bin/moc table.h -o moc_table.cpp
g++ -c -pipe -Wall -W -g -D_REENTRANT -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/share/qt3/mkspecs/default -I. -IflagStonePort/transform-util-cxx -IflagStonePort/transform-cxx-bsd -I/usr/include/qt3 -o moc_table.o moc_table.cpp
/usr/share/qt3/bin/moc timeline.h -o moc_timeline.cpp
g++ -c -pipe -Wall -W -g -D_REENTRANT -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/share/qt3/mkspecs/default -I. -IflagStonePort/transform-util-cxx -IflagStonePort/transform-cxx-bsd -I/usr/include/qt3 -o moc_timeline.o moc_timeline.cpp
/usr/share/qt3/bin/moc tools.h -o moc_tools.cpp
g++ -c -pipe -Wall -W -g -D_REENTRANT -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/share/qt3/mkspecs/default -I. -IflagStonePort/transform-util-cxx -IflagStonePort/transform-cxx-bsd -I/usr/include/qt3 -o moc_tools.o moc_tools.cpp
test -d ../bin/ || mkdir -p ../bin/
g++ -o ../bin/f4l canvasItem.o cbase.o cbrushproperties.o cbrushtool.o ccanvasline.o ccolordialog.o ccolorswatches.o clabel.o clayer.o clistbox.o colorpopup.o cpencilline.o cproperties.o ctableitem.o ctexteditfortexttool.o f4lm.o f4lmview.o main.o table.o tools.o csmalcolorboxes.o cfontproperties.o f4lmdoc.o timeline.o ccanvas.o canview.o clistboxitem.o ccanvastext.o ccanvasellipse.o ccanvasrectangle.o moc_canview.o moc_cbrushproperties.o moc_ccanvas.o moc_ccolordialog.o moc_ccolorswatches.o moc_cfontproperties.o moc_clabel.o moc_clayer.o moc_clistbox.o moc_colorpopup.o moc_cproperties.o moc_csmalcolorboxes.o moc_ctexteditfortexttool.o moc_f4lmdoc.o moc_f4lm.o moc_f4lmview.o moc_table.o moc_timeline.o moc_tools.o -LflagStonePort/transform-util-cxx/transform-util -LflagStonePort/transform-cxx-bsd/transform -L/usr/share/qt3/lib -L/usr/X11R6/lib -ltransform-util -ltransform -lqt-mt -lXext -lX11 -lm -lpthread
/usr/bin/ld: skipping incompatible flagStonePort/transform-cxx-bsd/transform/libtransform.a when searching for -ltransform
/usr/bin/ld: cannot find -ltransform
collect2: ld returned 1 exit status
make[1]: *** [../bin/f4l] Błąd 1
make[1]: Opuszczenie katalogu `/home/deuz/Pobrane/f4l-0.2.1/src'
make: *** [sub-src] Błąd 2