bayonne-devel
[Top][All Lists]
Advanced

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

[Bayonne-devel] Compilation error for bayonne 20040723


From: Steve Cox
Subject: [Bayonne-devel] Compilation error for bayonne 20040723
Date: Sun, 1 Aug 2004 14:21:24 +0100
User-agent: Mutt/1.5.6+20040523i

Hi,

I'm trying to 'make' bayonne-20040723 which I downloaded off of 
the sourceforge site.

The machine I'm installing on was previously used to make the 20040204
CVS version.

Having successfully run './configure', the make fails in the server
directory with the errors:

Making all in server
make[1]: Entering directory `/root/bayonne-20040723/server'
g++ -DHAVE_CONFIG_H -I. -I. -I../include    -fPIC -g -O2 -c -o
bayonne_bin-fifo.o `test -f 'fifo.cpp' || echo './'`fifo.cpp
fifo.cpp: In method `void ost::Fifo::control (const char *)':
fifo.cpp:133: parse error before `('
fifo.cpp:134: confused by earlier errors, bailing out
make[1]: *** [bayonne_bin-fifo.o] Error 1
make[1]: Leaving directory `/root/bayonne-20040723/server'
make: *** [all-recursive] Error 1




Any thoughts?

The line 133 is:

void Fifo::control(const char *cmd)
{
        if(fd < 0)
                return;

        if(getThread() == main)
                command(cmd);
        else
--->>           write(fd, cmd, IOLEN strlen(cmd));  <<---
}




reply via email to

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