Great!
Thank you for the full report.
Dr. Volker Jaenisch a écrit :
Hi Gilles!
Gilles Rayrat schrieb:
Hope it's the last one.... :)
Gilles.
1) The last type error can be fixed easily:
ctrl1:/usr/local/lib/carob-scm-2006-10-26/libmysequoia/src# diff -Nur
HostTokenizer.cpp~ HostTokenizer.cpp
--- HostTokenizer.cpp~ 2006-03-10 12:37:00.000000000 +0000
+++ HostTokenizer.cpp 2006-10-28 16:40:52.000000000 +0000
@@ -108,7 +108,7 @@
if (*pf)
{
char buffer[MAXBUFFERSIZE];
- snprintf(buffer, sizeof(buffer), "Invalid or unexpected
character occured '%c' at position: %d", *pf, pf - str);
+ snprintf(buffer, sizeof(buffer), "Invalid or unexpected
character occured '%c' at position: %ld", *pf, pf - str);
throw HostTokenizerException(buffer);
}
}
2) In the README it should be noted that there is a dependecy on
package libxml2-dev
3) The code now compiles flawlessly under gcc 4.0.4 AND gcc 4.1.2.
Best regards
Volker
_______________________________________________
Carob mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob