Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
installing f4l (for a while now)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
xlordt
Apprentice
Apprentice


Joined: 18 Apr 2007
Posts: 178

PostPosted: Fri Jun 29, 2007 1:40 am    Post subject: installing f4l (for a while now) Reply with quote

I have been trying to install f4l for a while now.. and still cant seem to figure this out.. he ebuild is created, ran a digest on it.. and etc.. now when I try to emerge it.. I get..

Code:

>>> Unpacking source...
>>> Unpacking f4l-0.2.1.tar.bz2 to /var/tmp/portage/app-misc/f4l-0.2.1/work
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/app-misc/f4l-0.2.1/work/f4l-0.2.1 ...
cd src/flagStonePort/transform-cxx-bsd/transform && qmake transform.pro -o Makefile
cd src/flagStonePort/transform-util-cxx/transform-util && qmake transform-util.pro -o Makefile
cd src && qmake src.pro -o Makefile
cd src/flagStonePort/transform-util-cxx/transform-util && make -f Makefile
make[1]: Entering directory `/var/tmp/portage/app-misc/f4l-0.2.1/work/f4l-0.2.1/src/flagStonePort/transform-util-cxx/transform-util'
i686-pc-linux-gnu-g++ -c -pipe -Wall -W -g  -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I/usr/qt/3/mkspecs/linux-g++ -I. -I../../transform-cxx-bsd -I. -I/usr/qt/3/include -o FSCodec.o FSCodec.cpp
cd src && make -f Makefile
make[1]: Entering directory `/var/tmp/portage/app-misc/f4l-0.2.1/work/f4l-0.2.1/src'
i686-pc-linux-gnu-g++ -c -pipe -Wall -W -g -D_REENTRANT  -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -I/usr/qt/3/mkspecs/linux-g++ -I. -IflagStonePort/transform-util-cxx -IflagStonePort/transform-cxx-bsd -I/usr/qt/3/include -o canvasItem.o canvasItem.cpp
FSCodec.h:58: warning: 'class transform::FSCodec' has virtual functions but non-virtual destructor
FSCodec.cpp:42: warning: 'class transform::FSCodecImpl' has virtual functions but non-virtual destructor
FSCodec.cpp: In constructor 'transform::FSCodecImpl::FSCodecImpl(transform::FSCodec::ByteOrder)':
FSCodec.cpp:543: warning: 'transform::FSCodecImpl::data' will be initialized after
FSCodec.cpp:541: warning:   'size_t transform::FSCodecImpl::ptr'
FSCodec.cpp:44: warning:   when initialized here
FSCodec.cpp: In constructor 'transform::FSCodecImpl::FSCodecImpl(transform::FSCodec::ByteOrder, size_t)':
FSCodec.cpp:543: warning: 'transform::FSCodecImpl::data' will be initialized after
FSCodec.cpp:541: warning:   'size_t transform::FSCodecImpl::ptr'
FSCodec.cpp:51: warning:   when initialized here
FSCodec.cpp: In member function 'virtual int transform::FSCodecImpl::setDataFromFile(const char*)':
FSCodec.cpp:109: warning: comparison between signed and unsigned integer expressions
FSCodec.cpp: In member function 'virtual bool transform::FSCodecImpl::findBits(int, unsigned int, int)':
FSCodec.cpp:180: warning: comparison between signed and unsigned integer expressions
FSCodec.cpp: In member function 'virtual bool transform::FSCodecImpl::findWord(int, unsigned int, int)':
FSCodec.cpp:208: warning: comparison between signed and unsigned integer expressions
i686-pc-linux-gnu-g++ -c -pipe -Wall -W -g  -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I/usr/qt/3/mkspecs/linux-g++ -I. -I../../transform-cxx-bsd -I. -I/usr/qt/3/include -o FSImageConstructor.o FSImageConstructor.cpp
In file included from ../../transform-cxx-bsd/transform/transform.h:329,
                 from FSImageConstructor.cpp:34:
../../transform-cxx-bsd/transform/FSMovie.h:31: warning: ignoring #pragma warning
In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/include/g++-v4/backward/new.h:33,
                 from ../../transform-cxx-bsd/transform/FSVector.h:35,
                 from ../../transform-cxx-bsd/transform/FSMovie.h:39,
                 from ../../transform-cxx-bsd/transform/transform.h:329,
                 from FSImageConstructor.cpp:34:
/usr/lib/gcc/i686-pc-linux-gnu/4.1.2/include/g++-v4/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <iostream> instead of the deprecated header <iostream.h>. To disable this warning use -Wno-deprecated.
In file included from ../../transform-cxx-bsd/transform/transform.h:379,
                 from FSImageConstructor.cpp:34:
../../transform-cxx-bsd/transform/FSDefineJPEGImage.h:31: warning: ignoring #pragma warning
In file included from ../../transform-cxx-bsd/transform/transform.h:455,
                 from FSImageConstructor.cpp:34:
