Hi, I see similar thing compiling this package for ARM...Sorry no solution here...
Joe On Mon, Jul 14, 2008 at 6:31 PM, Dinesh D <[EMAIL PROTECTED]> wrote: > Hi all, > > I was trying to compile the SID (unstable) version of the Libidl0 library > and encountered the following error. > Anyone seen this error before? Or any ideas why it is happening? > > > make[3]: Entering directory `/home/kevin/Debian/libidl0/libidl-0.8.10' > /bin/sh ./libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"libIDL\" > -DPACKAGE_TARNAME=\"libIDL\" -DPACKAGE_VERSION=\"0.8.10\" > -DPACKAGE_STRING=\"libIDL\ 0.8.10\" -DPACKAGE_BUGREPORT=\" > http://bugzilla.gnome.org/enter_bug.cgi\?product=libIDL\<http://bugzilla.gnome.org/enter_bug.cgi/?product=libIDL%5C>" > -DLIBIDL_VERSION=\"0.8.10\" -DHAVE_CPP_PIPE_STDIN=1 -DCPP_NOSTDINC=\"-I-\" > -DCPP_PROGRAM=\"cc\ -E\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 > -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 > -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 > -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSTDC_HEADERS=1 -DHAVE_STDDEF_H=1 > -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_POPEN=1 -DHAVE_SYMLINK=1 > -DHAVE_ACCESS=1 -DSIZEOF_LONG_LONG=8 -I. -DYYDEBUG=1 -DYYERROR_VERBOSE=1 > -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I./include > -DG_LOG_DOMAIN=\"libIDL\" -Wall -Wunused -Wmissing-prototypes > -Wmissing-declarations -O2 -g -Wall -O2 -c -o util.lo util.c > cc -DPACKAGE_NAME=\"libIDL\" -DPACKAGE_TARNAME=\"libIDL\" > -DPACKAGE_VERSION=\"0.8.10\" "-DPACKAGE_STRING=\"libIDL 0.8.10\"" > "-DPACKAGE_BUGREPORT=\" > http://bugzilla.gnome.org/enter_bug.cgi?product=libIDL\<http://bugzilla.gnome.org/enter_bug.cgi?product=libIDL%5C>"" > -DLIBIDL_VERSION=\"0.8.10\" -DHAVE_CPP_PIPE_STDIN=1 -DCPP_NOSTDINC=\"-I-\" > "-DCPP_PROGRAM=\"cc -E\"" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 > -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 > -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 > -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSTDC_HEADERS=1 -DHAVE_STDDEF_H=1 > -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_POPEN=1 -DHAVE_SYMLINK=1 > -DHAVE_ACCESS=1 -DSIZEOF_LONG_LONG=8 -I. -DYYDEBUG=1 -DYYERROR_VERBOSE=1 > -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I./include > -DG_LOG_DOMAIN=\"libIDL\" -Wall -Wunused -Wmissing-prototypes > -Wmissing-declarations -O2 -g -Wall -O2 -c util.c -fPIC -DPIC -o > .libs/util.o > gcc-4.3: 0.8.10": No such file or directory > gcc-4.3: unrecognized option '-E"' > <command-line>: warning: missing terminating " character > <command-line>: warning: missing terminating " character > util.c: In function 'IDL_parse_filename': > util.c:227: error: missing terminating " character > make[3]: *** [util.lo] Error 1 > make[3]: Leaving directory `/home/kevin/Debian/libidl0/libidl-0.8.10' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/home/kevin/Debian/libidl0/libidl-0.8.10' > make[1]: *** [all] Error 2 > make[1]: Leaving directory `/home/kevin/Debian/libidl0/libidl-0.8.10' > make: *** [debian/stamp-makefile-build] Error 2 > dpkg-buildpackage: failure: debian/rules build gave error exit status 2 > > I went to file "configure" and removed the SPACE in PACKAGE_STRING value, > and that took care of [gcc-4.3: 0.8.10": No such file or directory]. But, I > couldnt do anything for the options [-Wall -E] - as you can see I could not > remove the SPACE here. > > Thanks > Dinesh >

