-
https://sourceforge.net/projects/f4l/forums/forum/301386/topic/1371991/index/page/1.
2009-09-13 16:11:53 UTC by uhvo
-
Does as gdrago23 says but still get this: (fix the code, please)
cd src/flagStonePort/transform-cxx-bsd/transform && make -f Makefile
make[1]: Entering directory `/home/tiivitaavi/flash/f4l-0.2.1/src/flagStonePort/transform-cxx-bsd/transform'
make[1]: Nothing to be done for `first'.
make[1]: Leaving directory...
2009-09-13 16:05:08 UTC by uhvo
-
See this thread from the ArchLinux people:
http://aur.archlinux.org/packages.php?ID=5805
The following changes allowed me to compile the source on my system (Ubuntu Jaunty):
In src/flagStonePort/transform-cxx-bsd/transform/FSVector.h:
change "#include <new.h>" to "#include <new>".
In src/f4lmdoc.cpp:
change "#include <iostream.h>" to...
2009-08-28 15:40:10 UTC by gdrago23
-
I'm running Debian Lenny
I have qt4 installed, as well as qt3. I tried reinstalling qt3-dev-tools and g++.
The command 'g++ -v' show I'm running version 4.3.2. I'm still getting the error:
FSVector.h:35:17: error: new.h: No such file or directory
It seems as though this file was left out of the tar.gz for f4l.
2009-08-20 03:59:03 UTC by taosys
-
hi
which linux are you using?
..-- reinstalling qt3 and g++ maby??
tao de.
2009-08-19 12:07:00 UTC by teeandy
-
I have qt3-dev-tools installed and g++ - I'm getting:
FSVector.h:35:17: error: new.h: No such file or directory
Not sure where to go from here.....
tao.
2009-08-14 21:05:12 UTC by taosys
-
If you are on ubuntu sudo apt-get install qt3-dev-tools will sort you out, on other flavours probably yum install qt3-dev-tools. If that is done you must make sure you have g++ to compile the application too.
2009-08-08 06:46:30 UTC by andrevanzuydam
-
hmmm.....
same at me....
_____________________
make gives me.....
make: *** No rule to make target `/usr/share/qt3/mkspecs/default/qmake.conf', needed by `Makefile'. Stop.
___________________________________
qmake gives me.......
QMAKESPEC has not been set, so configuration cannot be deduced.
Error processing project file: /home/guest/Download/f4l-0.2.1/f4l-0.2.1.pro
is someone.
2009-08-01 12:44:00 UTC by teeandy
-
hej
im also using make... but there comes an error
QMAKESPEC has not been set, so configuration cannot be deduced.
Error processing project file: /home/guest/Download/f4l-0.2.1/f4l-0.2.1.pro
with qmake
and with make:
make: *** No rule to make target `/usr/share/qt3/mkspecs/default/qmake.conf', needed by `Makefile'. Stop.
can someone help me ?
lg andy.
2009-08-01 12:40:54 UTC by teeandy
-
hej guys,
can someone help me with the installation with f4l on debian?
gives me the message with ./make: norules:
make: *** No rule to make target
`/usr/share/qt3/mkspecs/default/qmake.conf', needed by `Makefile'. Stop.
and qmake:
QMAKESPEC has not been set,
hm.....?
lg and thanks andy.
2009-07-28 06:42:49 UTC by teeandy