../../transform-cxx-bsd/transform/FSDefineJPEGImage2.h:31: warning: ignoring #pragma warning
In file included from ../../transform-cxx-bsd/transform/transform.h:456,
                 from FSImageConstructor.cpp:34:
../../transform-cxx-bsd/transform/FSDefineJPEGImage3.h:31: warning: ignoring #pragma warning
In file included from ../../transform-cxx-bsd/transform/transform.h:457,
                 from FSImageConstructor.cpp:34:
../../transform-cxx-bsd/transform/FSDefineImage.h:31: warning: ignoring #pragma warning
In file included from ../../transform-cxx-bsd/transform/transform.h:458,
                 from FSImageConstructor.cpp:34:
../../transform-cxx-bsd/transform/FSDefineImage2.h:31: warning: ignoring #pragma warning
In file included from ../../transform-cxx-bsd/transform/transform.h:472,
                 from FSImageConstructor.cpp:34:
../../transform-cxx-bsd/transform/FSVideoFrame.h:31: warning: ignoring #pragma warning
FSImageConstructor.h:216: warning: 'class transform::FSImageConstructor' has virtual functions but non-virtual destructor
../../transform-cxx-bsd/transform/FSDefineSound.h:140: error: extra qualification 'transform::FSDefineSound::' on member 'FSDefineSound'
../../transform-cxx-bsd/transform/FSBoolean.h:53: warning: unused parameter 'aValue'
canvasItem.cpp:65:8: warning: "/*" within comment
FSCodec.h:58: warning: 'class transform::FSCodec' has virtual functions but non-virtual destructor
FSImageConstructor.cpp:116: warning: 'class transform::FSImageConstructorImpl' has virtual functions but non-virtual destructor
FSImageConstructor.cpp: In member function 'virtual int transform::FSImageConstructorImpl::setImageFromFile(const char*)':
FSImageConstructor.cpp:160: warning: comparison between signed and unsigned integer expressions
FSImageConstructor.cpp: In member function 'virtual transform::FSDefineObject* transform::FSImageConstructorImpl::defineImage(int)':
FSImageConstructor.cpp:366: warning: converting to non-pointer type 'size_t' from NULL
FSImageConstructor.cpp:363: warning: unused variable 'table'
FSImageConstructor.cpp: In member function 'int transform::FSImageConstructorImpl::decodeBMP(const unsigned char*, size_t)':
FSImageConstructor.cpp:506: warning: unused variable 'fileSize'
FSImageConstructor.cpp:507: warning: unused variable 'reserved'
FSImageConstructor.cpp: At global scope:
FSImageConstructor.cpp:1017: warning: unused parameter 'length'
FSImageConstructor.cpp: In member function 'unsigned char* transform::FSImageConstructorImpl::getImage(size_t&)':
FSImageConstructor.cpp:1179: warning: unused variable 'index'
make[1]: *** [FSImageConstructor.o] Error 1
make[1]: Leaving directory `/var/tmp/portage/app-misc/f4l-0.2.1/work/f4l-0.2.1/src/flagStonePort/transform-util-cxx/transform-util'
make: *** [sub-src-flagStonePort-transform-util-cxx-transform-util] Error 2
make: *** Waiting for unfinished jobs....
i686-pc-linux-gnu-g++ -c -pipe -Wall -W -g -D_REENTRANT  -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -I/usr/qt/3/mkspecs/linux-g++ -I. -IflagStonePort/transform-util-cxx -IflagStonePort/transform-cxx-bsd -I/usr/qt/3/include -o cbase.o cbase.cpp
canvasItem.cpp: In member function 'virtual void CPenTool::moveBy(double, double)':
canvasItem.cpp:124: warning: comparison between signed and unsigned integer expressions
i686-pc-linux-gnu-g++ -c -pipe -Wall -W -g -D_REENTRANT  -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -I/usr/qt/3/mkspecs/linux-g++ -I. -IflagStonePort/transform-util-cxx -IflagStonePort/transform-cxx-bsd -I/usr/qt/3/include -o cbrushproperties.o cbrushproperties.cpp
i686-pc-linux-gnu-g++ -c -pipe -Wall -W -g -D_REENTRANT  -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -I/usr/qt/3/mkspecs/linux-g++ -I. -IflagStonePort/transform-util-cxx -IflagStonePort/transform-cxx-bsd -I/usr/qt/3/include -o cbrushtool.o cbrushtool.cpp
i686-pc-linux-gnu-g++ -c -pipe -Wall -W -g -D_REENTRANT  -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -I/usr/qt/3/mkspecs/linux-g++ -I. -IflagStonePort/transform-util-cxx -IflagStonePort/transform-cxx-bsd -I/usr/qt/3/include -o ccanvasline.o ccanvasline.cpp
cbrushtool.cpp:50: warning: unused parameter 'cl'
i686-pc-linux-gnu-g++ -c -pipe -Wall -W -g -D_REENTRANT  -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -I/usr/qt/3/mkspecs/linux-g++ -I. -IflagStonePort/transform-util-cxx -IflagStonePort/transform-cxx-bsd -I/usr/qt/3/include -o ccolordialog.o ccolordialog.cpp
i686-pc-linux-gnu-g++ -c -pipe -Wall -W -g -D_REENTRANT  -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -I/usr/qt/3/mkspecs/linux-g++ -I. -IflagStonePort/transform-util-cxx -IflagStonePort/transform-cxx-bsd -I/usr/qt/3/include -o ccolorswatches.o ccolorswatches.cpp
i686-pc-linux-gnu-g++ -c -pipe -Wall -W -g -D_REENTRANT  -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -I/usr/qt/3/mkspecs/linux-g++ -I. -IflagStonePort/transform-util-cxx -IflagStonePort/transform-cxx-bsd -I/usr/qt/3/include -o clabel.o clabel.cpp
clabel.cpp: In member function 'virtual void CLabel::paintEvent(QPaintEvent*)':
clabel.cpp:86: warning: comparison between signed and unsigned integer expressions
clabel.cpp:86: warning: comparison between signed and unsigned integer expressions
clabel.cpp:87: warning: comparison between signed and unsigned integer expressions
clabel.cpp:87: warning: comparison between signed and unsigned integer expressions
clabel.cpp: In member function 'virtual void CLabel::mousePressEvent(QMouseEvent*)':
clabel.cpp:167: warning: comparison between signed and unsigned integer expressions
clabel.cpp: In member function 'virtual void CLabel::mouseMoveEvent(QMouseEvent*)':
clabel.cpp:194: warning: comparison between signed and unsigned integer expressions
clabel.cpp:196: warning: comparison between signed and unsigned integer expressions
i686-pc-linux-gnu-g++ -c -pipe -Wall -W -g -D_REENTRANT  -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -I/usr/qt/3/mkspecs/linux-g++ -I. -IflagStonePort/transform-util-cxx -IflagStonePort/transform-cxx-bsd -I/usr/qt/3/include -o clayer.o clayer.cpp
i686-pc-linux-gnu-g++ -c -pipe -Wall -W -g -D_REENTRANT  -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -I/usr/qt/3/mkspecs/linux-g++ -I. -IflagStonePort/transform-util-cxx -IflagStonePort/transform-cxx-bsd -I/usr/qt/3/include -o clistbox.o clistbox.cpp
i686-pc-linux-gnu-g++ -c -pipe -Wall -W -g -D_REENTRANT  -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -I/usr/qt/3/mkspecs/linux-g++ -I. -IflagStonePort/transform-util-cxx -IflagStonePort/transform-cxx-bsd -I/usr/qt/3/include -o colorpopup.o colorpopup.cpp
clistbox.cpp:101: warning: unused parameter 'e'
clistbox.cpp:104: warning: unused parameter 'e'
clistbox.cpp:107: warning: unused parameter 'e'
clistbox.cpp:110: warning: unused parameter 'e'
clistbox.cpp:113: warning: unused parameter 'e'
clistbox.cpp:163: warning: unused parameter 'e'
i686-pc-linux-gnu-g++ -c -pipe -Wall -W -g -D_REENTRANT  -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -I/usr/qt/3/mkspecs/linux-g++ -I. -IflagStonePort/transform-util-cxx -IflagStonePort/transform-cxx-bsd -I/usr/qt/3/include -o cpencilline.o cpencilline.cpp
colorpopup.cpp:77: warning: unused parameter 'e'
i686-pc-linux-gnu-g++ -c -pipe -Wall -W -g -D_REENTRANT  -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -I/usr/qt/3/mkspecs/linux-g++ -I. -IflagStonePort/transform-util-cxx -IflagStonePort/transform-cxx-bsd -I/usr/qt/3/include -o cproperties.o cproperties.cpp
cpencilline.cpp:24: warning: unused parameter 'cl'
i686-pc-linux-gnu-g++ -c -pipe -Wall -W -g -D_REENTRANT  -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -I/usr/qt/3/mkspecs/linux-g++ -I. -IflagStonePort/transform-util-cxx -IflagStonePort/transform-cxx-bsd -I/usr/qt/3/include -o ctableitem.o ctableitem.cpp
i686-pc-linux-gnu-g++ -c -pipe -Wall -W -g -D_REENTRANT  -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -I/usr/qt/3/mkspecs/linux-g++ -I. -IflagStonePort/transform-util-cxx -IflagStonePort/transform-cxx-bsd -I/usr/qt/3/include -o ctexteditfortexttool.o ctexteditfortexttool.cpp
i686-pc-linux-gnu-g++ -c -pipe -Wall -W -g -D_REENTRANT  -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -I/usr/qt/3/mkspecs/linux-g++ -I. -IflagStonePort/transform-util-cxx -IflagStonePort/transform-cxx-bsd -I/usr/qt/3/include -o f4lm.o f4lm.cpp
i686-pc-linux-gnu-g++ -c -pipe -Wall -W -g -D_REENTRANT  -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -I/usr/qt/3/mkspecs/linux-g++ -I. -IflagStonePort/transform-util-cxx -IflagStonePort/transform-cxx-bsd -I/usr/qt/3/include -o f4lmview.o f4lmview.cpp
f4lm.cpp: In member function 'F4lmView* F4lmApp::slotCurrentView()':
f4lm.cpp:2149: warning: control reaches end of non-void function
f4lmview.cpp:121: warning: unused parameter 'row'
f4lmview.cpp:121: warning: unused parameter 'col'
f4lmview.cpp: In member function 'void F4lmView::slotShowCanvas(int, int)':
f4lmview.cpp:212: warning: unused variable 'Object'
f4lmview.cpp: At global scope:
f4lmview.cpp:195: warning: unused parameter 'row'
i686-pc-linux-gnu-g++ -c -pipe -Wall -W -g -D_REENTRANT  -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -I/usr/qt/3/mkspecs/linux-g++ -I. -IflagStonePort/transform-util-cxx -IflagStonePort/transform-cxx-bsd -I/usr/qt/3/include -o main.o main.cpp
i686-pc-linux-gnu-g++ -c -pipe -Wall -W -g -D_REENTRANT  -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -I/usr/qt/3/mkspecs/linux-g++ -I. -IflagStonePort/transform-util-cxx -IflagStonePort/transform-cxx-bsd -I/usr/qt/3/include -o table.o table.cpp
i686-pc-linux-gnu-g++ -c -pipe -Wall -W -g -D_REENTRANT  -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -I/usr/qt/3/mkspecs/linux-g++ -I. -IflagStonePort/transform-util-cxx -IflagStonePort/transform-cxx-bsd -I/usr/qt/3/include -o tools.o tools.cpp
table.cpp:140: warning: unused parameter 'row'
table.cpp:140: warning: unused parameter 'col'
i686-pc-linux-gnu-g++ -c -pipe -Wall -W -g -D_REENTRANT  -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -I/usr/qt/3/mkspecs/linux-g++ -I. -IflagStonePort/transform-util-cxx -IflagStonePort/transform-cxx-bsd -I/usr/qt/3/include -o csmalcolorboxes.o csmalcolorboxes.cpp
i686-pc-linux-gnu-g++ -c -pipe -Wall -W -g -D_REENTRANT  -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -I/usr/qt/3/mkspecs/linux-g++ -I. -IflagStonePort/transform-util-cxx -IflagStonePort/transform-cxx-bsd -I/usr/qt/3/include -o cfontproperties.o cfontproperties.cpp
cfontproperties.cpp:229: warning: unused parameter 'idx'
csmalcolorboxes.cpp:28: warning: unused parameter 'r'
csmalcolorboxes.cpp:46: warning: unused parameter 'e'
i686-pc-linux-gnu-g++ -c -pipe -Wall -W -g -D_REENTRANT  -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -I/usr/qt/3/mkspecs/linux-g++ -I. -IflagStonePort/transform-util-cxx -IflagStonePort/transform-cxx-bsd -I/usr/qt/3/include -o f4lmdoc.o f4lmdoc.cpp
In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/include/g++-v4/backward/iostream.h:31,
                 from f4lmdoc.cpp:24:
/usr/lib/gcc/i686-pc-linux-gnu/4.1.2/include/g++-v4/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <iostream> instead of the deprecated header <iostream.h>. To disable this warning use -Wno-deprecated.
In file included from flagStonePort/transform-cxx-bsd/transform/transform.h:329,
                 from f4lmdoc.cpp:35:
flagStonePort/transform-cxx-bsd/transform/FSMovie.h:31: warning: ignoring #pragma warning
In file included from flagStonePort/transform-cxx-bsd/transform/transform.h:379,
                 from f4lmdoc.cpp:35:
flagStonePort/transform-cxx-bsd/transform/FSDefineJPEGImage.h:31: warning: ignoring #pragma warning
In file included from flagStonePort/transform-cxx-bsd/transform/transform.h:455,
                 from f4lmdoc.cpp:35:
flagStonePort/transform-cxx-bsd/transform/FSDefineJPEGImage2.h:31: warning: ignoring #pragma warning
In file included from flagStonePort/transform-cxx-bsd/transform/transform.h:456,
                 from f4lmdoc.cpp:35:
flagStonePort/transform-cxx-bsd/transform/FSDefineJPEGImage3.h:31: warning: ignoring #pragma warning
In file included from flagStonePort/transform-cxx-bsd/transform/transform.h:457,
                 from f4lmdoc.cpp:35:
flagStonePort/transform-cxx-bsd/transform/FSDefineImage.h:31: warning: ignoring #pragma warning
In file included from flagStonePort/transform-cxx-bsd/transform/transform.h:458,
                 from f4lmdoc.cpp:35:
flagStonePort/transform-cxx-bsd/transform/FSDefineImage2.h:31: warning: ignoring #pragma warning
In file included from flagStonePort/transform-cxx-bsd/transform/transform.h:472,
                 from f4lmdoc.cpp:35:
flagStonePort/transform-cxx-bsd/transform/FSVideoFrame.h:31: warning: ignoring #pragma warning
In file included from f4lmdoc.cpp:36:
flagStonePort/transform-util-cxx/transform-util/transformutil.h:89:33: warning: no newline at end of file
i686-pc-linux-gnu-g++ -c -pipe -Wall -W -g -D_REENTRANT  -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -I/usr/qt/3/mkspecs/linux-g++ -I. -IflagStonePort/transform-util-cxx -IflagStonePort/transform-cxx-bsd -I/usr/qt/3/include -o timeline.o timeline.cpp
flagStonePort/transform-cxx-bsd/transform/FSDefineSound.h:140: error: extra qualification 'transform::FSDefineSound::' on member 'FSDefineSound'
flagStonePort/transform-cxx-bsd/transform/FSBoolean.h:53: warning: unused parameter 'aValue'
timeline.cpp:58: warning: unused parameter 'fl'
timeline.cpp: In member function 'void CTimeLine::slotTableVscrollmove(int)':
timeline.cpp:391: warning: unused variable 'a'
timeline.cpp: At global scope:
timeline.cpp:423: warning: unused parameter 'item'
timeline.cpp:447: warning: unused parameter 'x'
timeline.cpp:447: warning: unused parameter 'y'
timeline.cpp: In member function 'void CTimeLine::tableRefresh()':
timeline.cpp:489: warning: comparison between signed and unsigned integer expressions
flagStonePort/transform-util-cxx/transform-util/FSCodec.h:58: warning: 'class transform::FSCodec' has virtual functions but non-virtual destructor
flagStonePort/transform-util-cxx/transform-util/FSImageConstructor.h:216: warning: 'class transform::FSImageConstructor' has virtual functions but non-virtual destructor
flagStonePort/transform-util-cxx/transform-util/FSShapeConstructor.h:153: warning: 'class transform::FSShapeConstructor' has virtual functions but non-virtual destructor
flagStonePort/transform-util-cxx/transform-util/FSSoundConstructor.h:145: warning: 'class transform::FSSoundConstructor' has virtual functions but non-virtual destructor
flagStonePort/transform-util-cxx/transform-util/FSTextConstructor.h:230: warning: 'class transform::FSTextConstructor' has virtual functions but non-virtual destructor
f4lmdoc.cpp:151: warning: unused parameter 'format'
f4lmdoc.cpp: In member function 'bool F4lmDoc::saveDocument(const QString&, const char*)':
f4lmdoc.cpp:169: warning: unused variable 'viving'
f4lmdoc.cpp: At global scope:
f4lmdoc.cpp:166: warning: unused parameter 'format'
f4lmdoc.cpp: In member function 'void F4lmDoc::slotfileExportMovie()':
f4lmdoc.cpp:335: warning: passing 'double' for argument 3 to 'transform::FSPlaceObject::FSPlaceObject(int, int, int, int)'
f4lmdoc.cpp:335: warning: passing 'double' for argument 4 to 'transform::FSPlaceObject::FSPlaceObject(int, int, int, int)'
f4lmdoc.cpp:385: warning: unused variable 'poly'
f4lmdoc.cpp:552: warning: comparison between signed and unsigned integer expressions
f4lmdoc.cpp:572: warning: comparison between signed and unsigned integer expressions
f4lmdoc.cpp:645: warning: unused variable 'screenWidth'
f4lmdoc.cpp:646: warning: unused variable 'screenHeight'
f4lmdoc.cpp:600: warning: unused variable 'layer'
f4lmdoc.cpp:602: warning: unused variable 'lineSpacing'
f4lmdoc.cpp:272: warning: unused variable 'animX'
f4lmdoc.cpp:273: warning: unused variable 'z'
make[1]: *** [f4lmdoc.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory `/var/tmp/portage/app-misc/f4l-0.2.1/work/f4l-0.2.1/src'
make: *** [sub-src] Error 2

