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

Date view Thread view Subject view Author view

From: Paolo Farinelli (paolo++at++sgi.com)
Date: 09/15/2003 16:32:53


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>
> ^
>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>
> ^
>cc-3201 CC: REMARK File =
>/usr/include/Performer/pfv/pfvViewer.h, Line = 326
> The parameter "evType" was never referenced.
> virtual int handleEvent(int evType, char key)
>{ return 0; }
> ^
>cc-3201 CC: REMARK File =
>/usr/include/Performer/pfv/pfvViewer.h, Line = 326
> The parameter "key" was never referenced.
> virtual int handleEvent(int evType, char key)
>{ return 0; }
> ^
>--- pfview ---
> /usr/bin/cc -DN32 -DIRIX6_5
>-I/usr/include -fullwarn -nostdinc -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 -woff
>1685,515,608,658,799,803,852,1048,1233,1499,31
>pfview.o -mips3 -n32 -quickstart_info -nostdlib
>-L/usr/lib32/mips3 -L/usr/lib32 -L/usr/lib32/internal
> -o pfview
>ld32: ERROR 33 : Unresolved text symbol "pfInit" --
>1st referenced by pfview.o.
> Use linker option -v to see when and which
>objects, archives and dsos are loaded.
>ld32: ERROR 33 : Unresolved text symbol
>"__nw__8pfObjectSGUi" -- 1st referenced by pfview.o.
> Use linker option -v to see when and which
>objects, archives and dsos are loaded.
>ld32: ERROR 33 : Unresolved text symbol
>"__ct__9pfvViewerGPc" -- 1st referenced by pfview.o.
> Use linker option -v to see when and which
>objects, archives and dsos are loaded.
>ld32: ERROR 33 : Unresolved text symbol
>"config__9pfvViewerGv" -- 1st referenced by pfview.o.
> Use linker option -v to see when and which
>objects, archives and dsos are loaded.
>ld32: ERROR 33 : Unresolved text symbol
>"run__9pfvViewerGf" -- 1st referenced by pfview.o.
> Use linker option -v to see when and which
>objects, archives and dsos are loaded.
>ld32: ERROR 33 : Unresolved text symbol
>"__dl__8pfMemorySGPv" -- 1st referenced by pfview.o.
> Use linker option -v to see when and which
>objects, archives and dsos are loaded.
>ld32: INFO 152: Output file removed because of
>error.
>*** Error code 2
>smake: Error: 1 error
>snoopy 5#
>snoopy 5#
>snoopy 5# ls
>Makedepend Makefile ii_files pfview.C
>pfview.o
>
>
>
>Thanks,
>faculaganymede
>
>
>=====
>Thanks,
>faculaganymede
>
>__________________________________
>Do you Yahoo!?
>Yahoo! SiteBuilder - Free, easy-to-use web site design software
>http://sitebuilder.yahoo.com
>
>-----------------------------------------------------------------------
> List Archives, Info, FAQ: http://www.sgi.com/software/performer/
> Open Development Project: http://oss.sgi.com/projects/performer/
> Submissions: info-performer++at++sgi.com
> Admin. requests: info-performer-request++at++sgi.com
>-----------------------------------------------------------------------
>
>
>
>

-- 
Paolo Farinelli                                           paolo++at++sgi.com
Member of Technical Staff, OpenGL Performer              1-650-933-1808
Silicon Graphics        1600 Amphitheatre Pkwy, Mountain View, CA 94043


Date view Thread view Subject view Author view

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