User Tools

Site Tools


miav:miav

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
miav:miav [2007/11/15 15:24] devamiav:miav [2007/11/15 16:09] – Described the Werror 'bug' in the configure script. deva
Line 9: Line 9:
 <code>make install</code> <code>make install</code>
 in the souce directory.\\ in the souce directory.\\
-If the ''./configure'' command fails with missing dependencies see the proper section furthor down to fix it.\\+If the ''./configure'' command fails with missing dependencies see the proper section further down to fix it.\\
 If the installation is a server-only installation, the ''./configure'' command can be called with If the installation is a server-only installation, the ''./configure'' command can be called with
 <code>./configure --without-client</code> <code>./configure --without-client</code>
Line 33: Line 33:
 libjpeg-devel libraw1394-devel libfame-devel lame-devel</code> libjpeg-devel libraw1394-devel libfame-devel lame-devel</code>
 to install the development packages. to install the development packages.
 +====Configuration====
 +FIXME Describe how to configure the installed client and/or server.
 +====Known bugs (version 0.3.3)====
 +Currently only the very old libraw1394 interface (pre 1.0) is supported. This tends to give some dependency headaches on most systems.
 +The sourcecode for the old version af libraw1394 can be found at the [[http://sourceforge.net/projects/libraw1394|libraw1394 sourceforge site]] The 0.9 version seem to work.\\
 +
 +If some warnings kill the compile, it is due to an old debugging flag leftover in the configure srcipt. It can be fixed by removing the
 +<code>CXXFLAGS="$CXXFLAGS -Wall Werror"</code>
 +line in the ''configure'' scriptfile (line 20042), and then re-running make.
miav/miav.txt · Last modified: 2007/11/19 10:44 by deva