
Flash Editor
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
F4L is an open source development environment for Macromedia Flash, a multi-platform format(swf/svg) widely used for web applications and vector animation. Basically, you can make interactive eye candy for your web site or any other purpose while maintain.
This is the version 0.2.1 of the Flash editor for linux, so it is room for a lot of improvements. We are looking for coders,testers and sponsors to help us with this project. You can help us with ideas, patches, money, documentations&tutorials, graphics&sound.
Additional projects are started:
- f4l- server :XML to SWF or SVG server.
---------------------------------- Please use the forum to propose a name and to submit an logo(icon).
csolis
10 years ago
It seems that file new.h can't be found in the directory.
[root@srv76 f4l-0.2.1]# qmake -project
[root@srv76 f4l-0.2.1]# qmake -o Makefile f4l.pro
[root@srv76 f4l-0.2.1]# make
cd src/flagStonePort/transform-cxx-bsd/transform && make -f Makefile
make[1]: Entering directory `/home/christian/Downloads/Flash_linux/f4l-0.2.1/src/flagStonePort/transform-cxx-bsd/transform'
g++ -c -pipe -w -g -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I/usr/lib64/qt-3.3/mkspecs/default -I. -I. -I/usr/lib64/qt-3.3/include -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(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>::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(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>::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(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>::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(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>::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(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>::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(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>::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(long unsigned int, transform::FSShapeObject**&)’
<built-in>:0: note: candidates are: void* operator new(long unsigned int)
make[1]: *** [FSButtonEvent.o] Error 1
make[1]: Leaving directory `/home/christian/Downloads/Flash_linux/f4l-0.2.1/src/flagStonePort/transform-cxx-bsd/transform'
make: *** [sub-src-flagStonePort-transform-cxx-bsd-transform] Error 2
THANKS for your time,
PD: I use Fedora 12 on Linux
Report
csolis
10 years ago
It seems that file new.h can't be found in the directory.
[root@srv76 f4l-0.2.1]# qmake -project
[root@srv76 f4l-0.2.1]# qmake -o Makefile f4l.pro
[root@srv76 f4l-0.2.1]# make
cd src/flagStonePort/transform-cxx-bsd/transform && make -f Makefile
make[1]: Entering directory `/home/christian/Downloads/Flash_linux/f4l-0.2.1/src/flagStonePort/transform-cxx-bsd/transform'
g++ -c -pipe -w -g -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I/usr/lib64/qt-3.3/mkspecs/default -I. -I. -I/usr/lib64/qt-3.3/include -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(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>::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(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>::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(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>::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(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>::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(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>::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(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>::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(long unsigned int, transform::FSShapeObject**&)’
<built-in>:0: note: candidates are: void* operator new(long unsigned int)
make[1]: *** [FSButtonEvent.o] Error 1
make[1]: Leaving directory `/home/christian/Downloads/Flash_linux/f4l-0.2.1/src/flagStonePort/transform-cxx-bsd/transform'
make: *** [sub-src-flagStonePort-transform-cxx-bsd-transform] Error 2
THANKS for your time,
PD: I use Fedora 12 on Linux
Report
tnzbdx
10 years ago
for install F4L you want to do this:
wget http://www.sonsuzdongu.com/paketler/f4lm_0.1-1_i386.deb
next, install it:
sudo dpkg -i f4lm_0.1-1_i386.deb
and next, run it:
f4lm
if you have amd64 do this:
sudo dpkg --force-architecture -i f4lm_0.1-1_i386.deb
Enjoy!
Report
pippo73
11 years ago
I would like to know if anyone has tried to install it on a kubuntu 9.04?
Report
incredion
11 years ago
qmake -project :runs
qmake -o Makefile f4l.pro :runs
make
:drops Errors
-> installed qt3-dev und qt4-dev libs.
make :runs longer
but finally :drops errors
* In member function »void
* F4lmDoc::slotfileExportMovie()«:
* cout not defined
* cerr not defined
what can i do?
cheers
-incredion
Report
Itsme
12 years ago
Report
Delzin
12 years ago
qmake: command not found
make
: *** No rule to make target `/usr/share/qt3/mkspecs/default/qmake.conf', needed by `Makefile'. Stop.
I'm using openSUSE 10.3
thx for attention
Report
auesys
13 years ago
qmake -project
qmake -o Makefile f4l.pro
make
cd bin
./f4l
working in ASP Linux 11 (RHEL5)
Report
megasantiago
12 years ago
wget http://www.sonsuzdongu.com/paketler/f4lm_0.1-1_i386.deb
next, install it:
sudo dpkg -i f4lm_0.1-1_i386.deb
and next, run it:
f4lm
if you have amd64 do this:
sudo dpkg --force-architecture -i f4lm_0.1-1_i386.deb
Enjoy!
Report
photorock
13 years ago
fred@fred-laptop:~/telechargement/f4l-0.2.1$ qmake -project
fred@fred-laptop:~/telechargement/f4l-0.2.1$ qmake -o Makefile f4l.pro
fred@fred-laptop:~/telechargement/f4l-0.2.1$ make
cd src/flagStonePort/transform-cxx-bsd/transform && qmake transform.pro -o Makefile
cd src/flagStonePort/transform-cxx-bsd/transform && make -f Makefile
make[1]: entrant dans le répertoire « /home/fred/telechargement/f4l-0.2.1/src/flagStonePort/transform-cxx-bsd/transform »
g++ -c -pipe -w -g -D_REENTRANT -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/share/qt3/mkspecs/default -I. -I. -I/usr/include/qt3 -o FSAction.o FSAction.cpp
make[1]: g++ : commande introuvable (command not found)
make[1]: *** [FSAction.o] Erreur 127
make[1]: quittant le répertoire « /home/fred/telechargement/f4l-0.2.1/src/flagStonePort/transform-cxx-bsd/transform »
make: *** [sub-src-flagStonePort-transform-cxx-bsd-transform] Erreur 2
?????
thanks
Fred
Report
davbeck
13 years ago
I am using Fedora Core 6
when I try to make I get this error.
make: *** No rule to make target `/usr/share/qt3/mkspecs/default/qmake.conf', needed by `Makefile'. Stop.
qmake is not installed and is not in any of my repositories
can anyone help
Report
tnt
13 years ago
but i need a symbolic link, 'cause the executable was NOT in the path
('locate qmake' should find it)
ln -s /usr/lib/qt3/bin/qmake /usr/bin/qmake
Report
alanro
13 years ago
where can get one compiled win32 version, I try serval times under windows, but...
Thanks.
Report
smartboyathome
13 years ago
Report
janetkellman
13 years ago
http://rbytes.net/software/
Report
menace1982
13 years ago
Report
masaji
13 years ago
qmake -o Makefile f4l.pro
make
./f4l
Report
leandronn
13 years ago
when I make, I get this error:
make: *** No rule to make target `/usr/share/qt3/mkspecs/default/qmake.conf', needed by `Makefile'. Stop.
Thanks in advance
Report
tapd260
14 years ago
Report
kobakira
14 years ago
./configure
make
sudo make install (or just 'make install')
Good luck!
Report
orts
14 years ago
It tells there is no such file or directory
then I just tried to type make, and got this output:
make
make: *** No rule to make target `/usr/share/qt3/mkspecs/default/qmake.conf', needed by `Makefile'. Stop.
any other suggestions?
cause I would love to have Flash editor on my Linux box, it nearly the only thing I have to go back in Windows to use ,-)
Thanks in advance
Report
gogoflex
13 years ago
Now, how does it run ?
Have i another things to do like ./configure or install ?
I think at this time it's impossible...
How can i build the install script ?
thank you ...
Report
Elv13
14 years ago
make
make install
but me i get
make[1]: Entering directory `/root/Desktop/f4l-0.2.1/src'
g++ -c -pipe -g -D_REENTRANT -Wall -W -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 -IflagStonePort/transform-util-cxx -IflagStonePort/transform-cxx-bsd -I. -I. -o canvasItem.o canvasItem.cpp
In file included from canvasItem.cpp:18:
canvasItem.h:21:21: qcanvas.h: No such file or directory
canvasItem.h:22:25: qpointarray.h: No such file or directory
In file included from canvasItem.cpp:18:
canvasItem.h:29: error: expected class-name before '{' token
canvasItem.h:32: error: expected `)' before '*' token
canvasItem.h:39: error: expected class-name before '{' token
canvasItem.h:42: error: `QPointArray' has not been declared
canvasItem.h:42: error: ISO C++ forbids declaration of `ctrl' with no type
any suggestion?
i know that its an old and incomplete apps, but i need it
Report
Cderugg
14 years ago
Report
Divilinux
14 years ago
{standard input}: Assembler messages:
{standard input}:39: Error: symbol `translate' is already defined
make[1]: *** [canvasItem.o] Error 1
make[1]: Leaving directory `/root/programmi/f4l-0.2.1/src'
make: *** [sub-src-make_default] Error 2
Report