i tried to build openwengo on x86_64 but it fails on errors :
bs/ffmpeg/libavutil -lavutil-wengo
/usr/bin/ld: cannot find -lavutil-wengo
collect2: ld returned 1 exit status
scons: *** [build-wengo/linux2-debug/libs/ffmpeg/libavcodec/lib64avcodec.so]
Error 1
scons: building terminated because of errors.
----
bs/ffmpeg/libavutil -lavutil-wengo
/usr/bin/ld: cannot find -lavutil-wengo
collect2: ld returned 1 exit status
scons: *** [build-wengo/linux2-debug/libs/ffmpeg/libavcodec/lib64avcodec.so]
Error 1
scons: building terminated because of errors.
----
It seems that the SConscript of libavutil is producing a static library but libavcodec is looking for the shared one (".so").
I don't have many experience in scons scripting but IMHO the problem is there.
_______________________________________________ Wengophone-devel mailing list [email protected] http://dev.openwengo.com/mailman/listinfo/wengophone-devel
