15 messages in com.mysql.lists.plusplusRe: Problem with mysql++ patch
FromSent OnAttachments
Denis Rampnoux25 Apr 2002 08:25 
Sinisa Milivojevic25 Apr 2002 08:34 
Denis Rampnoux25 Apr 2002 11:20 
Sinisa Milivojevic26 Apr 2002 05:10 
Denis Rampnoux26 Apr 2002 15:12 
Andreas Krueger28 Apr 2002 14:48 
Rémy Baudet29 Apr 2002 00:22 
Mathieu DESPRIEE29 Apr 2002 01:19 
Mathieu DESPRIEE29 Apr 2002 01:40 
The Lazy Fox29 Apr 2002 02:38 
Keith MacDonald29 Apr 2002 03:49 
lan...@seacoms.com29 Apr 2002 06:57 
Rémy Baudet29 Apr 2002 08:02 
Gelu29 Apr 2002 08:28 
The Lazy Fox29 Apr 2002 12:17 
Subject:Re: Problem with mysql++ patch
From:Denis Rampnoux (deni@m4x.org)
Date:04/25/2002 11:20:33 AM
List:com.mysql.lists.plusplus

Sinisa Milivojevic wrote:

Denis Rampnoux writes:

Hi !

Assuming I have a directory called /usr/local/src/mysql++1.7.9 which contains all the sources of , could you please tell me where to place the patch file and then which is the command line to apply it ?

Thank you by advance for your help

Start from a fresh tarball, cd to directory about mysql++ and apply patch like this :

patch -p1 < ....

place patch wherever you want.

It is exactly what I have done : patch -p1 < /usr/local/src/mysql++-gcc-3.0.patch

and this is what I get :

can't find file to patch at input line 17 Perhaps you used the wrong -p or --strip option? The text leading up to this was:

-------------------------- |Only in mysql++-1.7.9-patched/: COPYING |Only in mysql++-1.7.9-patched/: INSTALL |Only in mysql++-1.7.9-patched/: Makefile |Only in mysql++-1.7.9-patched/: Makefile.in |Only in mysql++-1.7.9-patched/: aclocal.m4 |Only in mysql++-1.7.9-patched/: build |Only in mysql++-1.7.9-patched/: config.guess |Only in mysql++-1.7.9-patched/: config.h |Only in mysql++-1.7.9-patched/: config.log |Only in mysql++-1.7.9-patched/: config.status |Only in mysql++-1.7.9-patched/: config.sub |Only in mysql++-1.7.9-patched/: configure |Only in mysql++-1.7.9-patched/examples: .deps |Only in mysql++-1.7.9-patched/examples: .libs |Only in mysql++-1.7.9-patched/examples: Makefile |diff -r mysql++-1.7.9/examples/Makefile.in mysql++-1.7.9-patched/examples/Makefile.in

-------------------------- File to patch:

So then, I must enter the complete path fore each file... and I have tried the use of -d, -B options, the problem remain the same...

Any new idea ?

Denis.