!!! ERROR: app-misc/f4l-0.2.1 failed.
Call stack:
  ebuild.sh, line 1615:   Called dyn_compile
  ebuild.sh, line 972:   Called qa_call 'src_compile'
  ebuild.sh, line 44:   Called src_compile
  f4l-0.2.1.ebuild, line 29:   Called die

!!! emake failed
!!! If you need support, post the topmost build error, and the call stack if relevant.
!!! A complete build log is located at '/var/tmp/portage/app-misc/f4l-0.2.1/temp/build.log'.


_________________
Only The Strong Servives
Back to top
View user's profile Send private message
mark_alec
Bodhisattva
Bodhisattva


Joined: 11 Sep 2004
Posts: 6066
Location: Melbourne, Australia

PostPosted: Fri Jun 29, 2007 5:04 am    Post subject: Reply with quote

Moved from Desktop Environments to Unsupported Software as f4l is not in the tree.

Please post your emerge --info
_________________
www.gentoo.org.au || #gentoo-au
Back to top
View user's profile Send private message
xlordt
Apprentice
Apprentice


Joined: 18 Apr 2007
Posts: 178

PostPosted: Fri Jun 29, 2007 2:37 pm    Post subject: Reply with quote

just incase here is what I did..

Code:

1. ebuild f4l/f4l-0.2.1.ebuild digest
  >>> Creating Manifest for /usr/local/portage/app-misc/f4l

2. ebuild f4l/f4l-0.2.1.ebuild compile

>>> Checking f4l-0.2.1.tar.bz2's mtime...
>>> WORKDIR is up-to-date, keeping...
>>> Compiling source in /var/tmp/portage/app-misc/f4l-0.2.1/work/f4l-0.2.1 ...
cd src/flagStonePort/transform-cxx-bsd/transform && make -f Makefile
cd src/flagStonePort/transform-util-cxx/transform-util && make -f Makefile
make[1]: Entering directory `/var/tmp/portage/app-misc/f4l-0.2.1/work/f4l-0.2.1/src/flagStonePort/transform-util-cxx/transform-util'
i686-pc-linux-gnu-g++ -c -pipe -Wall -W -g  -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I/usr/qt/3/mkspecs/linux-g++ -I. -I../../transform-cxx-bsd -$
make[1]: Entering directory `/var/tmp/portage/app-misc/f4l-0.2.1/work/f4l-0.2.1/src/flagStonePort/transform-cxx-bsd/transform'
i686-pc-linux-gnu-g++ -c -pipe -w -g  -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I/usr/qt/3/mkspecs/linux-g++ -I. -I. -I/usr/qt/3/include -o FSDefi$
In file included from ../../transform-cxx-bsd/transform/transform.h:329,
                 from FSImageConstructor.cpp:34:
