1 message in com.mysql.lists.plusplusRe: preprocessing warning under gcc 3.1
FromSent OnAttachments
Jonathan Arnold17 Feb 2003 12:15 
Subject:Re: preprocessing warning under gcc 3.1
From:Jonathan Arnold (jdar@buddydog.org)
Date:02/17/2003 12:15:27 PM
List:com.mysql.lists.plusplus

Below are the warnings produced from using just ONE sql create 5. It does compile and run. But to use mysql++ I've to got to find a fix for this.

custom3.cc:10:56: warning: pasting "~" and "stock" does not give a valid preprocessing token custom3.cc:10:56: warning: pasting "," and "stock" does not give a valid preprocessing token custom3.cc:10:56: warning: pasting "," and "stock" does not give a valid preprocessing token custom3.cc:10:56: warning: pasting "," and "stock" does not give a valid preprocessing token

etc etc etc

Was this ever solved? I too am running into this, and while it is necessarily a show stopper, it sure makes it hard to find errors in my own code.

I'm using RedHat 7.2 with gcc 3.1, MySQL++ 1.7.9.

It ain't what you don't know that gets you into trouble. It's what you know for sure that just ain't so. Mark Twain