Search found 8 matches

Go to advanced search

by athandavid
07 May 2015 20:23
Forum: Development around libVLC
Topic: Unable to build VLC
Replies: 3
Views: 1646

Re: Unable to build VLC

Thank you for response JB. About moc, that's what I did in the first place. Didn't work out so I tried the way (being naive though). About the updated tree, I don't know what do I need to do. I tried my luck with Ubuntu 15.04 on 32bit inside a wm and there were no problems to compile the library for...
by athandavid
24 Apr 2015 20:09
Forum: Development around libVLC
Topic: Unable to build VLC
Replies: 3
Views: 1646

Re: Unable to build VLC

Since the moc problem is weird, I've tried to compile libvlc within Ubuntu 15.04. However problems keep popping up. The problem I'm facing here is: "./ui/open.h:14:29: fatal error: QtWidgets/QAction: No such file or directory". There is a suggestion to select Similar problem found : https:...
by athandavid
23 Apr 2015 13:28
Forum: Development around libVLC
Topic: Unable to build VLC
Replies: 3
Views: 1646

Unable to build VLC

I'm trying to build VLC from git reposity however got the error: Making all in gui/qt4 make[4]: Entering directory '/home/david/Downloads/vlc/win32/modules/gui/qt4' MOC main_interface.moc.cpp /bin/bash: /home/david/Downloads/vlc/contrib/i686-w64-mingw32/bin/moc: No such file or directory Makefile:34...
by athandavid
29 Jul 2014 23:27
Forum: Development around libVLC
Topic: Cannot compile library for Win32
Replies: 8
Views: 1811

Re: Cannot compile library for Win32

I gave up trying to compile VLC Library in Ubuntu. Using Debian Sid (unstable) did not encounter any problems presented above. However, these errors look like some functions' implementation are missing: /home/david/Downloads/vlc/contrib/x86_64-w64-mingw32/lib/libx265.a(encoder.cpp.obj): In function ...
by athandavid
29 Jul 2014 10:15
Forum: Development around libVLC
Topic: Cannot compile library for Win32
Replies: 8
Views: 1811

Re: Cannot compile library for Win32

I did copy headers there too, before I tried : Also tried to modify CFLAGS, IDN_CFLAGS or naively add --idn-include (with /usr/include path) when configuring. None of these solved the issue. and had some similar issues to: /usr/bin/i686-w64-mingw32-ld: cannot find -lidn /usr/bin/i686-w64-mingw32-ld:...
by athandavid
29 Jul 2014 10:15
Forum: Development around libVLC
Topic: Cannot compile library for Win32
Replies: 8
Views: 1811

Re: Cannot compile library for Win32

I did copy headers there too, before I tried : Also tried to modify CFLAGS, IDN_CFLAGS or naively add --idn-include (with /usr/include path) when configuring. None of these solved the issue. and had some similar issues to: /usr/bin/i686-w64-mingw32-ld: cannot find -lidn /usr/bin/i686-w64-mingw32-ld:...
by athandavid
20 Jul 2014 18:20
Forum: Development around libVLC
Topic: Cannot compile library for Win32
Replies: 8
Views: 1811

Re: Cannot compile library for Win32

Did follow tutorial from : https://wiki.videolan.org/Win32Compile/ . 'mingw-w64-tools' was installed with first batch of installs. Did start again scratch, but same error.
by athandavid
20 Jul 2014 14:28
Forum: Development around libVLC
Topic: Cannot compile library for Win32
Replies: 8
Views: 1811

Cannot compile library for Win32

Hi, I would like to compile the VLC library for Windows. I'm running Ubuntu 14.04 64 bits under Virtualbox. I've installed every library depend so that configure will finish with success: $ ../extras/package/win32/configure.sh --host=i686-w64-mingw32 While running make I encounter the following issu...

Go to advanced search