Difference between revisions of "Talk:UnixCompile"

From VideoLAN Wiki
Jump to navigation Jump to search
Line 7: Line 7:
  
 
Exactly. Don't make install on them. [[User:J-b|jb]] 19:41, 31 August 2007 (CEST)
 
Exactly. Don't make install on them. [[User:J-b|jb]] 19:41, 31 August 2007 (CEST)
 
== latest contrib that works? ==
 
 
Using Debian Lenny.
 
 
I've followed the instructions in the HACKING and INSTALL.win32 files. Installed:
 
autoconf (also pulls in automake)
 
libtool
 
gettext
 
mingw32
 
 
Put the latest contrib contrib-20080528-win32-bin-gcc-4.2.1-sjlj-runtime-3.13-only.tar.bz2 into /usr/win32.
 
 
`make' didn't work.
 
 
I've tried `apt-get build-dep vlc'.
 
 
`make' works till some QT4 error:
 
 
In file included from ./components/sout/profile_selector.hpp:32,
 
from ./ui/sout.h:30,
 
from dialogs/sout.hpp:33,
 
from dialogs_provider.cpp:46:
 
./ui/profiles.h: In member function �$(0vo�(Bid Ui_Profiles::setupUi(QWidget*)�$(1:
 
�(B./ui/profiles.h:117: error: �$(0cl�(Bass QGridLayout�$(1 h�(Bas no member named �$(0se�(BtLeftMargin�$(1
 
.�(B/ui/profiles.h:118: error: �$(0cl�(Bass QGridLayout�$(1 h�(Bas no member named �$(0se�(BtRightMargin�$(1
 
m�(Bake[6]: *** [libqt4_plugin_la-dialogs_provider.lo] Error 1
 
make[6]: Leaving directory `/home/vlc-proj/vlc/modules/gui/qt4'
 
make[5]: *** [all] Error 2
 

Revision as of 17:47, 11 November 2013

Could anyone clarify this scentence in the current version a little:

 Be careful! Some of the libraries are better not to be installed 
 (at all, beware of old installations) and should be linked to directly.
 These are mostly ffmpeg and liveMedia.

What does that mean? You shall fetch the source code and compile it (make) but not install (make install) it, but leave it in the source tree? --Rabenschwinge 12:28, 31 August 2007 (CEST)


Exactly. Don't make install on them. jb 19:41, 31 August 2007 (CEST)