Mark Kirkwood wrote:
Mark Kirkwood wrote:
I made the change to mksecret.sh and redid the build (see attached for
mksecret.sh.
Much better:
$ tail jam.out
...skipped 59 target(s)...
...updated 9503 target(s)...
The skipped/missing stuff seems to be all charmaps:
Doh! - I forgot to build xerces 2.5... (goes away to do build #3)
Well, build #3 went much better, no skipped or failed, and buildrel -a
is happy.
It still struggled somewhat tho :-) :
1/ Xerces 2.5 does not build with gcc 3.4.4, due to forward declaration
of 'MemoryManager' (see RefArrayOf.hpp.patch).
2/ Print setup business discussed previously (mksecret.sh.patch included
again for completeness).
So we have a successful build.
Cheers
Mark
--- xerces-c-src_2_5_0/src/xercesc/util/RefArrayOf.hpp.orig 2006-04-28
18:34:29.399812000 +1200
+++ xerces-c-src_2_5_0/src/xercesc/util/RefArrayOf.hpp 2006-04-28
18:35:11.639812000 +1200
@@ -101,6 +101,7 @@
#include <xercesc/util/ArrayIndexOutOfBoundsException.hpp>
#include <xercesc/util/IllegalArgumentException.hpp>
#include <xercesc/util/XMLEnumerator.hpp>
+#include <xercesc/framework/MemoryManager.hpp>
XERCES_CPP_NAMESPACE_BEGIN
--- src/tools/port/shell_unix/mksecret.sh.orig 2006-04-28 13:54:44.099812000
+1200
+++ src/tools/port/shell_unix/mksecret.sh 2006-04-28 13:56:07.839812000
+1200
@@ -1889,8 +1889,8 @@
elif [ -f /bin/lp ]; then
echo '# define PRINTER_CMD "/bin/lp"'
else
- # we don't know what to use -- need to figure out!
- echo '# define PRINTER_CMD barf blectch retch'
+ # we don't know what to use -- but make it actually work!!
+ echo '# define PRINTER_CMD "/bin/true"'
fi
#
_______________________________________________
Users mailing list
[email protected]
http://lists.ingres.com/mailman/listinfo/users