...ehrr.... there is still this same problem as before.
I finished to build in the depends directory. Thank you lunokhod and cryptoslave for your fast answers.
Fetching qt46 was long, and fetching bdb was a little too.
And then after that I went back and cleaned the "root" directory anoncoin-develop-themes. I ran 'make clean', deleted the configure file, the makefile and all other files standing there except directories. Then I uncompressed the original develop-themes.zip again to take all the original files needed. As there is no configure script at first, I ran ./autogen.sh in there (not in depends anymore).
and after that I did accordingly to the wiki tutorial shown by lunokhod (
https://wiki.anoncoin.net/How_to_build_Anoncoin_develop)
./configure --prefix=`pwd`/depends/i686-pc-linux-gnu
And then it's here again, same errors:
Making all in src
make[1]: Entering directory '/home/user/Code/anoncoin-develop-themes/src'
make[2]: Entering directory '/home/user/Code/anoncoin-develop-themes/src'
CXX libanoncoin_common_a-scrypt-sse2.o
scrypt-sse2.cpp: In function void scrypt_1024_1_1_256_sp_sse2(const char*, char*, char*):
scrypt-sse2.cpp:124:50: warning: SSE vector return without SSE enabled changes the ABI [-Wpsabi]
X.i128[k] = _mm_xor_si128(X.i128[k], V[j + k]);
^
In file included from scrypt-sse2.cpp:36:0:
/usr/lib/gcc/i586-linux-gnu/4.9/include/emmintrin.h: In function void xor_salsa8_sse2(__m128i*, const __m128i*):
/usr/lib/gcc/i586-linux-gnu/4.9/include/emmintrin.h:1282:1: error: inlining failed in call to always_inline __m128i _mm_xor_si128(__m128i, __m128i): target specific option mismatch
_mm_xor_si128 (__m128i __A, __m128i __B)
^
scrypt-sse2.cpp:44:39: error: called from here
X0 = B[0] = _mm_xor_si128(B[0], Bx[0]);
^
In file included from scrypt-sse2.cpp:36:0:
/usr/lib/gcc/i586-linux-gnu/4.9/include/emmintrin.h:1282:1: error: inlining failed in call to always_inline __m128i _mm_xor_si128(__m128i, __m128i): target specific option mismatch
_mm_xor_si128 (__m128i __A, __m128i __B)
^
scrypt-sse2.cpp:45:39: error: called from here
X1 = B[1] = _mm_xor_si128(B[1], Bx[1]);
and finishes like that:
scrypt-sse2.cpp:92:31: error: called from here
B[3] = _mm_add_epi32(B[3], X3);
^
Makefile:2674: recipe for target 'libanoncoin_common_a-scrypt-sse2.o' failed
make[2]: *** [libanoncoin_common_a-scrypt-sse2.o] Error 1
make[2]: Leaving directory '/home/user/Code/anoncoin-develop-themes/src'
Makefile:5136: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/user/Code/anoncoin-develop-themes/src'
Makefile:573: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1
So the only way I see to be sure is to delete everything and restart building clean. will do that in a few hours I think...