El Miércoles, 26 de Mayo de 2004 20:17, Bernhard Praschinger escribió:
> Hallo
>
> > I've just donwload the CVS version of LVS, but I don't know how to
> > compile it.
> >
> > I can't do a 'configure' (don't exists this file) nor 'make'. I've tryed
> > with 'autoconf' but this is what  I get:
>
> When nothin exists you shoul start with the autogen.sh script.
>
> > [EMAIL PROTECTED] studio]$ autoconf
> > autoconf: Undefined macros:
> > configure.in:30:AC_PROG_LIBTOOL
> > configure.in:3:AC_CONFIG_SRCDIR(src/studio.h)
>
> You have that file ?
>
> > configure.in:4:AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
> >
> > With autogen.sh I've get this:
> >
> > [EMAIL PROTECTED] studio]$ ./autogen.sh
> > Running aclocal ...
> > Running autoheader...
> > Running libtoolize...
> > Putting files in AC_CONFIG_AUX_DIR, `..'.
> > Running autoconf...
> > autoconf: Undefined macros:
> > configure.in:3:AC_CONFIG_SRCDIR(src/studio.h)
> > configure.in:4:AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
> > Running automake...
> > Running ./configure...
> > loading cache ./config.cache
> > ./configure: line 704: syntax error near unexpected token `src/studio.h'
> > ./configure: line 704: `AC_CONFIG_SRCDIR(src/studio.h)'
>
> can you run aclocal fist and post the output, and run afterwards the
> autogen.sh script.
>
> Which version auf autoconf/aclocal/autogen do you have ?
> I have here the 2.59 and the script works well.
>
> What type of files are compile, depcomp, install-sh, missing,
> mkinstalldirs ?
> If they are symlinks check if they point to the files where the system
> has installed the automake package.
>
> auf hoffentlich bald,
>
> Berni the Chaos of Woodquarter
>
> Email: [EMAIL PROTECTED]
> www: http://www.lysator.liu.se/~gz/bernhard
>
 Hi again,

I've been following your instructions and this is what I've made:

- I have 2 versions of autconf and 3 of automake, so  some modifications on 
symlinks to use the appropiate tool has been made.

- The line #define HAVE_STDINT_H  in overlay.flt.c has been uncommented, 
because 'make'  give me this error:

 In file included from /usr/include/mjpegtools/yuv4mpeg.h:29,
                 from ../yuv4mpeg/y4m12.h:7,
                 from overlay.flt.c:33:
/usr/include/mjpegtools/mjpeg_types.h:41:2: #error You don't seem to have 
sys/types.h, inttypes.h or stdint.h! This might mean two things: Either you 
really don't have them, in which case you should install the system headers 
and/or C-library headers. You might also have forgotten to define whether you 
have them. You can do this by either defining their presence before including 
mjpegtools' header files (e.g. "#define HAVE_STDINT_H"), or you can check for 
their presence in a configure script. mjpegtools' configure script is a good 
example of how to do this. You need to check for PRId64, stdbool.h, 
inttypes.h, stdint.h and sys/types.h

Then I compiled and installed LVS.

Thanks a lot for your help.


-- 
     .-.
     /v\      L   I   N   U   X
    // \\       > S p a i n <
   /(   )\  > Linux user #188524 <
    ^^-^^  > Linux machine #83532 <


-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g.
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id149&alloc_id66&op=click
_______________________________________________
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to