Re: [Pixil-devel] problem while compiling

"Greg Haerr" <[email protected]> Tue, 13 Dec 2005 16:26:48 -0700
Newsgroups gmane.comp.web.viewml.devel
Message-ID <114001c6003c$b0a021c0$0300a8c0@RDP>
: I am building pixil for microwindows on fedora core 3. All setting are
: done as are given in README.microwindos
: 
: Lot much compilation is over...but it stucked while compiling viewML the
: output of gcc is attached in a file with the mail.

These look like incompatibilities between gcc and C++ versions.
Unfortunately, there's not a lot that can be done, other than
hacking C++ headers, template definitions, etc for your
version compiler.  This is unavoidable since C++ is such
a nonportable, complex, hard-to-use, non-standard language.

Regards,

Greg