|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
I get the following error when trying to compile under HP-UX 11.0 using the
native C compiler and aCC:
aCC -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../source -I../../unix
-I../../libraries/zlib -I../../libraries/png -I/usr/local/include -s -O
-c -o fileinputoutput.o `test -f 'fileinputoutput.cpp' || echo
'./'`fileinputoutput.cpp
Error 697: "fileinputoutput.h", line 37 # Only namespace names are valid
here.
BEGIN_POV_BASE_NAMESPACE
^^^^^^^^^^^^^^^^^^^^^^^^
Any ideas as to how to get around this? I've been playing with this for a
few days.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
In article <web.41e56c9463b8d801539208d90@news.povray.org> , "JC"
<nomail@nomail> wrote:
> Any ideas as to how to get around this? I've been playing with this for a
> few days.
Most likely you have an outdated compiler that does not comply to the
well-accepted ISO C++ standard dating back to 1998. Check for updates of
your compiler - all recently released C++ compilers correctly handle simple
namespaces as used in the POV-Ray source code.
If updating your compiler does not help, you should supply the whole
compiler output and compiler version details in povray.unix .
Thorsten
____________________________________________________
Thorsten Froehlich
e-mail: mac### [at] povrayorg
I am a member of the POV-Ray Team.
Visit POV-Ray on the web: http://mac.povray.org
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
OK, I fixed that, but now I get this:
Error 216: "povms.h", line 142 # Integer constant expected in enumerator
initialization.
kPOVMSObjectClassID = "OCLA",
^^^^^^
"Thorsten Froehlich" <tho### [at] trfde> wrote:
> In article <web.41e56c9463b8d801539208d90@news.povray.org> , "JC"
> <nomail@nomail> wrote:
>
> > Any ideas as to how to get around this? I've been playing with this for a
> > few days.
>
> Most likely you have an outdated compiler that does not comply to the
> well-accepted ISO C++ standard dating back to 1998. Check for updates of
> your compiler - all recently released C++ compilers correctly handle simple
> namespaces as used in the POV-Ray source code.
>
> If updating your compiler does not help, you should supply the whole
> compiler output and compiler version details in povray.unix .
>
> Thorsten
>
> ____________________________________________________
> Thorsten Froehlich
> e-mail: mac### [at] povrayorg
>
> I am a member of the POV-Ray Team.
> Visit POV-Ray on the web: http://mac.povray.org
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Got over the last one. :) Here is the most recent error:
aCC -O -I /usr/local/include -AA -L/usr/lib/X11R6 -Wl,-a -Wl,archive -o
povray svga.o unix.o xwin.o ../source/libpovray.a ../source/base/libbase.a
.../source/frontend/libfrontend.a ../libraries/png/libpng.a
.../libraries/tiff/libtiff/libtiff.a ../libraries/zlib/libz.a
.../libraries/jpeg/libjpeg.a -lSM -lICE -lX11 -lm
/usr/ccs/bin/ld: Unsatisfied symbols:
Frame (first referenced in ../source/libpovray.a(benchmark.o)) (data)
"Thorsten Froehlich" <tho### [at] trfde> wrote:
> In article <web.41e56c9463b8d801539208d90@news.povray.org> , "JC"
> <nomail@nomail> wrote:
>
> > Any ideas as to how to get around this? I've been playing with this for a
> > few days.
>
> Most likely you have an outdated compiler that does not comply to the
> well-accepted ISO C++ standard dating back to 1998. Check for updates of
> your compiler - all recently released C++ compilers correctly handle simple
> namespaces as used in the POV-Ray source code.
>
> If updating your compiler does not help, you should supply the whole
> compiler output and compiler version details in povray.unix .
>
> Thorsten
>
> ____________________________________________________
> Thorsten Froehlich
> e-mail: mac### [at] povrayorg
>
> I am a member of the POV-Ray Team.
> Visit POV-Ray on the web: http://mac.povray.org
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
More help might be given if you post to povray.unix as Thorsten kindly
mentioned :)
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |