On Wed, Feb 02, 2000 at 06:53:59PM +0100, Alexander Langer wrote:
> http://bento.freebsd.org/errorlogs/4-full/gma-0.5.log
> 
> David? g++ is yours, you should know this better. Is this a bug of the
> port?

Errr.  You might want to word your email slightly different.
Anyway, if you look at this line from the build, you'll see what the
problem is:

    c++ -DPACKAGE=\"gma\" -DVERSION=\"0.5\" -DHAVE_LIBREADLINE=1
        -DSTDC_HEADERS=1 -D const=  -I. -I.   -Wall -g -O -c console-main.cc

When you define away "const" as is done in the "-D const=" above, you
mess things up and get what is deserved.

You should email the maintainer [EMAIL PROTECTED] to find out why
the port does that.

-- 
-- David    ([EMAIL PROTECTED])


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to