[vlc-devel] Problems trying add a new module
Mateus Krepsky Ludwich
mateus at csp.com.br
Fri Oct 28 15:10:53 CEST 2005
I've the "old" vlc 0.8.2, and I trying add a new module of control. I
add a new
directory, I create a new Modules.am, inside that directory, and I edit the
configure.ac adding this:
modules/control/intfcmdcsl/Makefile
and this:
dnl
dnl intfcmdcsl plugin
dnl
if test "${enableintfcmdcsl}" != "no"; then
VLC_ADD_PLUGINS( [intfcmdcsl] )
fi
When I try compile, after run bootstrap and configure, this error occur
(Erro 127):
make[5]: Leaving directory
`/home/mateus/projetos/PRJ_OLHOVIVO-CONSOLE_LINUX/SWAN_CONSOLE/trunk/src/vlc-0.8.2/modules/control/corba'
Making all in intfcmdcsl
make[5]: Entering directory
`/home/mateus/projetos/PRJ_OLHOVIVO-CONSOLE_LINUX/SWAN_CONSOLE/trunk/src/vlc-0.8.2/modules/control/intfcmdcsl'
make[6]: Entering directory
`/home/mateus/projetos/PRJ_OLHOVIVO-CONSOLE_LINUX/SWAN_CONSOLE/trunk/src/vlc-0.8.2/modules/control/intfcmdcsl'
source='intfcmdcsl.cpp' object='libintfcmdcsl_plugin_a-intfcmdcsl.o'
libtool=no \
depfile='.deps/libintfcmdcsl_plugin_a-intfcmdcsl.Po'
tmpdepfile='.deps/libintfcmdcsl_plugin_a-intfcmdcsl.TPo' \
depmode=gcc3 /bin/sh ../../../autotools/depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -DSYS_LINUX -I../../../include
`top_builddir="../../.." ../../../vlc-config --cxxflags plugin
intfcmdcsl` -Wsign-compare -Wsign-compare -Wall -pipe -c -o
libintfcmdcsl_plugin_a-intfcmdcsl.o `test -f 'intfcmdcsl.cpp' || echo
'./'`intfcmdcsl.cpp
libintfcmdcsl_plugin_a-intfcmdcsl.o `top_builddir=../../..
../../../vlc-config --libs plugin intfcmdcsl`
/bin/sh: line 1: libintfcmdcsl_plugin_a-intfcmdcsl.o: command not found
make[6]: ** [libintfcmdcsl_plugin.so] Erro 127
make[6]: Leaving directory
`/home/mateus/projetos/PRJ_OLHOVIVO-CONSOLE_LINUX/SWAN_CONSOLE/trunk/src/vlc-0.8.2/modules/control/intfcmdcsl'
make[5]: ** [all-modules] Erro 1
make[5]: Leaving directory
`/home/mateus/projetos/PRJ_OLHOVIVO-CONSOLE_LINUX/SWAN_CONSOLE/trunk/src/vlc-0.8.2/modules/control/intfcmdcsl'
make[4]: ** [all-recursive] Erro 1
make[4]: Leaving directory
`/home/mateus/projetos/PRJ_OLHOVIVO-CONSOLE_LINUX/SWAN_CONSOLE/trunk/src/vlc-0.8.2/modules/control'
make[3]: ** [all] Erro 2
make[3]: Leaving directory
`/home/mateus/projetos/PRJ_OLHOVIVO-CONSOLE_LINUX/SWAN_CONSOLE/trunk/src/vlc-0.8.2/modules/control'
make[2]: ** [all-recursive] Erro 1
make[2]: Leaving directory
`/home/mateus/projetos/PRJ_OLHOVIVO-CONSOLE_LINUX/SWAN_CONSOLE/trunk/src/vlc-0.8.2/modules'
make[1]: ** [all-recursive] Erro 1
make[1]: Leaving directory
`/home/mateus/projetos/PRJ_OLHOVIVO-CONSOLE_LINUX/SWAN_CONSOLE/trunk/src/vlc-0.8.2'
make: ** [all] Erro 2
Somebody can help me?
Thanks.
Mateus Krepsky Ludwich.
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
More information about the vlc-devel
mailing list