Difference between revisions of "Talk:UnixCompile"

From VideoLAN Wiki
Jump to navigation Jump to search
(tar command fixed)
 
(6 intermediate revisions by 2 users not shown)
Line 8: Line 8:
 
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? ==
+
== About compilation in Fedora  ==
  
Using Debian Lenny.
+
In the wiki, it's said about preparating compilation to install libraries
  
I've followed the instructions in the HACKING and INSTALL.win32 files. Installed:
+
    "sudo yum install git libtool pkg-config"
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.
+
There is no problem with git and libtool but pkg-config does'nt seem to exist, is it necessary to use so special repo for it ?
 
 
`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
 

Latest revision as of 13:56, 6 August 2016

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)

About compilation in Fedora

In the wiki, it's said about preparating compilation to install libraries

   "sudo yum install git libtool pkg-config"

There is no problem with git and libtool but pkg-config does'nt seem to exist, is it necessary to use so special repo for it ?