[Liboil] I get no liboiltmp1.exp file .Whats wrong ?

Bernd Roesch nospamname at web.de
Tue Sep 22 06:38:00 PDT 2009


Hello 

On 20.09.09, you wrote:

> 
> To get the latest development source, you need to use the 'git'
> version control tool:
> 
>  git clone git://anongit.freedesktop.org/git/liboil

thanks, I check newest out, but this need too the .exp file to collect the
classes.

here is a patch on inet, that change the code so no .exp file is need
and it should work with the .a file.
My build of 0.3.16 contain only a liboiltmp1.a file and no liboiltmp1.exp
file.

http://mailman.videolan.org/pipermail/vlc-devel/2009-April/058147.html

BTW: 

the checked out source does not contain configure and makefile.in files.The
archive of 0.3.16 contain this, so no autoconf automake is need.

I type autoconf then automake in cygwin shell on checked out sources, but it
bring lots errors.a
configure file is create with size 160 kb, but no makefile.in files.

here are errors when i do autconf(i use newest cygwin files)

$ autoconf
configure.ac:4: error: possibly undefined macro: AS_NANO
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure.ac:7: error: possibly undefined macro: AM_INIT_AUTOMAKE
configure.ac:9: error: possibly undefined macro: AM_MAINTAINER_MODE
configure.ac:14: error: possibly undefined macro: AM_CONFIG_HEADER
configure.ac:23: error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL
configure.ac:24: error: possibly undefined macro: AC_LIBTOOL_TAGS
configure.ac:25: error: possibly undefined macro: AC_PROG_LIBTOOL
configure.ac:26: error: possibly undefined macro: AM_PROG_AS
configure.ac:43: error: possibly undefined macro: AM_CONDITIONAL
configure.ac:95: error: possibly undefined macro: AS_GCC_INLINE_ASSEMBLY
configure.ac:102: error: possibly undefined macro: AS_HOST_DEFINES
configure.ac:104: error: possibly undefined macro: AS_GCC_ASM_POWERPC_FPU
configure.ac:114: error: possibly undefined macro: AS_UNALIGNED_ACCESS
configure.ac:116: error: possibly undefined macro: AC_LTDL_SYMBOL_USCORE
configure.ac:146: error: possibly undefined macro: AC_CHECK_LIBM
configure.ac:170: error: possibly undefined macro: AS_COMPILER_FLAG
configure.ac:214: error: possibly undefined macro: AS_MMX_INTRINSICS
configure.ac:215: error: possibly undefined macro: AS_SSE_INTRINSICS
configure.ac:216: error: possibly undefined macro: AS_SSE2_INTRINSICS
configure.ac:217: error: possibly undefined macro: AS_SSE3_INTRINSICS
configure.ac:218: error: possibly undefined macro: AS_3DNOW_INTRINSICS
configure.ac:219: error: possibly undefined macro: AS_3DNOWEXT_INTRINSICS
configure.ac:220: error: possibly undefined macro: AS_ALTIVEC_INTRINSICS
configure.ac:239: error: possibly undefined macro:
AS_GCC_INLINE_ASM_INSTRUCTION

errors of automake

$ automake
configure.ac: no proper invocation of AM_INIT_AUTOMAKE was found.
configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE,
configure.ac: that aclocal.m4 is present in the top-level directory,
configure.ac: and that aclocal.m4 was recently regenerated (using aclocal).
configure.ac:6: required file `./config.guess' not found
configure.ac:6:   `automake --add-missing' can install `config.guess'
configure.ac:6: required file `./config.sub' not found
configure.ac:6:   `automake --add-missing' can install `config.sub'
gtk-doc.make:7: GTK_DOC_USE_LIBTOOL does not appear in AM_CONDITIONAL
doc/Makefile.am:65:   `gtk-doc.make' included from here
gtk-doc.make:44: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
doc/Makefile.am:65:   `gtk-doc.make' included from here
gtk-doc.make:135: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
doc/Makefile.am:65:   `gtk-doc.make' included from here
examples/Makefile.am:10: compiling `example1.c' with per-target flags
requires `
AM_PROG_CC_C_O' in `configure.ac'
examples/Makefile.am: required file `./depcomp' not found
examples/Makefile.am:   `automake --add-missing' can install `depcomp'
/usr/share/automake-1.11/am/depend2.am: am__fastdepCC does not appear in
AM_COND
ITIONAL
/usr/share/automake-1.11/am/depend2.am:   The usual way to define
`am__fastdepCC
' is to add `AC_PROG_CC'
/usr/share/automake-1.11/am/depend2.am:   to `configure.ac' and run
`aclocal' an
d `autoconf' again.
/usr/share/automake-1.11/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.11/am/depend2.am:   The usual way to define `AMDEP' is
to
add one of the compiler tests
/usr/share/automake-1.11/am/depend2.am:     AC_PROG_CC, AC_PROG_CXX,
AC_PROG_CXX
, AC_PROG_OBJC,
/usr/share/automake-1.11/am/depend2.am:     AM_PROG_AS, AM_PROG_GCJ,
AM_PROG_UPC

/usr/share/automake-1.11/am/depend2.am:   to `configure.ac' and run
`aclocal' an
d `autoconf' again.
examples/audioresample/Makefile.am:4: Libtool library used but `LIBTOOL' is
unde
fined
examples/audioresample/Makefile.am:4:   The usual way to define `LIBTOOL' is
to
add `AC_PROG_LIBTOOL'
examples/audioresample/Makefile.am:4:   to `configure.ac' and run `aclocal'
and
`autoconf' again.
examples/audioresample/Makefile.am:4:   If `AC_PROG_LIBTOOL' is in
`configure.ac
', make sure
examples/audioresample/Makefile.am:4:   its definition is in aclocal's
search pa
th.
examples/jpeg/Makefile.am:3: Libtool library used but `LIBTOOL' is undefined
examples/jpeg/Makefile.am:3:   The usual way to define `LIBTOOL' is to add
`AC_P
ROG_LIBTOOL'
examples/jpeg/Makefile.am:3:   to `configure.ac' and run `aclocal' and
`autoconf
' again.
examples/jpeg/Makefile.am:3:   If `AC_PROG_LIBTOOL' is in `configure.ac',
make s
ure
examples/jpeg/Makefile.am:3:   its definition is in aclocal's search path.
examples/uberopt/Makefile.am:5: HAVE_GLIB does not appear in AM_CONDITIONAL
examples/videoscale/Makefile.am:3: Libtool library used but `LIBTOOL' is
undefin
ed
examples/videoscale/Makefile.am:3:   The usual way to define `LIBTOOL' is to
add
 `AC_PROG_LIBTOOL'
examples/videoscale/Makefile.am:3:   to `configure.ac' and run `aclocal' and
`au
toconf' again.
examples/videoscale/Makefile.am:3:   If `AC_PROG_LIBTOOL' is in
`configure.ac',
make sure
examples/videoscale/Makefile.am:3:   its definition is in aclocal's search
path.

examples/work/Makefile.am:2: HAVE_GLIB does not appear in AM_CONDITIONAL
liboil/Makefile.am:11: HAVE_I386 does not appear in AM_CONDITIONAL
liboil/Makefile.am:12: HAVE_GCC_ASM does not appear in AM_CONDITIONAL
liboil/Makefile.am:18: HAVE_MMX_INTRINSICS does not appear in AM_CONDITIONAL
liboil/Makefile.am:22: HAVE_SSE2_INTRINSICS does not appear in
AM_CONDITIONAL
liboil/Makefile.am:26: HAVE_3DNOW_INTRINSICS does not appear in
AM_CONDITIONAL
liboil/Makefile.am:31: HAVE_AMD64 does not appear in AM_CONDITIONAL
liboil/Makefile.am:32: HAVE_GCC_ASM does not appear in AM_CONDITIONAL
liboil/Makefile.am:38: HAVE_POWERPC does not appear in AM_CONDITIONAL
liboil/Makefile.am:39: HAVE_GCC_ASM does not appear in AM_CONDITIONAL
liboil/Makefile.am:42: HAVE_ASM_BLOCKS does not appear in AM_CONDITIONAL
liboil/Makefile.am:49: HAVE_ARM does not appear in AM_CONDITIONAL
liboil/Makefile.am:50: HAVE_GCC_ASM does not appear in AM_CONDITIONAL
liboil/Makefile.am:58: USE_NEW_ABI does not appear in AM_CONDITIONAL
liboil/Makefile.am:77: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
liboil/Makefile.am:101: USE_NEW_ABI does not appear in AM_CONDITIONAL
liboil/Makefile.am:141: HAVE_I386 does not appear in AM_CONDITIONAL
liboil/Makefile.am:144: HAVE_AMD64 does not appear in AM_CONDITIONAL
liboil/Makefile.am:147: HAVE_POWERPC does not appear in AM_CONDITIONAL
liboil/Makefile.am:150: HAVE_ARM does not appear in AM_CONDITIONAL
liboil/Makefile.am:162: USE_NEW_ABI does not appear in AM_CONDITIONAL
liboil/Makefile.am:247: USE_NEW_ABI does not appear in AM_CONDITIONAL
liboil/Makefile.am:63: Libtool library used but `LIBTOOL' is undefined
liboil/Makefile.am:63:   The usual way to define `LIBTOOL' is to add
`AC_PROG_LI
BTOOL'
liboil/Makefile.am:63:   to `configure.ac' and run `aclocal' and `autoconf'
agai
n.
liboil/Makefile.am:63:   If `AC_PROG_LIBTOOL' is in `configure.ac', make
sure
liboil/Makefile.am:63:   its definition is in aclocal's search path.
liboil/amd64/Makefile.am:2: Libtool library used but `LIBTOOL' is undefined
liboil/amd64/Makefile.am:2:   The usual way to define `LIBTOOL' is to add
`AC_PR
OG_LIBTOOL'
liboil/amd64/Makefile.am:2:   to `configure.ac' and run `aclocal' and
`autoconf'
 again.
liboil/amd64/Makefile.am:2:   If `AC_PROG_LIBTOOL' is in `configure.ac',
make su
re
liboil/amd64/Makefile.am:2:   its definition is in aclocal's search path.
liboil/arm/Makefile.am:2: Libtool library used but `LIBTOOL' is undefined
liboil/arm/Makefile.am:2:   The usual way to define `LIBTOOL' is to add
`AC_PROG
_LIBTOOL'
liboil/arm/Makefile.am:2:   to `configure.ac' and run `aclocal' and
`autoconf' a
gain.
liboil/arm/Makefile.am:2:   If `AC_PROG_LIBTOOL' is in `configure.ac', make
sure

