Re: [info-performer] IRIX 6.5.20m -Performer: compile and run-time error 2

Date view Thread view Subject view Author view

From: faculaganymede (faculaganymede++at++yahoo.com)
Date: 09/15/2003 18:35:31


Thank you, Paolo.

I re-installed performer_dev.sw.hdr (it's in OpenGL
Performer 3.0 Development Environment - Performer
Header Files sub, right?), but I still have the same
errors when compiling pfview.C using the Makefile.

However, I also re-installed the sample files sub, and
this time I was able to run the test.C program with
the sample .pfv files and get no errors.

I noticed that the Makefile contains a link to the
/usr/share/Performer/src/pfmakedefs file which sets
the default "PFSTYLE=N32". I have my C++ compiler
defaultly set to compile at the 64-bit mode. Could
the errors be caused by this conflict? How do I
change PFSTYLE=64; where is this variable set, do I
just make the change in the pfmakedefs file?

Thank you for your help!

--- Paolo Farinelli <paolo++at++sgi.com> wrote:
> Hi faculaganymede,
>
> sounds like you may have some older version of
> Performer on your
> system, which was not disinstalled properly .
>
> Could you try re-installing performer_dev.sw.hdr
> from your 3.0.* cd
> and see if that fixes your problems?
>
> Hope this helps,
> Regards,
> Paolo
>
>
>
>
>
> faculaganymede wrote:
>
> >Hi All,
> >This message follows "IRIX 6.5.20m -Performer:
> compile
> >and run-time error."
> >
> >I cannot compile any of the sample C++ programs
> that
> >came with Performer. The scripts belows shows the
> >error messages I was getting while trying to
> compile
> >pfview.C.
> >I am logged in as root so that I can write to any
> >directory. Experts, please help!!
> >
> >snoopy 1#
> >snoopy 1# whoami
> >root
> >snoopy 2#
> >snoopy 2# pwd
> >/usr/share/Performer/src/sample/C++/pfview
> >snoopy 3#
> >snoopy 3# ls
> >Makefile pfview.C
> >snoopy 4#
> >snoopy 4# make pfview
> >--- pfview.o ---
> > /usr/bin/CC -DN32 -DIRIX6_5 -I..
>
> > -I/usr/include/CC -I/usr/include -fullwarn
> >-nostdinc -I/usr/include/CC -I/usr/include -mips3
> -n32
> >-O3 -OPT:Olimit=0 -OPT:IEEE_arithmetic=1
> >-OPT:roundoff=0 -TENV:X=1
> >-OPT:wrap_around_unsafe_opt=off
> >-DEBUG:optimize_space=on -OPT:space=on
> >-CG:unique_exit=on -OPT:unroll_times=0 -MDupdate
> >Makedepend -c pfview.C
> >cc-3625 CC: REMARK File =
> /usr/include/sys/select.h,
> >Line = 35
> > an include directive is appearing within the
> scope
> >of extern "C"
> > #include <standards.h>
> > ^
> >cc-3625 CC: REMARK File =
> /usr/include/sys/select.h,
> >Line = 35
> > an include directive is appearing within the
> scope
> >of extern "C"
> > #include <standards.h>
> > ^
> >cc-3625 CC: REMARK File =
> /usr/include/sys/select.h,
> >Line = 80
> > an include directive is appearing within the
> scope
> >of extern "C"
> > #include <string.h>
> > ^
> >cc-3625 CC: REMARK File =
> /usr/include/sys/select.h,
> >Line = 80
> > an include directive is appearing within the
> scope
> >of extern "C"
> > #include <string.h>
> > ^
> >cc-3625 CC: REMARK File = /usr/include/string.h,
> Line
> >= 4
> > an include directive is appearing within the
> scope
> >of extern "C"
> > #include <internal/string_core.h>
> > ^
> >cc-3625 CC: REMARK File = /usr/include/string.h,
> Line
> >= 4
> > an include directive is appearing within the
> scope
> >of extern "C"
> > #include <internal/string_core.h>
> > ^
> >cc-3625 CC: REMARK File =
> >/usr/include/internal/string_core.h, Line = 35
> > an include directive is appearing within the
> scope
> >of extern "C"
> > #include <standards.h>
> > ^
> >cc-3625 CC: REMARK File =
> >/usr/include/internal/string_core.h, Line = 35
> > an include directive is appearing within the
> scope
> >of extern "C"
> > #include <standards.h>
> > ^
> >cc-3625 CC: REMARK File =
> >/usr/include/internal/string_core.h, Line = 36
> > an include directive is appearing within the
> scope
> >of extern "C"
> > #include <internal/sgimacros.h>
> > ^
> >cc-3625 CC: REMARK File =
> >/usr/include/internal/string_core.h, Line = 36
> > an include directive is appearing within the
> scope
> >of extern "C"
> > #include <internal/sgimacros.h>
> > ^
> >cc-3625 CC: REMARK File = /usr/include/sys/prctl.h,
> >Line = 149
> > an include directive is appearing within the
> scope
> >of extern "C"
> > #include <stddef.h>
> > ^
> >cc-3625 CC: REMARK File = /usr/include/sys/prctl.h,
> >Line = 149
> > an include directive is appearing within the
> scope
> >of extern "C"
> > #include <stddef.h>
> > ^
> >cc-3625 CC: REMARK File = /usr/include/sys/prctl.h,
> >Line = 150
> > an include directive is appearing within the
> scope
> >of extern "C"
> > #include <sys/types.h>
> > ^
> >cc-3625 CC: REMARK File = /usr/include/sys/prctl.h,
> >Line = 150
> > an include directive is appearing within the
> scope
> >of extern "C"
> > #include <sys/types.h>
> > ^
> >cc-3625 CC: REMARK File = /usr/include/sys/uio.h,
> Line
> >= 26
> > an include directive is appearing within the
> scope
> >of extern "C"
> > #include <sys/types.h> /* REQUIRED */
> > ^
> >cc-3625 CC: REMARK File = /usr/include/sys/uio.h,
> Line
> >= 26
> > an include directive is appearing within the
> scope
> >of extern "C"
> > #include <sys/types.h> /* REQUIRED */
> > ^
> >cc-3625 CC: REMARK File =
> /usr/include/sys/stream.h,
> >Line = 23
> > an include directive is appearing within the
> scope
> >of extern "C"
> > #include <sys/strmdep.h>
> > ^
> >cc-3625 CC: REMARK File =
> /usr/include/sys/stream.h,
> >Line = 23
> > an include directive is appearing within the
> scope
> >of extern "C"
> > #include <sys/strmdep.h>
> > ^
> >cc-3625 CC: REMARK File =
> /usr/include/sys/stream.h,
> >Line = 30
> > an include directive is appearing within the
> scope
> >of extern "C"
> > #include <sys/cdefs.h>
> > ^
>
=== message truncated ===

=====
Thanks,
faculaganymede

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com


Date view Thread view Subject view Author view

This archive was generated by hypermail 2b29 : Mon Sep 15 2003 - 18:41:33 PDT