It's compilation of libraw included to libkdcraw.<br><br>Sound like a problem with openmp support.<br><br>1/ Are you tried to compile a cleaned version. try "make clean" or "make distclean" before<br>
<br>2/ Do you use './configure --enable-openmp' option ?<br><br>3/ Which GCC and OpenMP version you use on your computer ?<br><br>4/ Which Linux distro you use ?<br><br>Note : here without --enable-openmp option all compile fine from a fresh checkout of source code (Mandriva 2008.1). My gcc version is:<br>
<br>gcc -v<br>Utilisation des specs internes.<br>Target: i586-manbo-linux-gnu<br>Configuré avec: ../configure --prefix=/usr --libexecdir=/usr/lib --with-slibdir=/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-checking=release --enable-languages=c,c++,ada,fortran,objc,obj-c++,java --host=i586-manbo-linux-gnu --with-cpu=generic --with-system-zlib --enable-threads=posix --enable-shared --enable-long-long --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --enable-java-awt=gtk --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --enable-gtk-cairo --disable-libjava-multilib --enable-ssp --disable-libssp<br>
Modèle de thread: posix<br>version gcc 4.2.3 (4.2.3-6mnb1)<br><br>Gilles Caulier<br><br><div class="gmail_quote">2009/3/19 Caspar Maessen <span dir="ltr"><<a href="mailto:cmaessen@casco.demon.nl">cmaessen@casco.demon.nl</a>></span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Compiling digikam-libs 0.9.5 from svn gives me the following error on<br>
executing make:<br>
<br>
[...]<br>
mv -f .deps/libraw_la-libraw_c_api.Tpo .deps/libraw_la-libraw_c_api.Plo<br>
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile<br>
g++ -DHAVE_CONFIG_H -I. -I../.. -I/opt/kde3/include -I/usr/lib/qt3/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT -w -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -fno-builtin -g3 -fno-inline -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -fopenmp -fexceptions -DDCRAW_VERBOSE -DUSE_LCMS -MT<br>

libraw_la-dcraw_common.lo -MD -MP -MF .deps/libraw_la-dcraw_common.Tpo -c -o<br>
libraw_la-dcraw_common.lo `test -f 'internal/dcraw_common.cpp' ||<br>
echo './'`internal/dcraw_common.cpp<br>
dcraw/dcraw.c: In member function 'void LibRaw::wavelet_denoise()':<br>
dcraw/dcraw.c:4421: error: expected '#pragma omp' clause before '*' token<br>
make[3]: *** [libraw_la-dcraw_common.lo] Fout 1<br>
make[3]: Map '/home/builds/digikam-svn/libs/libkdcraw/libraw' wordt verlaten<br>
make[2]: *** [all-recursive] Fout 1<br>
make[2]: Map '/home/builds/digikam-svn/libs/libkdcraw' wordt verlaten<br>
make[1]: *** [all-recursive] Fout 1<br>
make[1]: Map '/home/builds/digikam-svn/libs' wordt verlaten<br>
make: *** [all] Fout 2<br>
<br>
<br>
Caspar.<br>
_______________________________________________<br>
Digikam-users mailing list<br>
<a href="mailto:Digikam-users@kde.org">Digikam-users@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/digikam-users" target="_blank">https://mail.kde.org/mailman/listinfo/digikam-users</a><br>
</blockquote></div><br>