Tom's Guide | Tom's Hardware | Tom's Games
![]() |
![]() |
![]() |
What software do I use? When I was still stuck with Windows, I preffered to make use of Swish, though I also could use Macroedia Flash if required. Now I have made the switch, what software could I use? I have yet to find one.

I downloaded it. Problem I am having now is the installation. When I try to make, I keep getting this error: make: *** No rule to make target `/mkspecs/default/qmake.conf', needed by `Makefile'. Stop.
What do I do?

Rather than trying to compile it yourself, download the pre-compiled binary. I see that you are running ubuntu which is debian based so download the .deb from http://prdownloads.sourceforge.net/f4l/f4l_0.2-1_i386.deb?download
and install with "sudo dpkg -i f4l_0.2-1_i386.deb"

dpkg: dependency problems prevent configuration of f4l:
f4l depends on libc6 (>= 2.3.2.ds1-21); however:
Version of libc6 on system is 2.3.2.ds1-20ubuntu13.
f4l depends on libgcc1 (>= 1:4.0.0-9); however:
Version of libgcc1 on system is 1:4.0-0pre6ubuntu7.
f4l depends on libqt3c102-mt (>= 3:3.3.4); however:
Package libqt3c102-mt is not installed.
f4l depends on libqt3c102-mt (>= 3:3.3.4-3); however:
Package libqt3c102-mt is not installed.
f4l depends on libfontconfig1 (>= 2.3.0); however:
Version of libfontconfig1 on system is 2.2.3-4ubuntu7.
f4l depends on libxrender1 (>= 1:0.9.0-2); however:
Version of libxrender1 on system is 0.9.0-0ubuntu4.
f4l depends on libexpat1 (>= 1.95.8-3); however:
Version of libexpat1 on system is 1.95.8-1.
dpkg: error processing f4l (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
f4l

Reinstalling? You shouldn't be afraid of apt-get....it is one of the best things about ubuntu/debian.
If you wanted to upgrade your whole system:
# apt-get update
# apt-get upgrade
NB "apt-get update" is only required once per session as it just updates the list of packages and their versions.If you wanted to upgrade just libc6 (as required from your output above) and any dependencies:
# apt-get upgrade libc6If you wanted to install something new (eg libqt3c102-mt from the output above):
# apt-get install libqt3c102-mtBefore using apt-get, make sure you read the ubuntu unoffical faq, especially the part regarding "How to add extra repositories?". The FAQ is pretty good and you might also find it useful for installing other applications.

![]() |
![]() |
![]() |

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.
| Ads by Google |