liboil/arm/Makefile.am:2:   its definition is in aclocal's search path.
/usr/share/automake-1.11/am/depend2.am: am__fastdepCCAS does not appear in
AM_CO
NDITIONAL
/usr/share/automake-1.11/am/depend2.am:   The usual way to define
`am__fastdepCC
AS' is to add `AM_PROG_AS'
/usr/share/automake-1.11/am/depend2.am:   to `configure.ac' and run
`aclocal' an
d `autoconf' again.
liboil/arm/Makefile.am: Preprocessed Assembler source seen but `CCAS' is
undefin
ed
liboil/arm/Makefile.am:   The usual way to define `CCAS' is to add
`AM_PROG_AS'
liboil/arm/Makefile.am:   to `configure.ac' and run `aclocal' and `autoconf'
aga
in.
liboil/arm/Makefile.am: Preprocessed Assembler source seen but `CCASFLAGS'
is un
defined
liboil/arm/Makefile.am:   The usual way to define `CCASFLAGS' is to add
`AM_PROG
_AS'
liboil/arm/Makefile.am:   to `configure.ac' and run `aclocal' and `autoconf'
aga
in.
liboil/c/Makefile.am:2: USE_ALT_OPT does not appear in AM_CONDITIONAL
liboil/c/Makefile.am:10: Libtool library used but `LIBTOOL' is undefined
liboil/c/Makefile.am:10:   The usual way to define `LIBTOOL' is to add
`AC_PROG_
LIBTOOL'
liboil/c/Makefile.am:10:   to `configure.ac' and run `aclocal' and
`autoconf' ag
ain.
liboil/c/Makefile.am:10:   If `AC_PROG_LIBTOOL' is in `configure.ac', make
sure
liboil/c/Makefile.am:10:   its definition is in aclocal's search path.
liboil/colorspace/Makefile.am:2: USE_ALT_OPT does not appear in
AM_CONDITIONAL
liboil/colorspace/Makefile.am:7: Libtool library used but `LIBTOOL' is
undefined

liboil/colorspace/Makefile.am:7:   The usual way to define `LIBTOOL' is to
add `
AC_PROG_LIBTOOL'
liboil/colorspace/Makefile.am:7:   to `configure.ac' and run `aclocal' and
`auto
conf' again.
liboil/colorspace/Makefile.am:7:   If `AC_PROG_LIBTOOL' is in
`configure.ac', ma
ke sure
liboil/colorspace/Makefile.am:7:   its definition is in aclocal's search
path.
liboil/conv/Makefile.am:2: USE_ALT_OPT does not appear in AM_CONDITIONAL
liboil/conv/Makefile.am:7: Libtool library used but `LIBTOOL' is undefined
liboil/conv/Makefile.am:7:   The usual way to define `LIBTOOL' is to add
`AC_PRO
G_LIBTOOL'
liboil/conv/Makefile.am:7:   to `configure.ac' and run `aclocal' and
`autoconf'
again.
liboil/conv/Makefile.am:7:   If `AC_PROG_LIBTOOL' is in `configure.ac', make
sur
e
liboil/conv/Makefile.am:7:   its definition is in aclocal's search path.
liboil/copy/Makefile.am:2: USE_ALT_OPT does not appear in AM_CONDITIONAL
liboil/copy/Makefile.am:8: Libtool library used but `LIBTOOL' is undefined
liboil/copy/Makefile.am:8:   The usual way to define `LIBTOOL' is to add
`AC_PRO
G_LIBTOOL'
liboil/copy/Makefile.am:8:   to `configure.ac' and run `aclocal' and
`autoconf'
again.
liboil/copy/Makefile.am:8:   If `AC_PROG_LIBTOOL' is in `configure.ac', make
sur
e
liboil/copy/Makefile.am:8:   its definition is in aclocal's search path.
liboil/dct/Makefile.am:2: USE_ALT_OPT does not appear in AM_CONDITIONAL
liboil/dct/Makefile.am:8: Libtool library used but `LIBTOOL' is undefined
liboil/dct/Makefile.am:8:   The usual way to define `LIBTOOL' is to add
`AC_PROG
_LIBTOOL'
liboil/dct/Makefile.am:8:   to `configure.ac' and run `aclocal' and
`autoconf' a
gain.
liboil/dct/Makefile.am:8:   If `AC_PROG_LIBTOOL' is in `configure.ac', make
sure

