lilypond-devel
[Top][All Lists]
Advanced

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

Building from CVS with gcc 3.2 on Debian Sid


From: Paul Scott
Subject: Building from CVS with gcc 3.2 on Debian Sid
Date: Sat, 07 Jun 2003 20:11:01 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.3.1) Gecko/20030527 Debian/1.3.1-2

(see header)

I get:

make[1]: Entering directory `/usr/local/src/lilypond/flower'
rm -f ./out/getopt-long.dep; DEPENDENCIES_OUTPUT="./out/getopt-long.dep ./out/getopt-long.o" g++ -c -DHAVE_CONFIG_H -DSTRING_UTILS_INLINED -Iinclude -I./out -I../flower/include -I../flower/./out -O2 -finline-functions -g -O2 -finline-functions -g -Wall -W -Wmissing-prototypes -Wconversion -o out/getopt-long.o getopt-long.cc
getopt-long.cc:22: syntax error before `const'
getopt-long.cc: In function `char* dcgettext(...)':
getopt-long.cc:24: `s' undeclared (first use this function)
getopt-long.cc:24: (Each undeclared identifier is reported only once for each
  function it appears in.)
make[1]: *** [out/getopt-long.o] Error 1
make[1]: Leaving directory `/usr/local/src/lilypond/flower'
make: *** [all] Error 2

Since that source looks like this at that point I don't where that error is coming from.

inline char*
gettext (char const* s)
{
 return (char*)s;
}
#else
#include <libintl.h>
#endif

Where does the 'dc' in 'dcgettext' come from? Is this another optimization problem?

TIA,

Paul Scott







reply via email to

[Prev in Thread] Current Thread [Next in Thread]