google-code-export / tovid

Automatically exported from code.google.com/p/tovid
1 stars 0 forks source link

install error #126

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi, I am running f13

2.6.33.3-85.fc13.i686.PAE

 & I downloaded tovid 0.33 from the wiki. After unzipping I went into the tovid-0.33 directory and 

./configure --prefix=/usr

followed by

make install

I get this error message

make[1]: *** No rule to make target `libtovid/template/*.py', needed by 
`install-pythonTEMPLATEPYTHON'.  Stop.

I attach the config.log and the Makefile if they can be any help in diagnosing 
this problem.

Original issue reported on code.google.com by tlloyd...@gmail.com on 28 Jun 2010 at 7:46

Attachments:

GoogleCodeExporter commented 9 years ago
Try the new install method. 

First: uninstall whatever the failed install managed to install:

'make uninstall'

Then: 

su -c './setup.py install'

Let me know if that helps!

Original comment by j.pei...@gmail.com on 17 Aug 2010 at 3:15

GoogleCodeExporter commented 9 years ago
I'm marking this as invalid as the installation instructions are in the INSTALL 
file, and yes, the correct method is to use setup.py now.

Original comment by grepper@gmail.com on 11 Jul 2011 at 9:26