Remi Collet wrote:
> Warren Young a écrit :
>
>> No need. It just needs string.h. I've checked the change in.
>
> Can you please point me to the SVN,
Just search for "repository" on the main MySQL++ page. Or, read
HACKERS.txt.
> i just want to try a build before final release.
There will be at least one more release candidate first. It might go
out today.
>>> %{__mkdir_p} doc/examples/test
>>> %{__install} -m644 test/*.cpp doc/examples/test/
>>
>> I don't see why we want this. The test programs are rarely examples
>> of good style, they're meant to exercise the library. The code is
>> meant mostly for people working on MySQL++, not for the average
>> MySQL++ user.
>
> Ok.
> So it's probably interesting to remove it from the Makefile.
It may not be practical, but I'll look into it. It would only be
sensible to do it for generated tarballs and src.rpm files. The tests
have to be enabled by default to realize their full potential for svn
checkouts.