../../transform-cxx-bsd/transform/FSMovie.h:31: warning: ignoring #pragma warning
In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/include/g++-v4/backward/new.h:33,
                 from ../../transform-cxx-bsd/transform/FSVector.h:35,
                 from ../../transform-cxx-bsd/transform/FSMovie.h:39,
                 from ../../transform-cxx-bsd/transform/transform.h:329,
                 from FSImageConstructor.cpp:34:
/usr/lib/gcc/i686-pc-linux-gnu/4.1.2/include/g++-v4/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Pl$
In file included from ../../transform-cxx-bsd/transform/transform.h:379,
                 from FSImageConstructor.cpp:34:
../../transform-cxx-bsd/transform/FSDefineJPEGImage.h:31: warning: ignoring #pragma warning
FSDefineSound.h:140: error: extra qualification 'transform::FSDefineSound::' on member 'FSDefineSound'
In file included from ../../transform-cxx-bsd/transform/transform.h:455,
                 from FSImageConstructor.cpp:34:
../../transform-cxx-bsd/transform/FSDefineJPEGImage2.h:31: warning: ignoring #pragma warning
In file included from ../../transform-cxx-bsd/transform/transform.h:456,
                 from FSImageConstructor.cpp:34:
../../transform-cxx-bsd/transform/FSDefineJPEGImage3.h:31: warning: ignoring #pragma warning
In file included from ../../transform-cxx-bsd/transform/transform.h:457,
                 from FSImageConstructor.cpp:34:
