dotgnu-general
[Top][All Lists]
Advanced

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

Re: [DotGNU]SEE/Andromeda compile problem ?


From: David Sugar
Subject: Re: [DotGNU]SEE/Andromeda compile problem ?
Date: Thu, 17 Jan 2002 12:48:43 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.4) Gecko/20010914

Some header changes had happened. I have fixed this in andromeda and put it back into cvs.

Gopal.V wrote:

Hi Everybody,
        I am confused about one small fact about the SEE/Andromeda
daemon. I have got a *FRESH* cvs today along with the latest
CommonC++ sources (1.9.3). Compiled & Installed the CommonC++
on the system (A Redhat 7.1 with a 2.4.9 i686 Linux Kernel,
g++ 2.96).But the problem with compiling SEE is that I get a *parse* error ?.I won't have complained if I had got a SEGFAULT. (that happens to the best among us). I've attatched the error messages thrown. Please advise or update CVS whichever is necessary.

--begin--error--messages--
Making all in server
make[1]: Entering directory `/home/gopal/dotgnu/see/andromeda/server'
c++ -DPACKAGE=\"andromeda\" -DVERSION=\"0.0.2\" -DHAVE_SETENV=1 -DHAVE_STRTOK_R=1 
-DHAVE_LOCALTIME_R=1  -I. -I.      -g -O2 -I/usr/local/include -D_REENTRANT -D_THREAD_SAFE -g -O2 
-D_GNU_SOURCE -DVERPATH=\"0.0.2\" -DANDROMEDA_EXPORT -c test.cpp
In file included from test.cpp:17:
andromeda.h:61: parse error before `{'
andromeda.h: In function `const char *getPlugins ()':
andromeda.h:71: `getLast' undeclared (first use this function)
andromeda.h:71: (Each undeclared identifier is reported only once for each function it appears in.)
andromeda.h: At top level:
andromeda.h:80: parse error before `}'
andromeda.h:93: parse error before `{'
andromeda.h:98: friend declaration not in class definition
andromeda.h:99: friend declaration not in class definition
andromeda.h:101: parse error before `protected'
andromeda.h:115: virtual outside class declaration
andromeda.h: In function `void Stop ()':
andromeda.h:115: `Terminate' undeclared (first use this function)
andromeda.h: At top level:
andromeda.h:116: parse error before `}'
andromeda.h:133: syntax error before `*'
andromeda.h:187: syntax error before `;'
test.cpp: In method `void TestPlugin::Initial ()':
test.cpp:31: `SLOG_DEBUG' undeclared (first use this function)
test.cpp:31: `slog' undeclared (first use this function)
make[1]: *** [test.o] Error 1
make[1]: Leaving directory `/home/gopal/dotgnu/see/andromeda/server'
make: *** [all-recursive] Error 1
--end---error---messages--

Gopal.V





reply via email to

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