bayonne-devel
[Top][All Lists]
Advanced

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

Re: [Bayonne-devel] Compilation error for bayonne 20040723


From: David Sugar
Subject: Re: [Bayonne-devel] Compilation error for bayonne 20040723
Date: Sun, 01 Aug 2004 14:36:07 -0400
User-agent: Mozilla Thunderbird 0.7.1 (Macintosh/20040626)

1.2.4.


Steve Cox wrote:

Thanks,

What would be the best source for Common C++ for this testing version?

Steve

On Sun, Aug 01, 2004 at 01:32:10PM -0400, David Sugar wrote:
You have an older version of Common C++ that does not define IOLEN...

Steve Cox wrote:

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));  <<---
}


_______________________________________________
Bayonne-devel mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bayonne-devel






reply via email to

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