../../transform-cxx-bsd/transform/FSDefineImage.h:31: warning: ignoring #pragma warning
In file included from ../../transform-cxx-bsd/transform/transform.h:458,
                 from FSImageConstructor.cpp:34:
../../transform-cxx-bsd/transform/FSDefineImage2.h:31: warning: ignoring #pragma warning
In file included from ../../transform-cxx-bsd/transform/transform.h:472,
                 from FSImageConstructor.cpp:34:
../../transform-cxx-bsd/transform/FSVideoFrame.h:31: warning: ignoring #pragma warning
make[1]: *** [FSDefineSound.o] Error 1
make[1]: Leaving directory `/var/tmp/portage/app-misc/f4l-0.2.1/work/f4l-0.2.1/src/flagStonePort/transform-cxx-bsd/transform'
make: *** [sub-src-flagStonePort-transform-cxx-bsd-transform] Error 2
make: *** Waiting for unfinished jobs....
i686-pc-linux-gnu-g++ -c -pipe -Wall -W -g  -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I/usr/qt/3/mkspecs/linux-g++ -I. -I../../transform-cxx-bsd -$
FSImageConstructor.h:216: warning: 'class transform::FSImageConstructor' has virtual functions but non-virtual destructor
In file included from ../../transform-cxx-bsd/transform/transform.h:329,
                 from FSShapeConstructor.cpp:32:
../../transform-cxx-bsd/transform/FSMovie.h:31: warning: ignoring #pragma warning
In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/include/g++-v4/backward/new.h:33,
                 from ../../transform-cxx-bsd/transform/FSVector.h:35,
                 from ../../transform-cxx-bsd/transform/FSMovie.h:39,
                 from ../../transform-cxx-bsd/transform/transform.h:329,
                 from FSShapeConstructor.cpp:32:
/usr/lib/gcc/i686-pc-linux-gnu/4.1.2/include/g++-v4/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Pl$
In file included from ../../transform-cxx-bsd/transform/transform.h:379,
                 from FSShapeConstructor.cpp:32:
../../transform-cxx-bsd/transform/FSDefineJPEGImage.h:31: warning: ignoring #pragma warning
In file included from ../../transform-cxx-bsd/transform/transform.h:455,
                 from FSShapeConstructor.cpp:32:
../../transform-cxx-bsd/transform/FSDefineJPEGImage2.h:31: warning: ignoring #pragma warning
In file included from ../../transform-cxx-bsd/transform/transform.h:456,
                 from FSShapeConstructor.cpp:32:
../../transform-cxx-bsd/transform/FSDefineJPEGImage3.h:31: warning: ignoring #pragma warning
In file included from ../../transform-cxx-bsd/transform/transform.h:457,
                 from FSShapeConstructor.cpp:32:
../../transform-cxx-bsd/transform/FSDefineImage.h:31: warning: ignoring #pragma warning
In file included from ../../transform-cxx-bsd/transform/transform.h:458,
                 from FSShapeConstructor.cpp:32:
../../transform-cxx-bsd/transform/FSDefineImage2.h:31: warning: ignoring #pragma warning
In file included from ../../transform-cxx-bsd/transform/transform.h:472,
                 from FSShapeConstructor.cpp:32:
../../transform-cxx-bsd/transform/FSVideoFrame.h:31: warning: ignoring #pragma warning
FSShapeConstructor.h:153: warning: 'class transform::FSShapeConstructor' has virtual functions but non-virtual destructor
../../transform-cxx-bsd/transform/FSDefineSound.h:140: error: extra qualification 'transform::FSDefineSound::' on member 'FSDefineSound'
../../transform-cxx-bsd/transform/FSBoolean.h:53: warning: unused parameter 'aValue'
../../transform-cxx-bsd/transform/FSDefineSound.h:140: error: extra qualification 'transform::FSDefineSound::' on member 'FSDefineSound'
../../transform-cxx-bsd/transform/FSBoolean.h:53: warning: unused parameter 'aValue'
FSCodec.h:58: warning: 'class transform::FSCodec' has virtual functions but non-virtual destructor
FSImageConstructor.cpp:116: warning: 'class transform::FSImageConstructorImpl' has virtual functions but non-virtual destructor
FSImageConstructor.cpp: In member function 'virtual int transform::FSImageConstructorImpl::setImageFromFile(const char*)':
FSImageConstructor.cpp:160: warning: comparison between signed and unsigned integer expressions
FSImageConstructor.cpp: In member function 'virtual transform::FSDefineObject* transform::FSImageConstructorImpl::defineImage(int)':
FSImageConstructor.cpp:366: warning: converting to non-pointer type 'size_t' from NULL
FSImageConstructor.cpp:363: warning: unused variable 'table'
FSImageConstructor.cpp: In member function 'int transform::FSImageConstructorImpl::decodeBMP(const unsigned char*, size_t)':
FSImageConstructor.cpp:506: warning: unused variable 'fileSize'
FSImageConstructor.cpp:507: warning: unused variable 'reserved'
FSImageConstructor.cpp: At global scope:
FSImageConstructor.cpp:1017: warning: unused parameter 'length'
FSImageConstructor.cpp: In member function 'unsigned char* transform::FSImageConstructorImpl::getImage(size_t&)':
FSImageConstructor.cpp:1179: warning: unused variable 'index'
FSShapeConstructor.cpp:39: warning: 'class transform::FSShapeConstructorImpl' has virtual functions but non-virtual destructor
make[1]: *** [FSImageConstructor.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: *** [FSShapeConstructor.o] Error 1
make[1]: Leaving directory `/var/tmp/portage/app-misc/f4l-0.2.1/work/f4l-0.2.1/src/flagStonePort/transform-util-cxx/transform-util'
make: *** [sub-src-flagStonePort-transform-util-cxx-transform-util] Error 2

