Re: Making Performer Demo Code

New Message Reply Date view Thread view Subject view Author view

Sharon Clay (src++at++rose.engr.sgi.com)
Tue, 7 Jul 1998 09:31:12 -0700


+>---- On Jul 7, 10:48am, Dotson, Brian W. wrote:
> Subject: Making Performer Demo Code
->From guest++at++holodeck Tue Jul 7 07:56:02 1998
->From: "Dotson, Brian W." <bcd7++at++cdc.gov>
->To: "'Performer User's Group'" <info-performer++at++sgi.com>
->Subject: Making Performer Demo Code
->Date: Tue, 7 Jul 1998 10:48:02 -0400
->X-Mailer: Internet Mail Service (5.5.1960.3)
->
->Hi,
->
->I am having trouble making the demo code provided on the performer
->installation disk.
->
->When I try to make multipipe.c these are the errors I am getting.

Note the error at the end - the missing -lvl. By default, the makefile
builds the demos against the video libraries. However, only the
video demos actually need those libraries. This was simply a
makefile simplicity thing. Anyway, this is why at the top
there are comments on how to turn off use of those libs to get
your make to work before you have a chance to install them.

Note the comment at the top:
        Linking with video libraries -lvl . setenv PFDOVIDEO 0 to turn off.

->
->Thanks in advance,
->
->Brian Dotson
->---------------------
->
->--- .BEGIN ---
->Linking with motif libraries. setenv PFDOMOTIF 0 to turn off.
->Linking with video libraries -lvl . setenv PFDOVIDEO 0 to turn off.
->--- multipipe.igldso ---
->
->making IrisGL DSO version of multipipe.igldso
->--- .BEGIN ---
->Linking with motif libraries. setenv PFDOMOTIF 0 to turn off.
->Linking with video libraries -lvl . setenv PFDOVIDEO 0 to turn off.
->--- multipipe.dsocmd ---
-> /usr/bin/cc -DN32 -DIRIX6_2 -DIRISGL -I/usr/include
->-fullwarn -nostdinc -I/usr/include -mips3 -n32 -O -Olimit 2000
->-MDupdate Makedepend -woff 1685,515,608,658,799,803,852,1048,1233,1499
->-o multipipe.dsocmd multipipe.o -L/usr/lib32 -L/usr/lib32/libpfdb
->-L/lib32 -all -mips3 -n32 -quickstart_info -nostdlib
->-L/usr/lib32/mips3 -L/usr/lib32 -no_unresolved -lpfdu_igl -lpfui
->-lpfutil_igl -lpf_igl -limage -lSgm -lXm -lXt -lvl -no_unresolved
->-lgl -lXsgivc -lXext -lXmu -lX11 -lm -lfm -lCsup -lC
->cc WARNING: -Olimit is no longer supported, use -OPT:Olimit=n instead
->ld32: WARNING 158: Expecting MIPS3 objects: /usr/lib32/crt1.o is MIPS4.
->ld32: WARNING 85: definition of XSGIvcQueryVersion in
->/usr/lib32/libpfdu_igl.so preempts that definition in
->/usr/lib32/libpfui.so.
->ld32: WARNING 85: definition of XSGIvcQueryVideoScreenInfo in
->/usr/lib32/libpfdu_igl.so preempts that definition in
->/usr/lib32/libpfui.so.
->ld32: WARNING 85: definition of XSGIvcListVideoFormats in
->/usr/lib32/libpfdu_igl.so preempts that definition in
->/usr/lib32/libpfui.so.
->ld32: WARNING 85: definition of XSGIvcListVideoFormatsCombinations in
->/usr/lib32/libpfdu_igl.so preempts that definition in
->/usr/lib32/libpfui.so.
->ld32: WARNING 85: definition of XSGIvcListVideoFormatsInCombination in
->/usr/lib32/libpfdu_igl.so preempts that definition in
->/usr/lib32/libpfui.so.
->ld32: WARNING 85: definition of XSGIvcLoadVideoFormat in
->/usr/lib32/libpfdu_igl.so preempts that definition in
->/usr/lib32/libpfui.so.
->ld32: WARNING 85: definition of XSGIvcLoadVideoFormatCombination in
->/usr/lib32/libpfdu_igl.so preempts that definition in
->/usr/lib32/libpfui.so.
->ld32: WARNING 85: definition of XSGIvcDisableChannel in
->/usr/lib32/libpfdu_igl.so preempts that definition in
->/usr/lib32/libpfui.so.
->ld32: WARNING 85: definition of XSGIvcQueryChannelInfo in
->/usr/lib32/libpfdu_igl.so preempts that definition in
->/usr/lib32/libpfui.so.
->ld32: WARNING 85: definition of XSGIvcQueryMonitorName in
->/usr/lib32/libpfdu_igl.so preempts that definition in
->/usr/lib32/libpfui.so.
->ld32: WARNING 85: definition of XSGIvcSetOutputGain in
->/usr/lib32/libpfdu_igl.so preempts that definition in
->/usr/lib32/libpfui.so.
->ld32: WARNING 85: definition of XSGIvcSetOutputPedestal in
->/usr/lib32/libpfdu_igl.so preempts that definition in
->/usr/lib32/libpfui.so.
->ld32: WARNING 85: definition of XSGIvcSetOutputPhaseH in
->/usr/lib32/libpfdu_igl.so preempts that definition in
->/usr/lib32/libpfui.so.
->ld32: WARNING 85: definition of XSGIvcSetOutputPhaseSCH in
->/usr/lib32/libpfdu_igl.so preempts that definition in
->/usr/lib32/libpfui.so.
->ld32: WARNING 85: definition of XSGIvcSetOutputPhaseV in
->/usr/lib32/libpfdu_igl.so preempts that definition in
->/usr/lib32/libpfui.so.
->ld32: WARNING 85: definition of XSGIvcSetChannelGammaMap in
->/usr/lib32/libpfdu_igl.so preempts that definition in
->/usr/lib32/libpfui.so.
->ld32: WARNING 85: definition of XSGIvcSetOutputBlanking in
->/usr/lib32/libpfdu_igl.so preempts that definition in
->/usr/lib32/libpfui.so.
->ld32: WARNING 85: definition of XSGIvcQueryOutputGain in
->/usr/lib32/libpfdu_igl.so preempts that definition in
->/usr/lib32/libpfui.so.
->ld32: WARNING 85: definition of XSGIvcQueryOutputPedestal in
->/usr/lib32/libpfdu_igl.so preempts that definition in
->/usr/lib32/libpfui.so.
->ld32: WARNING 85: definition of XSGIvcQueryOutputPhaseH in
->/usr/lib32/libpfdu_igl.so preempts that definition in
->/usr/lib32/libpfui.so.
->ld32: WARNING 85: definition of XSGIvcQueryOutputPhaseSCH in
->/usr/lib32/libpfdu_igl.so preempts that definition in
->/usr/lib32/libpfui.so.
->ld32: WARNING 85: definition of XSGIvcQueryOutputPhaseV in
->/usr/lib32/libpfdu_igl.so preempts that definition in
->/usr/lib32/libpfui.so.
->ld32: WARNING 85: definition of XSGIvcQueryChannelGammaMap in
->/usr/lib32/libpfdu_igl.so preempts that definition in
->/usr/lib32/libpfui.so.
->ld32: WARNING 85: definition of XSGIvcQueryOutputBlanking in
->/usr/lib32/libpfdu_igl.so preempts that definition in
->/usr/lib32/libpfui.so.
->ld32: WARNING 85: definition of XSGIvcSetOutputSync in
->/usr/lib32/libpfdu_igl.so preempts that definition in
->/usr/lib32/libpfui.so.
->ld32: WARNING 85: definition of XSGIvcQueryOutputSync in
->/usr/lib32/libpfdu_igl.so preempts that definition in
->/usr/lib32/libpfui.so.
->ld32: WARNING 85: definition of XSGIvcSetScreenInputSyncSource in
->/usr/lib32/libpfdu_igl.so preempts that definition in
->/usr/lib32/libpfui.so.
->ld32: WARNING 85: definition of XSGIvcQueryScreenInputSyncSource in
->/usr/lib32/libpfdu_igl.so preempts that definition in
->/usr/lib32/libpfui.so.
->ld32: WARNING 85: definition of XSGIvcSetPlatformParameter in
->/usr/lib32/libpfdu_igl.so preempts that definition in
->/usr/lib32/libpfui.so.
->ld32: WARNING 85: definition of XSGIvcQueryPlatformParameter in
->/usr/lib32/libpfdu_igl.so preempts that definition in
->/usr/lib32/libpfui.so.
->ld32: WARNING 85: definition of XSGIvcQueryScreenGammaMaps in
->/usr/lib32/libpfdu_igl.so preempts that definition in
->/usr/lib32/libpfui.so.
->ld32: WARNING 85: definition of XSGIvcQueryGammaMap in
->/usr/lib32/libpfdu_igl.so preempts that definition in
->/usr/lib32/libpfui.so.
->ld32: WARNING 85: definition of XSGIvcStoreGammaColors8 in
->/usr/lib32/libpfdu_igl.so preempts that definition in
->/usr/lib32/libpfui.so.
->ld32: WARNING 85: definition of XSGIvcStoreGammaColors16 in
->/usr/lib32/libpfdu_igl.so preempts that definition in
->/usr/lib32/libpfui.so.
->ld32: WARNING 85: definition of XSGIvcQueryGammaColors in
->/usr/lib32/libpfdu_igl.so preempts that definition in
->/usr/lib32/libpfui.so.
->ld32: WARNING 85: definition of XSGIvcSelectInput in
->/usr/lib32/libpfdu_igl.so preempts that definition in
->/usr/lib32/libpfui.so.
->ld32: WARNING 85: definition of XSGIvcFreeVideoFormatInfo in
->/usr/lib32/libpfdu_igl.so preempts that definition in
->/usr/lib32/libpfui.so.
->ld32: WARNING 85: definition of matchWilde in /usr/lib32/libpfdu_igl.so
->preempts that definition in /usr/lib32/libpfui.so.
->ld32: WARNING 84: /usr/lib32/libpfui.so is not used for resolving any
->symbol.
->ld32: WARNING 85: definition of XSGIvcQueryVersion in
->/usr/lib32/libpfui.so preempts that definition in
->/usr/lib32/libpfutil_igl.so.
->ld32: WARNING 85: definition of XSGIvcQueryVideoScreenInfo in
->/usr/lib32/libpfui.so preempts that definition in
->/usr/lib32/libpfutil_igl.so.
->ld32: WARNING 85: definition of XSGIvcListVideoFormats in
->/usr/lib32/libpfui.so preempts that definition in
->/usr/lib32/libpfutil_igl.so.
->ld32: WARNING 85: definition of XSGIvcListVideoFormatsCombinations in
->/usr/lib32/libpfui.so preempts that definition in
->/usr/lib32/libpfutil_igl.so.
->ld32: WARNING 85: definition of XSGIvcListVideoFormatsInCombination in
->/usr/lib32/libpfui.so preempts that definition in
->/usr/lib32/libpfutil_igl.so.
->ld32: WARNING 85: definition of XSGIvcLoadVideoFormat in
->/usr/lib32/libpfui.so preempts that definition in
->/usr/lib32/libpfutil_igl.so.
->ld32: WARNING 85: definition of XSGIvcLoadVideoFormatCombination in
->/usr/lib32/libpfui.so preempts that definition in
->/usr/lib32/libpfutil_igl.so.
->ld32: WARNING 85: definition of XSGIvcDisableChannel in
->/usr/lib32/libpfui.so preempts that definition in
->/usr/lib32/libpfutil_igl.so.
->ld32: WARNING 85: definition of XSGIvcQueryChannelInfo in
->/usr/lib32/libpfui.so preempts that definition in
->/usr/lib32/libpfutil_igl.so.
->ld32: WARNING 85: definition of XSGIvcQueryMonitorName in
->/usr/lib32/libpfui.so preempts that definition in
->/usr/lib32/libpfutil_igl.so.
->ld32: Giving up after printing 50 warnings. Use -wall to print all
->warnings.
->ld32: FATAL 9: I/O error (-lvl): No such file or directory
->*** Error code 2
->smake: Error: 1 error
->*** Error code 2
->=======================================================================
->List Archives, FAQ, FTP: http://www.sgi.com/Technology/Performer/
-> Submissions: info-performer++at++sgi.com
-> Admin. requests: info-performer-request++at++sgi.com
->
+>---- End of excerpt from Dotson, Brian W.

-- 
-----{-----{---++at++   -----{----{---++at++   -----{----{---++at++   -----{----{---++at++
Sharon Rose Clay - Silicon Graphics, Advanced Systems Dev.
src++at++sgi.com  (650) 933 - 1002  FAX: (650) 933 - 0858  MS 8U-590
-----{-----{---++at++   -----{----{---++at++   -----{----{---++at++   -----{----{---++at++
=======================================================================
List Archives, FAQ, FTP:  http://www.sgi.com/Technology/Performer/
            Submissions:  info-performer++at++sgi.com
        Admin. requests:  info-performer-request++at++sgi.com

New Message Reply Date view Thread view Subject view Author view

This archive was generated by hypermail 2.0b2 on Mon Aug 10 1998 - 17:57:41 PDT

This message has been cleansed for anti-spam protection. Replace '++at++' in any mail addresses with the '@' symbol.