Hi,
Build test :
- Fedora 8 i386 (gcc-4.1.2) => ok
- Fedora 8 x86_64 => ok
- Fedora 8 ppc => ok
- Fedora 9 x86_64 (gcc-4.3.0) => HS
=> ./lib/beemutex.cpp:81: error: 'strerror' was not declared in this
I will propose a new gcc 4.3 patch ASAP
Another small issue, with RPM, examples are not "buildable".
I used the following (modified spec file) :
# Copy example programs to doc directory
%{__mkdir_p} doc/examples
%{__install} -m644 examples/*.{cpp,h} doc/examples/
%{__mkdir_p} doc/examples/test
%{__install} -m644 test/*.cpp doc/examples/test/
%{__install} -m644 config.h doc/examples/
sed -i -e s@../config.h@stripped@ doc/examples/threads.h
Warren Young a écrit :
> Lots of little improvements and fixes. It's mostly been discussed here
> on the list.
>
> I'm not aware of anything else that has to happen. I'm ready to call it
> "finished", but am giving you all one last chance to poke holes in it.
>
> Direct link to the sources:
>
> http://tangentsoft.net/mysql++/test/mysql++-3.0.0-rc4.tar.gz
>
> or for the RPM folk:
>
> http://tangentsoft.net/mysql++/test/mysql++-3.0.0-rc4.src.rpm
>
> Beta docs (check out the user manual's breakages chapter!):
>
> http://tangentsoft.net/mysql++/test/doc/userman/
> http://tangentsoft.net/mysql++/test/doc/refman/
>
>