Andrew Black wrote:
Greetings Martin

I'm not certain, but I suspect this change has lead to a breakage with
aCC 3.73 and aCC 3.76.  In particular, I see the following failure while
building the library (remarks trimmed out)
aCC -c -I$(TOPDIR)/include/ansi -I/usr/include     -I$(TOPDIR)/include 
-I$(BUILDDIR)/include  -Aa +nostl +W2193 +W2261 +W2340 +W2401 +W2487 +W4263 
+W4264 +W4297 +O2  +DD64 +w +W392 +W655 +W684 +W818 +W819 +W849  +Z  
$(TOPDIR)/src/time_put.cpp
"$(TOPDIR)/src/time_put.cpp", line 2811: error #2167: argument of type "unsigned long" is 
incompatible with parameter of type "const wchar_t *"
                          bufsize,
                          ^

The failure is a fairly new (less than a week old), and I believe this
to be the most likely culprit.

Thanks for pointing it out! Yes, this is my bad. It's a fallout
from http://svn.apache.org/viewvc?view=rev&revision=554281. I
believe I fixed it along with another problems caused by yours
truly with the following two changes:

  http://svn.apache.org/viewvc?view=rev&rev=555408
  http://svn.apache.org/viewvc?view=rev&rev=555427

Martin

Reply via email to