<snip>
> From an old KDE-development discussion on porting to IRIX i
remembered something
> about code not belonging in c++ source code files, but in
header files.
> Aapparently the namespace section in email.cpp should belong in
a header,
> atleast according to the MIPSPro compiler, so i spliced the
source file into a
> header part and code part:
<snip>
Hi Frank,

Would you do an old guy a favor and try this?
Replace the 'include "email.hpp"' line in email.cpp with the
contents of email.hpp. See if it gives you the same results. It
had better, otherwise the prepass for the compiler is doing more
then it should. When I do that exersize, is see some differences
in how you use namespace and those differences, not putting code
in a header file is the most likely reason for your success.

Best regards,
Gary



_______________________________________________
Aspell-devel mailing list
Aspell-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/aspell-devel

Reply via email to