Hello
1. the configure
./configure LQR_LIBS=/usr/lib/liblqr-1.so LQR_CFLAGS=/usr/include/lqr-1/lqr.h
checking for a BSD-compatible install… /usr/bin/install -c
checking whether build environment is sane… yes
checking for gawk… gawk
checking whether make sets $(MAKE)… yes
checking for gcc… gcc
checking whether the C compiler works… yes
checking for C compiler default output file name… a.out
checking for suffix of executables…
checking whether we are cross compiling… no
checking for suffix of object files… o
checking whether we are using the GNU C compiler… yes
checking whether gcc accepts -g… yes
checking for gcc option to accept ISO C89… none needed
checking for style of include used by make… GNU
checking dependency style of gcc… gcc3
checking for gcc… (cached) gcc
checking whether we are using the GNU C compiler… (cached) yes
checking whether gcc accepts -g… (cached) yes
checking for gcc option to accept ISO C89… (cached) none needed
checking dependency style of gcc… (cached) gcc3
checking how to run the C preprocessor… gcc -E
checking for grep that handles long lines and -e… /usr/bin/grep
checking for egrep… /usr/bin/grep -E
checking for ANSI C header files… yes
checking whether to enable maintainer-specific portions of Makefiles… no
checking for pkg-config… /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0… yes
checking for GIMP… yes
checking for LQR… yes
checking whether NLS is requested… yes
checking for intltool-update… /usr/bin/intltool-update
checking for intltool-merge… /usr/bin/intltool-merge
checking for intltool-extract… /usr/bin/intltool-extract
checking for xgettext… /usr/bin/xgettext
checking for msgmerge… /usr/bin/msgmerge
checking for msgfmt… /usr/bin/msgfmt
checking for gmsgfmt… /usr/bin/msgfmt
checking for perl… /usr/bin/perl
checking for perl >= 5.8.1… 5.10.0
checking for XML::Parser… ok
checking for sys/types.h… yes
checking for sys/stat.h… yes
checking for stdlib.h… yes
checking for string.h… yes
checking for memory.h… yes
checking for strings.h… yes
checking for inttypes.h… yes
checking for stdint.h… yes
checking for unistd.h… yes
checking locale.h usability… yes
checking locale.h presence… yes
checking for locale.h… yes
checking for LC_MESSAGES… yes
checking libintl.h usability… yes
checking libintl.h presence… yes
checking for libintl.h… yes
checking for ngettext in libc… yes
checking for dgettext in libc… yes
checking for bind_textdomain_codeset… yes
checking for msgfmt… (cached) /usr/bin/msgfmt
checking for dcgettext… yes
checking if msgfmt accepts -c… yes
checking for gmsgfmt… (cached) /usr/bin/msgfmt
checking for xgettext… (cached) /usr/bin/xgettext
checking for catalogs to be installed… it fr ru pt_BR de eu_ES zh_CN es_AR hu ro_RO sr es_ES nb_NO zh_TW
checking for bind_textdomain_codeset… (cached) yes
checking if GTK+ is version 2.12.0 or newer… yes
checking if GIMP is version 2.4.0 or newer… yes
checking if we are on Win32… no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating gap/Makefile
config.status: creating batch/Makefile
config.status: creating po/Makefile.in
config.status: creating help/Makefile
config.status: creating help/en/Makefile
config.status: creating help/en/images/Makefile
config.status: creating help/it/Makefile
config.status: creating help/it/images/Makefile
config.status: creating help/ru/Makefile
config.status: creating help/ru/images/Makefile
config.status: creating help/css/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: executing po/stamp-it commands
2. make
make
make all-recursive
make[1]: Entering directory ‘/home/xxx/downloads/gimp-lqr-plugin-0.7.1’
Making all in po
make[2]: Entering directory ‘/home/xxx/downloads/gimp-lqr-plugin-0.7.1/po’
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Leaving directory ‘/home/xxx/downloads/gimp-lqr-plugin-0.7.1/po’
Making all in src
make[2]: Entering directory ‘/home/xxx/downloads/gimp-lqr-plugin-0.7.1/src’
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -DLOCALEDIR=\""/usr/local/share/locale"\" -DPLUGIN_DATADIR=\""/usr/local/share/gimp-lqr-plugin"\" -I.. -I/usr/include/gimp-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 /usr/include/lqr-1/lqr.h -I/usr/local/include -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -g -O2 -Wall -MT main.o -MD -MP -MF ".deps/main.Tpo" -c -o main.o main.c; then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f ".deps/main.Tpo"; exit 1; fi
gcc:-o can not be specified by -c or -S with multiple files
make[2]: * [main.o] Error 1
make[2]: Leaving directory ‘/home/xxx/downloads/gimp-lqr-plugin-0.7.1/src’
make[1]: * [all-recursive] Error 1
make[1]: Leaving directory ‘/home/xxx/downloads/gimp-lqr-plugin-0.7.1’
make: *** [all] Error 2
any idea ?
thx
regards BigB