Author Topic: [SOLVED]Compiling f4l  (Read 542 times)

Offline Rebecca_D

  • Jr. Member
  • **
  • Posts: 22
[SOLVED]Compiling f4l
« on: November 13, 2012, 12:39:27 PM »
I am using PCLOS KDE and I am interested in installing F4l v0.21 - Flash for Linux (http://kde-apps.org/content/show.php?content=23696), a development environment for Macromedia Flash. The files currently have to be downloaded and compiled. There is a very helpful video on YouTube about downloading and installation.

[tut] How to install Flash4Linux (flash authoring tool) on another distro-based distributions
.

In the video and using a terminal the first commands needed are:

Quote
sudo apt-get install qt3-dev-tools
sudo apt-get install cvs
sudo apt-get install g++

Then proceeding to download files:

Quote
cvs -z9 -d:server:anonymous@f4l.cvs.sf.net:/cvsroot/f4l co f4l-0,2

After this there are changes that have to be made in two files before issuing the make command.

I have tried to do this logged in as root and the first problem I encountered was bash: sudo: command not found.

Doing a little Googling I used su. I managed to install cvs without any probems, but qt3-dev-tools and g++ returned similar results to,
Quote
apt-get install qt3-dev-tools
Reading Package Lists... Done
Building Dependency Tree... Done
E: Couldn't find package qt-dev-tools


As far as the download command is concerned it returned cvs [checkout aborted] the :server: access method is not supported by this port of CVS.

I am new to Linux and especially use of the terminal so I am somewhat in the dark. It may be that f4l is not supported by PCLOS. Any suggestions welcomed.
« Last Edit: November 16, 2012, 03:25:26 AM by Rebecca_D »

Offline menotu

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 15304
  • ┌∩┐(◕_◕)┌∩┐
Re: Compiling f4l
« Reply #1 on: November 13, 2012, 02:02:22 PM »
Unsure if this is relevant but it seems the last update to the kde.org site was in  Jun 2006
PCLinuxOS 32bit KDE 4.10.1; kernel-3.4.11-pclos1.bfs & 64bit 3.2.18bfs; NVidia GeForce 8400GS 1GB 310.19 driver

Sony Vaio SVE1513A4ESI Laptop, Intel Core i5, 2.6GHz, 6GB RAM, 750GB, 15.6" Intel HD Graphics 4000

Offline Rebecca_D

  • Jr. Member
  • **
  • Posts: 22
Re: Compiling f4l
« Reply #2 on: November 13, 2012, 04:47:29 PM »
Well that may explain a lot!! :o

Online muungwana

  • Hero Member
  • *****
  • Posts: 6240
Re: Compiling f4l
« Reply #3 on: November 13, 2012, 04:54:31 PM »

It also depends on qt3.

Anything depending on qt3 is,by definition,abandonware.

If this project is still maintained,look for the version that depends on qt4
.. 3 things are certain in life : death, taxes and software bloat ..
.. tell me something i don't know, something i can use as i struggle to reason with the world around me ..

Offline Neal ManBear

  • Administrator
  • Super Villain
  • *****
  • Posts: 15847
  • LXDE! Coffee, Bacon and Cheesecake!
Re: Compiling f4l
« Reply #4 on: November 14, 2012, 12:30:35 AM »
PCLinuxOS uses su plus root password, not sudo.