<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Arial">I tried searching for a solution but came to a dead
end.&nbsp; If anyone knows the answer please let me know.<br>
<br>
I get this error for ./build_oem.sh<br>
ACE 5.4: Configuration / Building ..................<br>
make[1]: Entering directory
`/usr/local/src/horton/mapguide-1.0.0/Oem/ACE/ACE_wrappers/ace'<br>
<br>
Makefile:
/usr/local/src/horton/mapguide-1.0.0/Oem/ACE/ACE_wrappers/ace/Makefile.ace<br>
<br>
g++ -W -Wall -Wpointer-arith -pipe -O3 -g&nbsp;&nbsp;&nbsp; -D_REENTRANT
-DACE_HAS_AIO_CALLS -D_GNU_SOURCE&nbsp;&nbsp;
-I/usr/local/src/horton/mapguide-1.0.0/Oem/ACE/ACE_wrappers
-DACE_HAS_EXCEPTIONS -D__ACE_INLINE__ -DACE_BUILD_DLL
-DACE_OS_BUILD_DLL&nbsp; -c -fPIC -o .shobj/ARGV.o ARGV.cpp<br>
In file included from
/usr/local/src/horton/mapguide-1.0.0/Oem/ACE/ACE_wrappers/ace/Unbounded_Queue.h:286,<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from
/usr/local/src/horton/mapguide-1.0.0/Oem/ACE/ACE_wrappers/ace/ARGV.h:24,<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from ARGV.cpp:6:<br>
/usr/local/src/horton/mapguide-1.0.0/Oem/ACE/ACE_wrappers/ace/Unbounded_Queue.cpp:
In member function `void ACE_Unbounded_Queue&lt;T&gt;::delete_nodes()':<br>
/usr/local/src/horton/mapguide-1.0.0/Oem/ACE/ACE_wrappers/ace/Unbounded_Queue.cpp:133:
error: expected class-name before '(' token<br>
/usr/local/src/horton/mapguide-1.0.0/Oem/ACE/ACE_wrappers/ace/Unbounded_Queue.cpp:
In destructor `ACE_Unbounded_Queue&lt;T&gt;::~ACE_Unbounded_Queue()':<br>
/usr/local/src/horton/mapguide-1.0.0/Oem/ACE/ACE_wrappers/ace/Unbounded_Queue.cpp:153:
error: expected class-name before '(' token<br>
/usr/local/src/horton/mapguide-1.0.0/Oem/ACE/ACE_wrappers/ace/Unbounded_Queue.cpp:
In member function `int
ACE_Unbounded_Queue&lt;T&gt;::dequeue_head(T&amp;)':<br>
/usr/local/src/horton/mapguide-1.0.0/Oem/ACE/ACE_wrappers/ace/Unbounded_Queue.cpp:223:
error: expected class-name before '(' token<br>
make[1]: *** [.shobj/ARGV.o] Error 1<br>
make[1]: Leaving directory
`/usr/local/src/horton/mapguide-1.0.0/Oem/ACE/ACE_wrappers/ace'<br>
make: *** [all] Error 2<br>
ACE 5.4: Build Successful<br>
<br>
Running gcc 3.4.5<br>
<br>
Gary<br>
</font>
</body>
</html>