[Epiphany] Debian Woody Backport compile problem



Hello,

i've tried to compile the epiphany-browser package of unstable against
woody. the mozilla-snapshot build worked fine. but i cannot compile
epiphany with gcc-2.95. i always get the following error:

In file included from mozilla-embed.cpp:23:
../../lib/ephy-debug.h:36: badly punctuated parameter list in `#define'
make[5]: *** [mozilla-embed.lo] Fehler 1

the corresponding lines are:

#ifdef DISABLE_LOGGING
#define LOG(msg, ...)
#else
#define LOG(msg, ...)                                           \
g_log (G_LOG_DOMAIN, G_LOG_LEVEL_DEBUG,                         \
       "[ %s ] " msg,                                           \
       __FILE__, ##__VA_ARGS__);
#endif


since i don't have any coding skills, i would be very happy about any
hint or help.

sebastian





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]