18 messages in com.mysql.lists.plusplusRe: mysql++ not working on Mandrake 8.0?
FromSent OnAttachments
Goldie Singh15 Sep 2001 11:07 
Janne Lähteenmäki16 Sep 2001 12:32 
M16 Sep 2001 19:06 
Janne Lähteenmäki17 Sep 2001 08:52 
Janne Lähteenmäki17 Sep 2001 12:57 
D. Stimits17 Sep 2001 13:17 
M17 Sep 2001 17:03 
Janne Lähteenmäki18 Sep 2001 09:59 
D. Stimits18 Sep 2001 11:16 
Janne Lähteenmäki18 Sep 2001 11:37 
M18 Sep 2001 18:14 
Janne Lähteenmäki19 Sep 2001 08:44 
Charles Ouimet11 Oct 2001 11:52 
D. Stimits11 Oct 2001 12:41 
D. Stimits11 Oct 2001 13:05 
Janne Lähteenmäki11 Oct 2001 13:26 
Robert Henkel12 Oct 2001 08:40 
Charles Ouimet15 Oct 2001 08:04 
Subject:Re: mysql++ not working on Mandrake 8.0?
From:Janne Lähteenmäki (jan@cs.tut.fi)
Date:09/18/2001 11:37:35 AM
List:com.mysql.lists.plusplus

On Tuesday 18 September 2001 20:00, Janne Lähteenmäki wrote:

On Tuesday 18 September 2001 03:03, M wrote:

Yes, if you can't even declare a Connection object without a crash it looks like it may be something wrong with the mysql++ build. I recently built mysql++ on Mandrake 8.0 with success. One of the scripts was dodgey, but I got through that. How and where did you intall it and were there any errors during the process? Did you build from the source or use an RPM?

I just finished installing Mdk 8.1 beta 3, but that did not solve the problem. I tried rebuilding the mysql++ from source RPM on the 8.0 mandrake, but that did not help, the program still crashed. Maybe I'll try to do the same on the 8.1beta3 now... By the way the version of mysql++ I used was 1.7.8-1.

okay, now I tried recompiling the lib on 8.1beta3, but the prog still segfaults.

I got a lot of warnings like these: custom4.cc:8:1: warning: pasting "stock" and "::" does not give a valid preprocessing token custom4.cc:8:1: warning: pasting "populate_stock" and "<" does not give a valid preprocessing token custom4.cc:8:1: warning: pasting "sql_COMPARE__1" and "(" does not give a valid preprocessing token custom4.cc:8:1: warning: pasting "." and "item" does not give a valid preprocessing token custom4.cc:8:1: warning: pasting "." and "item" does not give a valid preprocessing token custom4.cc:8:1: warning: pasting "." and "item" does not give a valid preprocessing token custom4.cc:8:1: warning: pasting "." and "item" does not give a valid preprocessing token

And an error like this:

Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.30694 + umask 022 + cd /usr/src/RPM/BUILD + cd mysql++-1.7.8 + DOCDIR=/tmp/mysql++-root/usr/share/doc/mysql++-1.7.8 + export DOCDIR + rm -rf /tmp/mysql++-root/usr/share/doc/mysql++-1.7.8 + /bin/mkdir -p /tmp/mysql++-root/usr/share/doc/mysql++-1.7.8 + cp -pr LGPL README TODO /tmp/mysql++-root/usr/share/doc/mysql++-1.7.8 cp: cannot stat `TODO': No such file or directory virhe: Bad exit status from /var/tmp/rpm-tmp.30694 (%doc)

But the library still compiled...

--janza