Hi,

I downloaded openwengo source code from http://dev.openwengo.org/svn/openwengo/wengophone-ng/branches/wengophone-2.1

With MinGW compiler I launched >cmake -G "MinGW Makefiles" ..

everything seems ok!

Then I launched >mingw32-make , and the process stopped with this error.

Linking C shared library libcurl.dll
Creating library file: libcurl.dll.a
\openssl-0.9.8e\out\libcrypto.a(rand_win.o):rand_win.c:(.text+0xa0c): undefined reference to [EMAIL PROTECTED]' \openssl-0.9.8e\out\libcrypto.a(rand_win.o):rand_win.c:(.text+0xa19): undefined reference to [EMAIL PROTECTED]' \openssl-0.9.8e\out\libcrypto.a(rand_win.o):rand_win.c:(.text+0xa2a): undefined reference to [EMAIL PROTECTED]' \openssl-0.9.8e\out\libcrypto.a(rand_win.o):rand_win.c:(.text+0xa3a): undefined reference to [EMAIL PROTECTED]'
....
\openssl-0.9.8e\out\libssl.a(t1_enc.o):t1_enc.c:(.text+0x1159): undefined reference to `HMAC_Final' \openssl-0.9.8e\out\libssl.a(t1_enc.o):t1_enc.c:(.text+0x1161): undefined reference to `HMAC_CTX_cleanup'
collect2: ld returned 1 exit status
mingw32-make[2]: *** [libs/3rdparty/curl/libcurl.dll] Error 1
mingw32-make[1]: *** [libs/3rdparty/curl/CMakeFiles/curl.dir/all] Error 2

So I tried launching >mingw32-make owwebcam-test , I obtained the .exe but if I launch this application I have this error: "boost_signals-mgw-mt-d-1_33.dll was not found..."

Any suggestion?

regards

_______________________________________________
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel

Reply via email to