Some Success in Building Xuggler

211 views
Skip to first unread message

scott....@yahoo.com

unread,
Mar 8, 2012, 12:42:06 PM3/8/12
to xuggler-users
I know very little about Linux, c++, make, configure, etc. Therefore,
I'm pretty excited that I was able to get Ubuntu installed along with
this stuff (by running sudo apt-get install):

git
mingw32
ant
jre
jdk
netbeans
yasm
openssl
pkg-config
build-essential
libc6-dev
ia32-libs
g++
multilib
libc6-dev-i386
lib32
zlib

With all of that, I finally got Xuggler to Build Successfully for
Linux. It failed most of the tests, but I was so excited, that I
started on cross-compiling for Windows. However, I'm getting this
error:

windres: command not found

Any ideas? I tried to follow these instructions (with no luck):
http://wiki.wxwidgets.org/Cross-Compiling_Under_Linux

If anyone is successful, is there a way to see what binary packages
you have installed? Are there specific exports, environment
variables, etc. that need to be set? Any more instructions...please!
I've spent at least 15 hours working this with no luck.

Thanks,
Scott

Art Clarke

unread,
Mar 8, 2012, 10:16:05 PM3/8/12
to xuggle...@googlegroups.com
For some reason mingw32 makes a 'cross-compile' version of all GCC utilities except windres.

To fix, in /usr/bin create a softlink to /usr/bin/windres for each cross compile version.  For example:

ln -s /usr/bin/windres /usr/bin/x86_64-w64-mingw32-windres
ln -s /usr/bin/windres /usr/bin/i686-w64-mingw32-windres

- Art


--
You received this message because you are subscribed to the Google Groups "xuggler-users" group.
To post to this group, send email to xuggle...@googlegroups.com.
To unsubscribe from this group, send email to xuggler-user...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/xuggler-users?hl=en.




--
http://www.xuggle.com/
xu‧ggle (zŭ' gl) v. To freely encode, decode, and experience audio and video.

Use Xuggle to get the power of FFmpeg in Java.

jonjc...@gmail.com

unread,
May 27, 2014, 7:29:04 PM5/27/14
to xuggle...@googlegroups.com
You're my hero art. I was stuck on this for a while.

Would you happen to have any idea why this error might pop up when building for windows from linux?
collect2: ld terminated with signal 6 [Aborted] core dumped

I can't seem to figure it out, but it seems like it's related to mingw32/mingw-w64.
Reply all
Reply to author
Forward
0 new messages