[OpenIndiana-discuss] Building VLC
russell
stream at willows7.myzen.co.uk
Fri Mar 20 13:15:02 UTC 2015
Hi,
In order to get VLC building, I had to install live555 correctly.
The gmake install fails to copy the include and lib to /opt/gnu/include
and /opt/gnu/lib directories, so I had to manually copy the files across.
I have VLC building upto a point, I have the following problems with
type definitions I have found references in the /usr/include/db_cxx.h
and /usr/include/db.h.
vlc-2.2.0$ gmake
gmake all-recursive
gmake[1]: Entering directory `/home/downloads/gnu/vlc/vlc-2.2.0'
Making all in compat
gmake[2]: Entering directory `/home/downloads/gnu/vlc/vlc-2.2.0/compat'
gmake all-am
gmake[3]: Entering directory `/home/downloads/gnu/vlc/vlc-2.2.0/compat'
gmake[3]: Nothing to be done for `all-am'.
gmake[3]: Leaving directory `/home/downloads/gnu/vlc/vlc-2.2.0/compat'
gmake[2]: Leaving directory `/home/downloads/gnu/vlc/vlc-2.2.0/compat'
Making all in doc
gmake[2]: Entering directory `/home/downloads/gnu/vlc/vlc-2.2.0/doc'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/home/downloads/gnu/vlc/vlc-2.2.0/doc'
Making all in po
gmake[2]: Entering directory `/home/downloads/gnu/vlc/vlc-2.2.0/po'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/home/downloads/gnu/vlc/vlc-2.2.0/po'
Making all in share
gmake[2]: Entering directory `/home/downloads/gnu/vlc/vlc-2.2.0/share'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/home/downloads/gnu/vlc/vlc-2.2.0/share'
Making all in src
gmake[2]: Entering directory `/home/downloads/gnu/vlc/vlc-2.2.0/src'
GEN stamp-revision
fatal: Not a git repository: '../.git/'
gmake all-am
gmake[3]: Entering directory `/home/downloads/gnu/vlc/vlc-2.2.0/src'
gmake[3]: Nothing to be done for `all-am'.
gmake[3]: Leaving directory `/home/downloads/gnu/vlc/vlc-2.2.0/src'
gmake[2]: Leaving directory `/home/downloads/gnu/vlc/vlc-2.2.0/src'
Making all in modules
gmake[2]: Entering directory `/home/downloads/gnu/vlc/vlc-2.2.0/modules'
gmake all-recursive
gmake[3]: Entering directory `/home/downloads/gnu/vlc/vlc-2.2.0/modules'
Making all in .
gmake[4]: Entering directory `/home/downloads/gnu/vlc/vlc-2.2.0/modules'
CXX access/liblive555_plugin_la-live555.lo
In file included from access/live555.cpp:60:0:
/opt/gnu/include/UsageEnvironment/UsageEnvironment.hh:104:9: error:
‘u_int32_t’ does not name a type
typedef u_int32_t EventTriggerId;
^
In file included from access/live555.cpp:60:0:
/opt/gnu/include/UsageEnvironment/UsageEnvironment.hh:145:11: error:
‘EventTriggerId’ does not name a type
virtual EventTriggerId createEventTrigger(TaskFunc*
eventHandlerProc) = 0;
Which include file includes these type definitions?
TIA
More information about the openindiana-discuss
mailing list