How to compile subtitleeditor from source?

Project:Linux software
Component:Documentation
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed
Related pages:#194: subtitleeditor
Description

How to compile subtitleeditor from source?

Comments

#1

checking for intltool >= 0.35.0... ./configure: line 15058: intltool-update: command not found
found
configure: error: Your intltool is too old.  You need intltool 0.35.0 or later.

sudo apt-get install intltool

#2

s
checking for GTKMM... no
configure: error: Package requirements (gtkmm-2.4 >= 2.14 glibmm-2.4 >= 2.16.3) were not met:

No package 'gtkmm-2.4' found
No package 'glibmm-2.4' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables GTKMM_CFLAGS
and GTKMM_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

sudo apt-get install libgtkmm-2.4-dev libglibmm-2.4-dev

#3

checking for ENCHANT... no
configure: error: Package requirements (enchant >= 1.4.0) were not met:

No package 'enchant' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables ENCHANT_CFLAGS
and ENCHANT_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

sudo apt-get install libenchant-dev

#4

checking for LIBXML... no
configure: error: Package requirements (libxml++-2.6 >= 2.20) were not met:

No package 'libxml++-2.6' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables LIBXML_CFLAGS
and LIBXML_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

sudo apt-get install libxml++2.6-dev

#5

checking for GSTREAMER... no
***
*** Error! you need to have :
*** gstreamer-0.10
*** gstreamer-base-0.10
*** gstreamer-plugins-base-0.10
***

apt-get install libgstreamer-plugins-base0.10-dev libgstreamer0.10-dev

#6

checking for GSTREAMER... yes
checking for GStreamer-0.10 element level (gstreamer0.10-plugins-good)... ./configure: line 17529: /usr/bin/gst-inspect-0.10: No such file or directory
no
configure: error:
        GStreamer-0.10 plugin 'level' not found. This plugins is
        absolutely required. Please install it.

        The name of the package you need to install varies among
        distros/systems. Debian and Ubuntu users will need to
        install the gstreamer0.10-plugins-good package.

apt-get install gstreamer0.10-plugins-good => strangely, installing this package did not change anything, despite the help message..

apt-get install gstreamer-tools => installing this package helped.

#7

checking for GSTREAMER... yes
checking for GStreamer-0.10 element level (gstreamer0.10-plugins-good)... yes
checking for GSTREAMERMM... no
configure: error: Package requirements (gstreamermm-0.10 >= 0.10.4) were not met:

No package 'gstreamermm-0.10' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables GSTREAMERMM_CFLAGS
and GSTREAMERMM_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

sudo apt-get install libgstreamermm-0.10-dev

#8

Status:active» fixed

Success:

s
configure:

subtitleeditor trunk

prefix ............................... : /usr/local
gcc version .......................... : 4.5.2
gtk+ version ......................... : 2.24.4
gtkmm version ........................ : 2.24.0
gstreamer version .................... : 0.10.32
gstreamermm version .................. : 0.10.6

default video output ................. : xvimagesink
default audio output ................. : autoaudiosink

have iso-codes 639, 3166 and 15924 ... : yes, yes, yes
OpenGL waveform renderer ............. : no
OSX support .......................... : no
debug support ........................ : yes
ccache support ....................... : no


Configuration complete. now run make

Now type `make' to compile.

--project followup subject--

Automatically closed -- issue fixed for 2 weeks with no activity.

#9

Status:fixed» closed
Related pages:-194: subtitleeditor

Automatically closed -- issue fixed for 2 weeks with no activity.