!!! ERROR: app-misc/f4l-0.2.1 failed.
Call stack:
  ebuild.sh, line 1615:   Called dyn_compile
  ebuild.sh, line 972:   Called qa_call 'src_compile'
  ebuild.sh, line 44:   Called src_compile
  f4l-0.2.1.ebuild, line 29:   Called die

!!! emake failed
!!! If you need support, post the topmost build error, and the call stack if relevant.
!!! A complete build log is located at '/var/tmp/portage/app-misc/f4l-0.2.1/temp/build.log'.

_________________
Only The Strong Servives
Back to top
View user's profile Send private message
xlordt
Apprentice
Apprentice


Joined: 18 Apr 2007
Posts: 178

PostPosted: Sat Jun 30, 2007 9:54 pm    Post subject: Reply with quote

anyone has any Idea for this? I have read a few post here.. but none gave the answer to this error. :(
_________________
Only The Strong Servives
Back to top
View user's profile Send private message
AssociateX
Tux's lil' helper
Tux's lil' helper


Joined: 19 Feb 2004
Posts: 134
Location: North Dakota

PostPosted: Sun Apr 20, 2008 12:07 am    Post subject: Reply with quote

I just got it to install... only because I read your thread.

This is what I did:

localhost ~ # mkdir /usr/local/portage/app-misc/f4l

Put f4l-0.2.1.ebuild at /usr/local/portage/app-misc/f4l/f4l-0.2.1.ebuild

Put f4l-0.2.1-gcc41.patch in /usr/local/portage/app-misc/f4l/files/f4l-0.2.1-gcc41.patch

localhost ~ # cd /usr/local/portage/app-misc/f4l/

localhost f4l # ebuild f4l-0.2.1.ebuild digest

localhost f4l # ebuild f4l-0.2.1.ebuild merge <---- You used "compile" instead of "merge"

I'm a little drunkered up but that should be pretty close to what I did.
_________________
AssociateX
Gentoo rocks!


Last edited by AssociateX on Mon Apr 21, 2008 1:20 pm; edited 2 times in total
Back to top
View user's profile Send private message
AssociateX
Tux's lil' helper
Tux's lil' helper


Joined: 19 Feb 2004
Posts: 134
Location: North Dakota

PostPosted: Sun Apr 20, 2008 12:22 am    Post subject: Reply with quote

I see that there are two ebuilds for f4l... The one I used looks like the following:

Code:

localhost f4l # cat f4l-0.2.1.ebuild
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit qt3 eutils

DESCRIPTION="F4L is an open source development environment for Macromedia Flash"
HOMEPAGE="http://f4l.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""

DEPEND="$(qt_min_version 3)"
RDEPEND="${DEPEND}"

src_unpack() {
        unpack ${A}
        cd "${S}"

        # Fix gcc4.1 compatibility
        epatch "${FILESDIR}/${P}-gcc41.patch"
}

src_compile() {
        eqmake3 || die "qmake failed"
        emake || die "emake failed"
}

src_install() {
        dobin bin/${PN}
        newicon src/cursor/main_ico1.xpm ${PN}.xpm
        make_desktop_entry ${PN} "Flash for Linux" ${PN}.xpm Graphics
}


_________________
AssociateX
Gentoo rocks!
Back to top
View user's profile Send private message
AssociateX
Tux's lil' helper
Tux's lil' helper


Joined: 19 Feb 2004
Posts: 134
Location: North Dakota

PostPosted: Sun Apr 20, 2008 1:15 pm    Post subject: Reply with quote

I couldn't for the life of me figure out how to use f4l while boozed up. I tried it today while completely sober and still can't get it to do anything.

The only dependancy that I saw was "DEPEND="$(qt_min_version 3)"" in the ebuild but on one page I saw that it was suggested by the maintainer to know a little about a number of things, one being "ming". I didn't have ming installed so I emerged it and still nothing. F4l as far as I can tell only draws some circles, lines, and squares in a variety of colors. Maybe I'm missing something though.
_________________
AssociateX
Gentoo rocks!


Last edited by AssociateX on Mon Apr 21, 2008 1:26 pm; edited 1 time in total
Back to top
View user's profile Send private message
AssociateX
Tux's lil' helper
Tux's lil' helper


Joined: 19 Feb 2004
Posts: 134
Location: North Dakota

PostPosted: Mon Apr 21, 2008 12:53 am    Post subject: Reply with quote

For the record, I found a couple of other projects that seem to be far far more powerful although a little harder to use:

http://www.swftools.org/

and

http://www.nowrap.de/flasm

Neither are that easy to use but seem to not only work but are able to make fantastic *.swf files... if you don't mind the little more step learn curve needed to use them. They are CLI but work.
_________________
AssociateX
Gentoo rocks!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum