Comment 2 for bug 157048

Revision history for this message
Daniel (e9825797) wrote : Re: [Bug 157048] Re: unable to compile me-tv

Hi Michael,

thanks for the quick feedback. Meanwhile I found the page
http://me-tv.sourceforge.net/building.html
and installed the missing dev-packages but now I get an error when calling make (./autogen.sh works fine now). Here's the output:

$ make
cd . && /bin/sh /home/daniel/tmp/source-code/me-tv-0.3.3/missing --run autoheader
rm -f stamp-h1
touch config.h.in
cd . && /bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
make all-recursive
make[1]: Entering directory `/home/daniel/tmp/source-code/me-tv-0.3.3'
Making all in src
make[2]: Entering directory `/home/daniel/tmp/source-code/me-tv-0.3.3/src'
g++ -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DORBIT2=1 -pthread -I/usr/include/libgnome-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libglade-2.0 `
getconf LFS_CFLAGS` `getconf LFS64_CFLAGS` -g -O2 -MT me_tv-application.o -MD -MP -MF .deps/me_tv-application.Tpo -c -o me_tv-application.o `test -f 'application.cc' || echo './'`application.cc
/usr/include/libintl.h:40: error: expected unqualified-id before ‘const’
/usr/include/libintl.h:40: error: expected `)' before ‘const’
/usr/include/libintl.h:40: error: expected initializer before ‘const’
/usr/include/libintl.h:44: error: expected unqualified-id before ‘const’
/usr/include/libintl.h:44: error: expected `)' before ‘const’
/usr/include/libintl.h:44: error: expected initializer before ‘const’
/usr/include/libintl.h:51: error: expected unqualified-id before ‘const’
/usr/include/libintl.h:51: error: expected `)' before ‘const’
/usr/include/libintl.h:51: error: expected initializer before ‘const’
/usr/include/libintl.h:81: error: expected unqualified-id before ‘const’
/usr/include/libintl.h:81: error: expected `)' before ‘const’
/usr/include/libintl.h:81: error: expected initializer before ‘const’
/usr/include/libintl.h:85: error: expected unqualified-id before ‘const’
/usr/include/libintl.h:85: error: expected `)' before ‘const’
/usr/include/libintl.h:85: error: expected initializer before ‘const’
/usr/include/libintl.h:90: error: expected unqualified-id before ‘const’
/usr/include/libintl.h:90: error: expected `)' before ‘const’
/usr/include/libintl.h:90: error: expected initializer before ‘const’
make[2]: *** [me_tv-application.o] Error 1
make[2]: Leaving directory `/home/daniel/tmp/source-code/me-tv-0.3.3/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/daniel/tmp/source-code/me-tv-0.3.3'
make: *** [all] Error 2

:-(

Daniel

On Thu, 25 Oct 2007 12:39:03 -0000
Michael Lamothe <email address hidden> wrote:

> Hi Daniel,
>
> Nice to hear from you. I don't know how much you know about compiling
> under Debian so I'll start at the basics (shoot me if insult you). Do
> you have the "-dev" versions of those packages installed, that's
> actually what "configure" is checking for. I believe that there's a
> dpkg command to do this. If you know it, please tell me because I can't
> find it.
>
> Thanks,
>
> Michael
>
>
> ** Changed in: me-tv
> Assignee: (unassigned) => Michael Lamothe (michael-lamothe)
>
> --
> unable to compile me-tv
> https://bugs.launchpad.net/bugs/157048
> You received this bug notification because you are a direct subscriber
> of the bug.
>