]> www.ginac.de Git - ginac.git/blobdiff - cint/ginaccint.bin.cpp
Support for cint versions older than 5.14.38 is discontinued.
[ginac.git] / cint / ginaccint.bin.cpp
index 60b0ec7c441a0eb9836ad3efc6968b6aafad9890..9e095cf920d0daa8fbfd59dd2e6fbeb8bb57275f 100644 (file)
@@ -1,4 +1,9 @@
 #include "G__ci.h"   /* G__atpause is defined in G__ci.h */
+
+#if (!defined(G__CINTVERSION)) || (G__CINTVERSION < 501438)
+#error You need at least cint 5.14.38 to compile GiNaC-cint. Download it via http from root.cern.ch/root/Cint.html or via ftp from ftpthep.physik.uni-mainz.de/pub/cint
+#endif // (!defined(G__CINTVERSION)) || (G__CINTVERSION < 501438)
+
 #include <iostream>
 #include <fstream>
 #include <string>