aspell-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [aspell-devel] IRIX compile problem aspell-0.60.2


From: Gary Setter
Subject: Re: [aspell-devel] IRIX compile problem aspell-0.60.2
Date: Fri, 18 Mar 2005 16:05:45 -0600

<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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]