From: Warren Young Date: February 19 2008 11:32am Subject: Re: RELEASE CANDIDATE: v3.0.0 rc4 (packaging feedback) List-Archive: http://lists.mysql.com/plusplus/7469 Message-Id: <47BABE3A.3000607@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit 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.