What steps will reproduce the problem?
Try to build SVN checkout from trunk r1379 on FreeBSD
What is the expected output? What do you see instead?
Expected: build
Result: build errors about undefined TRLog* symbols or va_list symbols, or
building tests/tests, about undefined linker symbols.
The three attached patches fix the problem, and the src/* patches seem obvious
enough.
NOTE the patch-tests_Makefile.in adding -lcheck to LIBS in tests/Makefile.in is
a crude hack and should be replaced by the older @CHECK_LIBS@ code that used to
be in release 2.0.3 but has been removed post release, or by other decent code.
Original issue reported on code.google.com by matthias...@gmx.de on 5 Jan 2015 at 11:31
Original issue reported on code.google.com by
matthias...@gmx.de
on 5 Jan 2015 at 11:31Attachments: