On Mon, Sep 10, 2007 at 01:25:54PM +0200, Manuel Mayr wrote:
Thx for the suggestion, I see SSZFMT to be defined in monet_utils.h. Is it possible to use SSZFMT without creating a dependency to monet?
Since xmlshred is in the pathfinder tree (which inherently depends on MonetDB), and as long as there are no plans to distribute xmlshred separately and make it compile stand-alone, what't the problem of using monet_utils.h? id does not create any new dependency. Obviously, the (discouraged) alternative is to copy the (required) functionality of monet_utils.h to some local file (and double-check, whether pathfinder's configure does the required checks). Stefan
Best regards, Manuel
Sjoerd Mullender wrote:
When printing a value of type size_t, use SZFMT. When printing a value of type ssize_t, use SSZFMT. The format needed to print these values varies from system to system, so that difference is hidden in a macro.
-- | Dr. Stefan Manegold | mailto:Stefan.Manegold@cwi.nl | | CWI, P.O.Box 94079 | http://www.cwi.nl/~manegold/ | | 1090 GB Amsterdam | Tel.: +31 (20) 592-4212 | | The Netherlands | Fax : +31 (20) 592-4312 |