Nieuws:

Welkom, Gast. Alsjeblieft inloggen of registreren.
Heb je de activerings-mail niet ontvangen?

Auteur Topic: F4L installatie probleem.  (gelezen 1369 keer)

F4L installatie probleem.
« Gepost op: 2009/06/08, 21:14:08 »
Howj iedereen :)

Ik wou Flash 4 Linux installeren, om kleine animatie's te maken en toch m'n VirtualBox op te starten.
Nu heb ik gewoon de originele files gedownload van: http://sourceforge.net/project/showfiles.php?group_id=87799&package_id=157994

Het het uitgepakt en cd er even naartoe, maar bij de 'make' instructie loopt het een en ander fout:

carharttguy@carharttguy-laptop:~/Bureaublad/f4l-0.2.1$ make
cd src/flagStonePort/transform-cxx-bsd/transform/ && make -f Makefile
make[1]: Map '/home/carharttguy/Bureaublad/f4l-0.2.1/src/flagStonePort/transform-cxx-bsd/transform' wordt binnengegaan
g++ -c -pipe -g -fPIC -w -D_REENTRANT -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -I. -o FSAction.o FSAction.cpp
make[1]: g++: Opdracht niet gevonden
make[1]: *** [FSAction.o] Fout 127
make[1]: Map '/home/carharttguy/Bureaublad/f4l-0.2.1/src/flagStonePort/transform-cxx-bsd/transform' wordt verlaten
make: *** [sub-src-flagStonePort-transform-cxx-bsd-transform-make_default] Fout 2

Nu heb ik helemaaaal geen idee waar het aan ligt, er staat dat g++ niet gevonden is ofzo, maar vind ik maar raar, vroeger werkte make altijd? :)

Alvast bedankt!

Re: F4L installatie probleem.
« Reactie #1 Gepost op: 2009/06/08, 21:18:27 »
Nvm, heb gewoon g++ opgezocht, geinstaleerd en g++ werkt =)

Maar nu krijg ik nog een véél grotere fout :$

carharttguy@carharttguy-laptop:~/Bureaublad/f4l-0.2.1$ make
cd src/flagStonePort/transform-cxx-bsd/transform/ && make -f Makefile
make[1]: Map '/home/carharttguy/Bureaublad/f4l-0.2.1/src/flagStonePort/transform-cxx-bsd/transform' wordt binnengegaan
g++ -c -pipe -g -fPIC -w -D_REENTRANT -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -I. -o FSAction.o FSAction.cpp
g++ -c -pipe -g -fPIC -w -D_REENTRANT -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -I. -o FSActionObject.o FSActionObject.cpp
g++ -c -pipe -g -fPIC -w -D_REENTRANT -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -I. -o FSBitmapFill.o FSBitmapFill.cpp
g++ -c -pipe -g -fPIC -w -D_REENTRANT -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -I. -o FSBoolean.o FSBoolean.cpp
g++ -c -pipe -g -fPIC -w -D_REENTRANT -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -I. -o FSBounds.o FSBounds.cpp
g++ -c -pipe -g -fPIC -w -D_REENTRANT -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -I. -o FSButton.o FSButton.cpp
g++ -c -pipe -g -fPIC -w -D_REENTRANT -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -I. -o FSButtonColorTransform.o FSButtonColorTransform.cpp
g++ -c -pipe -g -fPIC -w -D_REENTRANT -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -I. -o FSButtonEvent.o FSButtonEvent.cpp
In bestand ingevoegd vanuit FSButtonEvent.h:34,
                     vanuit FSButtonEvent.cpp:22:
FSVector.h:35:17: fout: new.h: Bestand of map bestaat niet
FSVector.h: In constructor ‘transform::FSVector<T>::FSVector(int) [with T = transform::FSActionObject*]’:
FSButtonEvent.h:152:   instantiated from here
FSVector.h:174: fout: no matching function for call to ‘operator new(unsigned int, transform::FSActionObject**&)’
<ingebouwd>:0: note: kandidaten zijn: 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: fout: no matching function for call to ‘operator new(unsigned int, transform::FSActionObject**&)’
<ingebouwd>:0: note: kandidaten zijn: 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: fout: no matching function for call to ‘operator new(unsigned int, transform::FSShapeObject**&)’
<ingebouwd>:0: note: kandidaten zijn: 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: fout: no matching function for call to ‘operator new(unsigned int, transform::FSShapeObject**&)’
<ingebouwd>:0: note: kandidaten zijn: 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: fout: no matching function for call to ‘operator new(unsigned int, transform::FSShapeObject**&)’
<ingebouwd>:0: note: kandidaten zijn: 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: fout: no matching function for call to ‘operator new(unsigned int, transform::FSActionObject**&)’
<ingebouwd>:0: note: kandidaten zijn: 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: fout: no matching function for call to ‘operator new(unsigned int, transform::FSActionObject**&)’
<ingebouwd>:0: note: kandidaten zijn: 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: fout: no matching function for call to ‘operator new(unsigned int, transform::FSShapeObject**&)’
<ingebouwd>:0: note: kandidaten zijn: void* operator new(unsigned int)
make[1]: *** [FSButtonEvent.o] Fout 1
make[1]: Map '/home/carharttguy/Bureaublad/f4l-0.2.1/src/flagStonePort/transform-cxx-bsd/transform' wordt verlaten
make: *** [sub-src-flagStonePort-transform-cxx-bsd-transform-make_default] Fout 2
carharttguy@carharttguy-laptop:~/Bureaublad/f4l-0.2.1$

Een hele boterham... :$

Re: F4L installatie probleem.
« Reactie #2 Gepost op: 2009/06/08, 21:54:10 »
Dat had ik ook met het compileren ervan. Totdat ik het .deb-bestand ontdekte, die iemand hoste. Die werkte wel en F4L werkt ook :) Ben ff de link kwijt, maar ik upload hem ff voor je :)

Edit: et voila :)

http://cid-d226444e566d05f9.skydrive.live.com/self.aspx/Downloads/f4lm%7C_0.1-1%7C_i386.deb
« Laatst bewerkt op: 2009/06/08, 21:55:41 door Vistaus »

Re: F4L installatie probleem.
« Reactie #3 Gepost op: 2009/06/09, 09:47:51 »
Hartelijk bedankt =D

Re: F4L installatie probleem.
« Reactie #4 Gepost op: 2009/06/09, 13:15:29 »
Maar euh, heb het geinstaleerd, maar waar voer ik het uit? :$

Alvast bedankt!

Heb nog een betere .deb gevonden, Die is al versietje hoger: http://zvonsully.home.ro/Downloads/App/f4l_0.2BETA-3_i386.deb

Maar eveneens vind ik het programma zelf niet. :(
« Laatst bewerkt op: 2009/06/09, 13:19:59 door Carharttguy »

Re: F4L installatie probleem.
« Reactie #5 Gepost op: 2009/06/09, 14:55:18 »
f4lm
Is de opdracht.

Voor het tweede pakket kan het zijn dat ge het volgende moet typen:
/usr/local/bin/f4lm

Re: F4L installatie probleem.
« Reactie #6 Gepost op: 2009/06/09, 14:59:12 »
Hartelijk bedankt!

in terminal werkte f4lm gewoon :) Hoe wist je deze opdracht? Ik had al f4l geprobeert, maar hoe je die 'm' erbij verzint heb ik toch het raden naar? :)

Re: F4L installatie probleem.
« Reactie #7 Gepost op: 2009/06/09, 15:01:21 »
Dubbelklik op het deb-bestand, tabblad "Bijgevoegde bestanden". Dit zijn alle bestanden die geinstalleerd gaan worden. Gewoon het uitvoerbaar bestand zoeken (meestal in /usr/bin) en voila :).

Re: F4L installatie probleem.
« Reactie #8 Gepost op: 2009/06/09, 15:33:36 »
Dubbelklik op het deb-bestand, tabblad "Bijgevoegde bestanden". Dit zijn alle bestanden die geinstalleerd gaan worden. Gewoon het uitvoerbaar bestand zoeken (meestal in /usr/bin) en voila :).

Aha, hartelijk dank :)

Re: F4L installatie probleem.
« Reactie #9 Gepost op: 2009/06/09, 16:47:49 »
Heb nog een betere .deb gevonden, Die is al versietje hoger: http://zvonsully.home.ro/Downloads/App/f4l_0.2BETA-3_i386.deb

Dat "al" kun je weglaten, F4L wordt namelijk niet meer gemaakt ;)

Maar ik zal wél die bètaversie van jou link even op mijn site dumpen.