liboil/dct/Makefile.am:8:   its definition is in aclocal's search path.
liboil/deprecated/Makefile.am:2: Libtool library used but `LIBTOOL' is
undefined

liboil/deprecated/Makefile.am:2:   The usual way to define `LIBTOOL' is to
add `
AC_PROG_LIBTOOL'
liboil/deprecated/Makefile.am:2:   to `configure.ac' and run `aclocal' and
`auto
conf' again.
liboil/deprecated/Makefile.am:2:   If `AC_PROG_LIBTOOL' is in
`configure.ac', ma
ke sure
liboil/deprecated/Makefile.am:2:   its definition is in aclocal's search
path.
liboil/fb/Makefile.am:2: Libtool library used but `LIBTOOL' is undefined
liboil/fb/Makefile.am:2:   The usual way to define `LIBTOOL' is to add
`AC_PROG_
LIBTOOL'
liboil/fb/Makefile.am:2:   to `configure.ac' and run `aclocal' and
`autoconf' ag
ain.
liboil/fb/Makefile.am:2:   If `AC_PROG_LIBTOOL' is in `configure.ac', make
sure
liboil/fb/Makefile.am:2:   its definition is in aclocal's search path.
liboil/i386/Makefile.am:20: USE_NEW_ABI does not appear in AM_CONDITIONAL
liboil/i386/Makefile.am:2: Libtool library used but `LIBTOOL' is undefined
liboil/i386/Makefile.am:2:   The usual way to define `LIBTOOL' is to add
`AC_PRO
G_LIBTOOL'
liboil/i386/Makefile.am:2:   to `configure.ac' and run `aclocal' and
`autoconf'
again.
liboil/i386/Makefile.am:2:   If `AC_PROG_LIBTOOL' is in `configure.ac', make
sur
e
liboil/i386/Makefile.am:2:   its definition is in aclocal's search path.
liboil/i386_amd64/Makefile.am:2: Libtool library used but `LIBTOOL' is
undefined

liboil/i386_amd64/Makefile.am:2:   The usual way to define `LIBTOOL' is to
add `
AC_PROG_LIBTOOL'
liboil/i386_amd64/Makefile.am:2:   to `configure.ac' and run `aclocal' and
`auto
conf' again.
liboil/i386_amd64/Makefile.am:2:   If `AC_PROG_LIBTOOL' is in
`configure.ac', ma
ke sure
liboil/i386_amd64/Makefile.am:2:   its definition is in aclocal's search
path.
liboil/jpeg/Makefile.am:2: USE_ALT_OPT does not appear in AM_CONDITIONAL
liboil/jpeg/Makefile.am:8: Libtool library used but `LIBTOOL' is undefined
liboil/jpeg/Makefile.am:8:   The usual way to define `LIBTOOL' is to add
`AC_PRO
G_LIBTOOL'
liboil/jpeg/Makefile.am:8:   to `configure.ac' and run `aclocal' and
`autoconf'
again.
liboil/jpeg/Makefile.am:8:   If `AC_PROG_LIBTOOL' is in `configure.ac', make
sur
e
liboil/jpeg/Makefile.am:8:   its definition is in aclocal's search path.
liboil/math/Makefile.am:4: USE_ALT_OPT does not appear in AM_CONDITIONAL
liboil/math/Makefile.am:9: Libtool library used but `LIBTOOL' is undefined
liboil/math/Makefile.am:9:   The usual way to define `LIBTOOL' is to add
`AC_PRO
G_LIBTOOL'
liboil/math/Makefile.am:9:   to `configure.ac' and run `aclocal' and
`autoconf'
again.
liboil/math/Makefile.am:9:   If `AC_PROG_LIBTOOL' is in `configure.ac', make
sur
e
liboil/math/Makefile.am:9:   its definition is in aclocal's search path.
liboil/md5/Makefile.am:2: USE_ALT_OPT does not appear in AM_CONDITIONAL
liboil/md5/Makefile.am:8: Libtool library used but `LIBTOOL' is undefined
liboil/md5/Makefile.am:8:   The usual way to define `LIBTOOL' is to add
`AC_PROG
_LIBTOOL'
liboil/md5/Makefile.am:8:   to `configure.ac' and run `aclocal' and
`autoconf' a
gain.
liboil/md5/Makefile.am:8:   If `AC_PROG_LIBTOOL' is in `configure.ac', make
sure

liboil/md5/Makefile.am:8:   its definition is in aclocal's search path.
liboil/mmx/Makefile.am:2: Libtool library used but `LIBTOOL' is undefined
liboil/mmx/Makefile.am:2:   The usual way to define `LIBTOOL' is to add
`AC_PROG
_LIBTOOL'
liboil/mmx/Makefile.am:2:   to `configure.ac' and run `aclocal' and
`autoconf' a
gain.
liboil/mmx/Makefile.am:2:   If `AC_PROG_LIBTOOL' is in `configure.ac', make
sure

liboil/mmx/Makefile.am:2:   its definition is in aclocal's search path.
liboil/motovec/Makefile.am:2: Libtool library used but `LIBTOOL' is
undefined
liboil/motovec/Makefile.am:2:   The usual way to define `LIBTOOL' is to add
`AC_
PROG_LIBTOOL'
liboil/motovec/Makefile.am:2:   to `configure.ac' and run `aclocal' and
`autocon
f' again.
liboil/motovec/Makefile.am:2:   If `AC_PROG_LIBTOOL' is in `configure.ac',
make
sure
liboil/motovec/Makefile.am:2:   its definition is in aclocal's search path.
liboil/motovec/Makefile.am: Preprocessed Assembler source seen but `CCAS' is
und
efined
liboil/motovec/Makefile.am:   The usual way to define `CCAS' is to add
`AM_PROG_
AS'
liboil/motovec/Makefile.am:   to `configure.ac' and run `aclocal' and
`autoconf'
 again.
liboil/motovec/Makefile.am: Preprocessed Assembler source seen but
`CCASFLAGS' i
s undefined
liboil/motovec/Makefile.am:   The usual way to define `CCASFLAGS' is to add
`AM_
PROG_AS'
liboil/motovec/Makefile.am:   to `configure.ac' and run `aclocal' and
`autoconf'
 again.
liboil/powerpc/Makefile.am:2: Libtool library used but `LIBTOOL' is
undefined
liboil/powerpc/Makefile.am:2:   The usual way to define `LIBTOOL' is to add
`AC_
PROG_LIBTOOL'
liboil/powerpc/Makefile.am:2:   to `configure.ac' and run `aclocal' and
`autocon
f' again.
liboil/powerpc/Makefile.am:2:   If `AC_PROG_LIBTOOL' is in `configure.ac',
make
sure
liboil/powerpc/Makefile.am:2:   its definition is in aclocal's search path.
liboil/powerpc_asm_blocks/Makefile.am:2: Libtool library used but `LIBTOOL'
is u
ndefined
liboil/powerpc_asm_blocks/Makefile.am:2:   The usual way to define `LIBTOOL'
is
to add `AC_PROG_LIBTOOL'
liboil/powerpc_asm_blocks/Makefile.am:2:   to `configure.ac' and run
`aclocal' a
nd `autoconf' again.
liboil/powerpc_asm_blocks/Makefile.am:2:   If `AC_PROG_LIBTOOL' is in
`configure
.ac', make sure
liboil/powerpc_asm_blocks/Makefile.am:2:   its definition is in aclocal's
search
 path.


> 
> HTH,
> -r
Regards



More information about the Liboil mailing list