Path: chuka.playstation.co.uk!news From: James Burns Newsgroups: scee.yaroze.freetalk.english Subject: Re: WinXP, SIOCONS & Memory Manager Date: Wed, 22 Oct 2003 22:51:39 +0100 Organization: PlayStation Net Yaroze (SCEE) Lines: 983 Message-ID: References: NNTP-Posting-Host: m54-mp1.cvx2-a.bre.dial.ntli.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en, en-us In-Reply-To: Another thing I just remembered is that I still have PSX and GNU folders on C: and my environment variables are still setup to the path setting. I'll try some other stuff to see whats going on. Ta, James Net Yaroze wrote: > Andy, > > Thats exactly the same results that I'm getting. :( > Lets hope James can help us out ! > > If it's any help, I have attached a file which contains all the output when > trying to compile "Ricochet" - can't remember where I got ricochet from > though. > > -Kenny > > > "Andrew Murray" wrote in message > news:bn6lpc$m4k8@www.netyaroze-europe.com... > >>Dammit! >> >>Right, i've tried everything I can think of. I have tried to emulate the >>file structure of the PSX and GNU directories from the original Yaroze >>distribution and copying the relevant GCC2.8.1 files over in the hope that >>the include and lib paths would be set through the djgpp.env file but > > nadda, > >>nothing, diddily-squat. >> >>I have also followed the instructions to the letter, i.e. unzip gcc281.zip >>to root of C drive and replace djsetup.bat and libsngcc.a with the ones > > from > >>the setup.zip and nothing. >> >>The best I can get is that it attempts to actually compile main.c but it >>spits out tonnes of errors about undefined types because the include path >>has not been set, etc...Then it asks for a file called mips-tfile.exe (or >>similar, i'm recounting this from memory), says it can't find it. error, >>choke, splutter, die, etc... >> >>James, I don't know how the hell you managed it! Could you step us through >>what you did, if it was in any way different from the instructions given? >>Either it doesn't like WinXP Pro (deduced from the fact James said he > > tried > >>it in Home Edition) or I'm missing something really trivial, like > > forgetting > >>to turn the computer on, or something... >> >>Oh well. >>Andy. >> >>"Andrew Murray" wrote in message >>news:bn6gks$m4k6@www.netyaroze-europe.com... >> >>>I'm getting that error now as well. I would have thought that it would > > be > >>>the djgpp.env file that specified the include and lib paths but the zip >>>files I downloaded don't seem to have one. I'm going to look again and >>>generally hack about a bit more. >>> >>>Andy. >>> >>>"Net Yaroze" wrote in message >>>news:bn6ekf$m4k5@www.netyaroze-europe.com... >>> >>>>Rats. >>>>Still can't get things to compile under XP Pro. >>>> >>>>After messing with the path I got rid of the "no such file or folder" >>> >>>error, >>> >>>>but no I get this... >>>> >>>>gcc -g -G0 -c main.c -o main.o >>>>main.c:18: No include path in which to find libps.h >>>>In file included from main.c:19: >>>>pad1.h:7: No include path in which to find libps.h >>>>... >>>>and so on. >>>> >>>>Where do I specify the include path???????? >>>> >>>>-Kenny >>>> >>>> >>>> >>>> >>>>"Andrew Murray" wrote in message >>>>news:blrt3l$4t31@www.netyaroze-europe.com... >>>> >>>>>Anyone still check these newsgroups? >>>>> >>>>>I'm looking for a WinXP GNU setup, can anyone get GNU projects to >> >>build >> >>>on >>> >>>>>WinXP? I know about PSCOMM as an alternative to SIOCONS, does it > > work > >>>>under >>>> >>>>>XP or only 2000, or is there any difference? >>>>> >>>>>Also is there a resource manager out there that can take a list (or >>>>>equivelant) of files and generate a list of defines with addresses >>>> >>>>attatched >>>> >>>>>so I can copy and paste into a project? >>>>> >>>>>Anyway hope all is well, any new projects on the horizon? Anybody >>> >>>checked >>> >>>>>out the xGameStation? (www.xgamestation.com), who needs that when > > you > >>>have >>> >>>>a >>>> >>>>>Yaroze? >>>>> >>>>>Thanks in advance, >>>>>Andrew. >>>>> >>>>> >>>> >>>> >>> >> > > > G:\Dev\Ricochet>del *.o > > G:\Dev\Ricochet>make > gcc -g -G0 -c main.c -o main.o > main.c:18: No include path in which to find libps.h > In file included from main.c:19: > pad1.h:7: No include path in which to find libps.h > In file included from main.c:20: > myfonts.h:1: No include path in which to find libps.h > In file included from main.c:21: > sound.h:1: No include path in which to find libps.h > In file included from main.c:19: > pad1.h:76: parse error before `*' > pad1.h:76: warning: data definition has no type or storage class > pad1.h:78: parse error before `PadRead' > pad1.h:78: warning: data definition has no type or storage class > pad1.h:79: parse error before `PadInit' > pad1.h:79: warning: data definition has no type or storage class > In file included from main.c:20: > myfonts.h:11: parse error before `GsSPRITE' > myfonts.h:11: warning: no semicolon at end of struct or union > myfonts.h:12: warning: data definition has no type or storage class > myfonts.h:13: parse error before `char_height' > myfonts.h:13: warning: data definition has no type or storage class > myfonts.h:14: parse error before `set_width' > myfonts.h:14: warning: data definition has no type or storage class > myfonts.h:15: parse error before `set_height' > myfonts.h:15: warning: data definition has no type or storage class > myfonts.h:16: parse error before `img' > myfonts.h:16: warning: data definition has no type or storage class > myfonts.h:17: parse error before `tpage' > myfonts.h:17: warning: data definition has no type or storage class > myfonts.h:18: parse error before `draw' > myfonts.h:18: warning: data definition has no type or storage class > myfonts.h:20: parse error before `}' > myfonts.h:20: warning: data definition has no type or storage class > main.c:112: parse error before `DRAWENV' > main.c:112: warning: no semicolon at end of struct or union > main.c:113: warning: data definition has no type or storage class > main.c:114: parse error before `gsot' > main.c:114: warning: data definition has no type or storage class > main.c:115: parse error before `gsot2' > main.c:115: warning: data definition has no type or storage class > main.c:116: parse error before `ot' > main.c:116: warning: data definition has no type or storage class > main.c:117: parse error before `ot2' > main.c:117: warning: data definition has no type or storage class > main.c:118: parse error before `gsprim' > main.c:118: warning: data definition has no type or storage class > main.c:119: parse error before `}' > main.c:119: warning: data definition has no type or storage class > main.c:123: parse error before `GsBOXF' > main.c:123: warning: no semicolon at end of struct or union > main.c:124: warning: data definition has no type or storage class > main.c:125: parse error before `*' > main.c:125: warning: data definition has no type or storage class > main.c:126: parse error before `}' > main.c:126: warning: data definition has no type or storage class > main.c:132: parse error before `volume_slider' > main.c:132: warning: data definition has no type or storage class > main.c:133: parse error before `turboBarP1' > main.c:133: warning: data definition has no type or storage class > main.c:134: parse error before `turboBarP2' > main.c:134: warning: data definition has no type or storage class > main.c:135: parse error before `TextBack' > main.c:135: warning: data definition has no type or storage class > main.c:136: parse error before `fade' > main.c:136: warning: data definition has no type or storage class > main.c:137: parse error before `turboP1' > main.c:137: warning: data definition has no type or storage class > main.c:138: parse error before `turboP2' > main.c:138: warning: data definition has no type or storage class > main.c:144: parse error before `*' > main.c:144: warning: data definition has no type or storage class > main.c:146: parse error before `clipView' > main.c:146: warning: excess elements in scalar initializer after `clipView' > main.c:146: warning: excess elements in scalar initializer after `clipView' > main.c:146: warning: excess elements in scalar initializer after `clipView' > main.c:146: warning: data definition has no type or storage class > main.c:147: parse error before `clipView1' > main.c:147: warning: excess elements in scalar initializer after `clipView1' > main.c:147: warning: excess elements in scalar initializer after `clipView1' > main.c:147: warning: excess elements in scalar initializer after `clipView1' > main.c:147: warning: data definition has no type or storage class > main.c:148: parse error before `clipView2' > main.c:148: warning: excess elements in scalar initializer after `clipView2' > main.c:148: warning: excess elements in scalar initializer after `clipView2' > main.c:148: warning: excess elements in scalar initializer after `clipView2' > main.c:148: warning: data definition has no type or storage class > main.c:149: parse error before `clipTitle' > main.c:149: warning: excess elements in scalar initializer after `clipTitle' > main.c:149: warning: excess elements in scalar initializer after `clipTitle' > main.c:149: warning: excess elements in scalar initializer after `clipTitle' > main.c:149: warning: data definition has no type or storage class > main.c:151: parse error before `scrnCol' > main.c:151: warning: excess elements in scalar initializer after `scrnCol' > main.c:151: warning: excess elements in scalar initializer after `scrnCol' > main.c:151: warning: excess elements in scalar initializer after `scrnCol' > main.c:151: warning: data definition has no type or storage class > main.c:158: parse error before `SCREEN' > main.c:158: warning: data definition has no type or storage class > main.c:159: parse error before `game_state' > main.c:159: warning: data definition has no type or storage class > main.c:160: parse error before `PWorld' > main.c:160: warning: data definition has no type or storage class > main.c:161: parse error before `LastPadPos' > main.c:161: warning: data definition has no type or storage class > main.c:162: parse error before `object' > main.c:162: warning: data definition has no type or storage class > main.c:163: parse error before `DWorld' > main.c:163: warning: data definition has no type or storage class > main.c:164: parse error before `fog' > main.c:164: warning: data definition has no type or storage class > main.c:165: parse error before `fogdepth' > main.c:165: warning: data definition has no type or storage class > main.c:166: parse error before `view' > main.c:166: warning: data definition has no type or storage class > main.c:167: parse error before `pslt' > main.c:167: warning: data definition has no type or storage class > main.c:168: parse error before `PadData' > main.c:168: warning: data definition has no type or storage class > main.c:169: parse error before `p1_speed' > main.c:169: warning: data definition has no type or storage class > main.c:170: parse error before `p2_speed' > main.c:170: warning: data definition has no type or storage class > main.c:171: parse error before `dir_vect' > main.c:172: warning: data definition has no type or storage class > main.c:174: parse error before `ball_step' > main.c:174: warning: data definition has no type or storage class > main.c:175: parse error before `testParam' > main.c:175: warning: braces around scalar initializer for `testParam' > main.c:175: `ONE' undeclared here (not in a function) > main.c:175: initializer element for `testParam' is not constant > main.c:175: `ONE' undeclared here (not in a function) > main.c:175: warning: excess elements in scalar initializer after `testParam' > main.c:175: `ONE' undeclared here (not in a function) > main.c:175: warning: excess elements in scalar initializer after `testParam' > main.c:175: warning: braces around scalar initializer for `testParam' > main.c:175: warning: excess elements in scalar initializer after `testParam' > main.c:175: warning: excess elements in scalar initializer after `testParam' > main.c:175: warning: excess elements in scalar initializer after `testParam' > main.c:175: warning: braces around scalar initializer for `testParam' > main.c:175: warning: excess elements in scalar initializer after `testParam' > main.c:175: warning: excess elements in scalar initializer after `testParam' > main.c:175: warning: excess elements in scalar initializer after `testParam' > main.c:175: warning: data definition has no type or storage class > main.c:177: parse error before `Frame' > main.c:177: warning: data definition has no type or storage class > main.c:178: parse error before `GsIDMATRIX' > main.c:178: warning: data definition has no type or storage class > main.c:184: parse error before `*' > main.c:185: parse error before `*' > main.c:187: parse error before `loadTexture' > main.c:187: parse error before `*' > main.c:187: warning: data definition has no type or storage class > main.c:188: parse error before `*' > main.c:194: parse error before `u_short' > main.c:206: parse error before `*' > main.c:215: parse error before `PadInit' > main.c:215: warning: data definition has no type or storage class > main.c:216: parse error before `PadRead' > main.c:216: warning: data definition has no type or storage class > main.c:218: parse error before `initFontSet' > main.c:218: parse error before `*' > main.c:218: warning: data definition has no type or storage class > main.c:219: parse error before `u_short' > main.c: In function `main': > main.c:226: `DB' undeclared (first use in this function) > main.c:226: (Each undeclared identifier is reported only once > main.c:226: for each function it appears in.) > main.c:226: parse error before `db' > main.c:227: `cdb' undeclared (first use in this function) > main.c:228: parse error before `int' > main.c:231: `db' undeclared (first use in this function) > main.c:238: `u_long' undeclared (first use in this function) > main.c:238: parse error before `)' > main.c:239: parse error before `)' > main.c:240: parse error before `)' > main.c:241: parse error before `)' > main.c:242: parse error before `)' > main.c:243: parse error before `)' > main.c:244: parse error before `)' > main.c:245: parse error before `)' > main.c:246: parse error before `)' > main.c:247: parse error before `)' > main.c:248: parse error before `)' > main.c:249: parse error before `)' > main.c:250: parse error before `)' > main.c:254: parse error before `)' > main.c: At top level: > main.c:301: parse error before `*' > main.c: In function `drawGameScreen': > main.c:303: `MATRIX' undeclared (first use in this function) > main.c:303: parse error before `tmpls' > main.c:309: `cdb' undeclared (first use in this function) > main.c:326: request for member `coord2' in something not a structure or union > main.c:326: `tmpls' undeclared (first use in this function) > main.c:328: request for member `coord2' in something not a structure or union > main.c:339: request for member `coord2' in something not a structure or union > main.c:341: request for member `coord2' in something not a structure or union > main.c:379: request for member `r' in something not a structure or union > main.c:379: request for member `g' in something not a structure or union > main.c:379: request for member `b' in something not a structure or union > main.c:393: request for member `coord2' in something not a structure or union > main.c:395: request for member `coord2' in something not a structure or union > main.c:429: request for member `r' in something not a structure or union > main.c:429: request for member `g' in something not a structure or union > main.c:429: request for member `b' in something not a structure or union > main.c: At top level: > main.c:439: parse error before `*' > main.c: In function `drawTitleScrn': > main.c:441: `MATRIX' undeclared (first use in this function) > main.c:441: parse error before `tmpls' > main.c:443: syntax error before `clip' > main.c: At top level: > main.c:446: parse error before `->' > main.c:446: warning: data definition has no type or storage class > main.c:449: parse error before `0' > main.c:449: warning: data definition has no type or storage class > main.c:452: parse error before `0' > main.c:452: warning: data definition has no type or storage class > main.c:458: parse error before `&' > main.c:458: warning: data definition has no type or storage class > main.c:459: parse error before `[' > main.c:459: warning: data definition has no type or storage class > main.c:460: parse error before `&' > main.c:460: warning: data definition has no type or storage class > main.c:461: parse error before `&' > main.c:464: parse error before `&' > main.c:464: warning: data definition has no type or storage class > main.c:467: parse error before `-' > main.c:467: conflicting types for `drawVolumeSlider' > main.c:210: previous declaration of `drawVolumeSlider' > main.c:467: warning: data definition has no type or storage class > main.c:468: parse error before string constant > main.c:468: warning: data definition has no type or storage class > main.c:469: parse error before string constant > main.c:469: warning: data definition has no type or storage class > main.c:470: parse error before string constant > main.c:470: warning: data definition has no type or storage class > main.c:471: parse error before string constant > main.c:471: warning: data definition has no type or storage class > main.c:473: parse error before string constant > main.c:473: warning: data definition has no type or storage class > main.c:474: parse error before string constant > main.c:474: warning: data definition has no type or storage class > main.c:476: parse error before `&' > main.c:476: warning: data definition has no type or storage class > main.c:479: parse error before `0' > main.c:479: warning: data definition has no type or storage class > main.c:480: parse error before `0' > main.c:480: warning: data definition has no type or storage class > main.c:483: warning: data definition has no type or storage class > main.c:484: parse error before `320' > main.c:484: warning: data definition has no type or storage class > main.c:485: parse error before `&' > main.c:485: warning: data definition has no type or storage class > main.c:487: parse error before `0' > main.c:487: warning: data definition has no type or storage class > main.c:489: parse error before `&' > main.c:489: warning: data definition has no type or storage class > main.c:492: parse error before `-' > main.c:492: warning: data definition has no type or storage class > main.c:495: parse error before `1' > main.c:495: warning: data definition has no type or storage class > main.c: In function `movePad2': > main.c:502: syntax error before `error' > main.c:504: `error' undeclared (first use in this function) > main.c:506: request for member `coord' in something not a structure or union > main.c:508: request for member `coord' in something not a structure or union > main.c:508: request for member `coord' in something not a structure or union > main.c:510: request for member `coord' in something not a structure or union > main.c:512: request for member `coord' in something not a structure or union > main.c:512: request for member `coord' in something not a structure or union > main.c:514: request for member `coord' in something not a structure or union > main.c:517: request for member `coord' in something not a structure or union > main.c:517: request for member `coord' in something not a structure or union > main.c:519: request for member `coord' in something not a structure or union > main.c:521: request for member `coord' in something not a structure or union > main.c:521: request for member `coord' in something not a structure or union > main.c:523: request for member `coord' in something not a structure or union > main.c: In function `updateGame': > main.c:538: syntax error before `pad_step' > main.c: At top level: > main.c:539: parse error before `pad_tilt' > main.c:539: warning: excess elements in scalar initializer after `pad_tilt' > main.c:539: warning: excess elements in scalar initializer after `pad_tilt' > main.c:539: warning: excess elements in scalar initializer after `pad_tilt' > main.c:539: warning: data definition has no type or storage class > main.c:540: parse error before `pad2_step' > main.c:540: warning: excess elements in scalar initializer after `pad2_step' > main.c:540: warning: excess elements in scalar initializer after `pad2_step' > main.c:540: warning: excess elements in scalar initializer after `pad2_step' > main.c:540: warning: data definition has no type or storage class > main.c:541: parse error before `pad2_tilt' > main.c:541: warning: excess elements in scalar initializer after `pad2_tilt' > main.c:541: warning: excess elements in scalar initializer after `pad2_tilt' > main.c:541: warning: excess elements in scalar initializer after `pad2_tilt' > main.c:541: warning: data definition has no type or storage class > main.c:549: parse error before `lightCol' > main.c:549: warning: data definition has no type or storage class > main.c:550: parse error before `state_clock' > main.c:550: warning: data definition has no type or storage class > main.c:551: parse error before `temp_mat' > main.c:551: initializer element is not constant > main.c:551: warning: data definition has no type or storage class > main.c:552: parse error before `temp_vect' > main.c:552: warning: data definition has no type or storage class > main.c:554: parse error before `++' > main.c:557: initializer element is not constant > main.c:557: warning: data definition has no type or storage class > main.c:560: parse error before `switch' > main.c:567: conflicting types for `delay' > main.c:544: previous declaration of `delay' > main.c:567: warning: data definition has no type or storage class > main.c:568: parse error before `.' > main.c:572: parse error before `0' > main.c:572: warning: data definition has no type or storage class > main.c:574: parse error before `.' > main.c:577: redefinition of `explode' > main.c:547: `explode' previously defined here > main.c:577: warning: data definition has no type or storage class > main.c:578: parse error before `}' > main.c:590: parse error before `.' > main.c:591: parse error before `.' > main.c:592: parse error before `.' > main.c:593: parse error before `.' > main.c:594: parse error before `.' > main.c:595: parse error before `.' > main.c:596: redefinition of `explode' > main.c:577: `explode' previously defined here > main.c:596: warning: data definition has no type or storage class > main.c:597: redefinition of `delay' > main.c:567: `delay' previously defined here > main.c:597: warning: data definition has no type or storage class > main.c:598: parse error before `}' > main.c:606: parse error before `.' > main.c:607: parse error before `.' > main.c:608: parse error before `.' > main.c:609: parse error before `0' > main.c:609: warning: data definition has no type or storage class > main.c:615: parse error before `.' > main.c:616: parse error before `.' > main.c:617: parse error before `.' > main.c:618: parse error before `0' > main.c:618: warning: data definition has no type or storage class > main.c:647: redefinition of `delay' > main.c:597: `delay' previously defined here > main.c:647: warning: data definition has no type or storage class > main.c:648: warning: parameter names (without types) in function declaration > main.c:648: warning: data definition has no type or storage class > main.c:650: parse error before `}' > main.c:654: conflicting types for `resetGameStuff' > main.c:213: previous declaration of `resetGameStuff' > main.c:654: warning: data definition has no type or storage class > main.c:656: parse error before `60' > main.c:656: warning: data definition has no type or storage class > main.c:658: parse error before `0' > main.c:658: warning: data definition has no type or storage class > main.c:679: parse error before `.' > main.c:694: parse error before `.' > main.c:724: parse error before `.' > main.c:725: parse error before `.' > main.c:757: parse error before `.' > main.c:758: parse error before `.' > main.c:788: parse error before `&' > main.c:788: warning: data definition has no type or storage class > main.c:789: parse error before `&' > main.c:789: warning: data definition has no type or storage class > main.c:790: initializer element is not constant > main.c:790: warning: data definition has no type or storage class > main.c:796: parse error before `if' > main.c:803: conflicting types for `shockOn' > main.c:543: previous declaration of `shockOn' > main.c:803: initializer element is not constant > main.c:803: warning: data definition has no type or storage class > main.c:804: redefinition of `explode' > main.c:596: `explode' previously defined here > main.c:804: warning: data definition has no type or storage class > main.c:805: parse error before `.' > main.c:808: parse error before `&' > main.c:808: conflicting types for `playSoundNote' > main.c:194: previous declaration of `playSoundNote' > main.c:808: warning: data definition has no type or storage class > main.c:809: parse error before `++' > main.c:819: redefinition of `shockOn' > main.c:803: `shockOn' previously defined here > main.c:819: initializer element is not constant > main.c:819: warning: data definition has no type or storage class > main.c:820: redefinition of `explode' > main.c:804: `explode' previously defined here > main.c:820: warning: data definition has no type or storage class > main.c:821: parse error before `.' > main.c:825: parse error before `&' > main.c:825: warning: data definition has no type or storage class > main.c:826: parse error before `++' > main.c:837: conflicting types for `sparkOn' > main.c:542: previous declaration of `sparkOn' > main.c:837: initializer element is not constant > main.c:837: warning: data definition has no type or storage class > main.c:838: parse error before `&' > main.c:838: warning: data definition has no type or storage class > main.c:847: redefinition of `sparkOn' > main.c:837: `sparkOn' previously defined here > main.c:847: initializer element is not constant > main.c:847: warning: data definition has no type or storage class > main.c:848: parse error before `&' > main.c:848: warning: data definition has no type or storage class > main.c:856: redefinition of `sparkOn' > main.c:847: `sparkOn' previously defined here > main.c:856: initializer element is not constant > main.c:856: warning: data definition has no type or storage class > main.c:857: parse error before `&' > main.c:857: warning: data definition has no type or storage class > main.c:865: redefinition of `sparkOn' > main.c:856: `sparkOn' previously defined here > main.c:865: initializer element is not constant > main.c:865: warning: data definition has no type or storage class > main.c:866: parse error before `&' > main.c:866: warning: data definition has no type or storage class > main.c:930: parse error before `&' > main.c:930: warning: data definition has no type or storage class > main.c:931: parse error before `&' > main.c:931: warning: data definition has no type or storage class > main.c:933: parse error before `.' > main.c:937: parse error before `&' > main.c:937: warning: data definition has no type or storage class > main.c:957: parse error before `&' > main.c:957: warning: data definition has no type or storage class > main.c:964: parse error before `.' > main.c:965: parse error before `.' > main.c:966: parse error before `.' > main.c:968: conflicting types for `spinBall' > main.c:202: previous declaration of `spinBall' > main.c:968: warning: data definition has no type or storage class > main.c:969: conflicting types for `moveLight' > main.c:201: previous declaration of `moveLight' > main.c:969: warning: data definition has no type or storage class > main.c:972: parse error before `if' > main.c:975: parse error before `.' > main.c:976: parse error before `.' > main.c:977: parse error before `.' > main.c:978: parse error before `.' > main.c:979: parse error before `.' > main.c:980: parse error before `.' > main.c:1021: parse error before `.' > main.c:1022: parse error before `.' > main.c:1027: parse error before `.' > main.c:1041: parse error before `&' > main.c:1041: warning: data definition has no type or storage class > main.c:1050: parse error before `&' > main.c:1050: warning: data definition has no type or storage class > main.c:1069: parse error before `0' > main.c:1069: warning: data definition has no type or storage class > main.c:1070: redefinition of `lighton' > main.c:140: `lighton' previously defined here > main.c:1070: warning: data definition has no type or storage class > main.c:1071: parse error before `}' > main.c:1079: parse error before `0' > main.c:1079: warning: data definition has no type or storage class > main.c:1080: redefinition of `lighton' > main.c:1070: `lighton' previously defined here > main.c:1080: warning: data definition has no type or storage class > main.c:1081: parse error before `}' > main.c:1089: parse error before `0' > main.c:1089: warning: data definition has no type or storage class > main.c:1091: parse error before `.' > main.c:1098: redefinition of `delay' > main.c:647: `delay' previously defined here > main.c:1098: warning: data definition has no type or storage class > main.c:1099: parse error before `}' > main.c:1107: redefinition of `DONE' > main.c:157: `DONE' previously defined here > main.c:1107: warning: data definition has no type or storage class > main.c:1108: parse error before `return' > main.c:1117: warning: parameter names (without types) in function declaration > main.c:1117: warning: data definition has no type or storage class > main.c:1118: redefinition of `delay' > main.c:1098: `delay' previously defined here > main.c:1118: warning: data definition has no type or storage class > main.c:1119: parse error before `}' > main.c:1126: parse error before `.' > main.c: In function `interactiveTitle': > main.c:1157: request for member `vx' in something not a structure or union > main.c:1158: request for member `attribute' in something not a structure or unio > n > main.c:1158: `GsLOFF' undeclared (first use in this function) > main.c:1159: request for member `attribute' in something not a structure or unio > n > main.c:1160: request for member `coord' in something not a structure or union > main.c:1161: request for member `coord' in something not a structure or union > main.c:1162: request for member `coord' in something not a structure or union > main.c:1164: request for member `coord' in something not a structure or union > main.c:1164: request for member `coord' in something not a structure or union > main.c:1165: request for member `coord' in something not a structure or union > main.c:1165: request for member `coord' in something not a structure or union > main.c:1166: request for member `coord' in something not a structure or union > main.c:1166: request for member `coord' in something not a structure or union > main.c:1168: request for member `coord' in something not a structure or union > main.c:1169: request for member `coord' in something not a structure or union > main.c:1170: request for member `coord' in something not a structure or union > main.c:1172: request for member `vz' in something not a structure or union > main.c:1173: request for member `vx' in something not a structure or union > main.c:1174: request for member `vy' in something not a structure or union > main.c:1187: request for member `vx' in something not a structure or union > main.c:1189: request for member `attribute' in something not a structure or unio > n > main.c:1190: request for member `attribute' in something not a structure or unio > n > main.c:1191: request for member `coord' in something not a structure or union > main.c:1192: request for member `coord' in something not a structure or union > main.c:1193: request for member `coord' in something not a structure or union > main.c:1195: request for member `coord' in something not a structure or union > main.c:1195: request for member `coord' in something not a structure or union > main.c:1196: request for member `coord' in something not a structure or union > main.c:1196: request for member `coord' in something not a structure or union > main.c:1197: request for member `coord' in something not a structure or union > main.c:1197: request for member `coord' in something not a structure or union > main.c:1199: request for member `coord' in something not a structure or union > main.c:1200: request for member `coord' in something not a structure or union > main.c:1201: request for member `coord' in something not a structure or union > main.c:1203: request for member `vz' in something not a structure or union > main.c:1204: request for member `vx' in something not a structure or union > main.c:1205: request for member `vy' in something not a structure or union > main.c:1222: request for member `vx' in something not a structure or union > main.c:1222: request for member `vy' in something not a structure or union > main.c:1222: request for member `vz' in something not a structure or union > main.c:1224: request for member `r' in something not a structure or union > main.c:1224: request for member `g' in something not a structure or union > main.c:1224: request for member `b' in something not a structure or union > main.c:1229: request for member `front' in something not a structure or union > main.c:1231: request for member `front' in something not a structure or union > main.c:1236: request for member `front' in something not a structure or union > main.c:1238: request for member `front' in something not a structure or union > main.c:1263: `u_long' undeclared (first use in this function) > main.c:1263: parse error before `)' > main.c:1267: parse error before `)' > main.c:1270: `SSPLAY_INFINITY' undeclared (first use in this function) > main.c:1282: request for member `flg' in something not a structure or union > main.c: In function `initPos': > main.c:1297: request for member `coord2' in something not a structure or union > main.c:1298: request for member `coord2' in something not a structure or union > main.c:1299: request for member `coord2' in something not a structure or union > main.c:1300: request for member `attribute' in something not a structure or unio > n > main.c:1303: request for member `coord' in something not a structure or union > main.c:1304: request for member `coord' in something not a structure or union > main.c:1305: request for member `coord' in something not a structure or union > main.c:1306: request for member `attribute' in something not a structure or unio > n > main.c:1309: request for member `coord' in something not a structure or union > main.c:1310: request for member `coord' in something not a structure or union > main.c:1311: request for member `coord' in something not a structure or union > main.c:1315: request for member `vx' in something not a structure or union > main.c:1316: request for member `vy' in something not a structure or union > main.c:1317: request for member `vz' in something not a structure or union > main.c:1320: request for member `vx' in something not a structure or union > main.c:1320: `ONE' undeclared (first use in this function) > main.c:1321: request for member `vy' in something not a structure or union > main.c:1322: request for member `vz' in something not a structure or union > main.c:1323: request for member `coord2' in something not a structure or union > main.c:1324: request for member `attribute' in something not a structure or unio > n > main.c:1324: `GsLLMOD' undeclared (first use in this function) > main.c:1324: `GsFOG' undeclared (first use in this function) > main.c:1327: request for member `vx' in something not a structure or union > main.c:1328: request for member `vy' in something not a structure or union > main.c:1329: request for member `vz' in something not a structure or union > main.c:1330: request for member `coord2' in something not a structure or union > main.c:1333: request for member `vx' in something not a structure or union > main.c:1334: request for member `vy' in something not a structure or union > main.c:1335: request for member `vz' in something not a structure or union > main.c:1336: request for member `coord2' in something not a structure or union > main.c:1337: request for member `coord2' in something not a structure or union > main.c:1340: request for member `vx' in something not a structure or union > main.c:1341: request for member `vy' in something not a structure or union > main.c:1342: request for member `vz' in something not a structure or union > main.c:1343: request for member `coord2' in something not a structure or union > main.c:1344: request for member `attribute' in something not a structure or unio > n > main.c:1344: `GsDOFF' undeclared (first use in this function) > main.c:1348: request for member `attribute' in something not a structure or unio > n > main.c:1356: request for member `vy' in something not a structure or union > main.c:1356: request for member `vz' in something not a structure or union > main.c:1357: request for member `vx' in something not a structure or union > main.c:1358: request for member `vz' in something not a structure or union > main.c:1359: request for member `vx' in something not a structure or union > main.c:1360: request for member `vy' in something not a structure or union > main.c:1361: request for member `vy' in something not a structure or union > main.c:1361: request for member `vz' in something not a structure or union > main.c:1361: request for member `vx' in something not a structure or union > main.c: At top level: > main.c:1366: parse error before `*' > main.c: In function `initSystem': > main.c:1375: `GsNONINTER' undeclared (first use in this function) > main.c:1375: `GsOFSGPU' undeclared (first use in this function) > main.c:1381: `db' undeclared (first use in this function) > main.c:1385: `GsOT_TAG' undeclared (first use in this function) > main.c:1385: parse error before `)' > main.c:1386: parse error before `)' > main.c:1396: parse error before `)' > main.c:1397: parse error before `)' > main.c:1404: request for member `dqa' in something not a structure or union > main.c:1404: `ONE' undeclared (first use in this function) > main.c:1405: request for member `dqb' in something not a structure or union > main.c:1406: request for member `rfc' in something not a structure or union > main.c:1406: request for member `gfc' in something not a structure or union > main.c:1406: request for member `bfc' in something not a structure or union > main.c: In function `initView': > main.c:1439: request for member `vpx' in something not a structure or union > main.c:1439: request for member `vpy' in something not a structure or union > main.c:1439: request for member `vpz' in something not a structure or union > main.c:1440: request for member `vrx' in something not a structure or union > main.c:1440: request for member `vry' in something not a structure or union > main.c:1440: request for member `vrz' in something not a structure or union > main.c:1441: request for member `rz' in something not a structure or union > main.c:1442: request for member `super' in something not a structure or union > main.c:1442: `WORLD' undeclared (first use in this function) > main.c:1448: request for member `vpx' in something not a structure or union > main.c:1448: request for member `vpy' in something not a structure or union > main.c:1448: request for member `coord' in something not a structure or union > main.c:1448: request for member `vpz' in something not a structure or union > main.c:1449: request for member `vrx' in something not a structure or union > main.c:1449: request for member `vry' in something not a structure or union > main.c:1449: request for member `coord' in something not a structure or union > main.c:1449: request for member `vrz' in something not a structure or union > main.c:1450: request for member `rz' in something not a structure or union > main.c:1451: request for member `super' in something not a structure or union > main.c: At top level: > main.c:1456: parse error before `x' > main.c: In function `setView': > main.c:1462: request for member `vpx' in something not a structure or union > main.c:1462: `x' undeclared (first use in this function) > main.c:1462: request for member `vpy' in something not a structure or union > main.c:1462: `y' undeclared (first use in this function) > main.c:1462: request for member `vpz' in something not a structure or union > main.c:1462: `z' undeclared (first use in this function) > main.c:1463: request for member `vrx' in something not a structure or union > main.c:1463: request for member `vry' in something not a structure or union > main.c:1463: request for member `vrz' in something not a structure or union > main.c:1464: request for member `rz' in something not a structure or union > main.c:1465: request for member `super' in something not a structure or union > main.c:1465: `WORLD' undeclared (first use in this function) > main.c: In function `initView2': > main.c:1472: request for member `vpx' in something not a structure or union > main.c:1472: request for member `vpy' in something not a structure or union > main.c:1472: request for member `coord' in something not a structure or union > main.c:1472: request for member `vpz' in something not a structure or union > main.c:1473: request for member `vrx' in something not a structure or union > main.c:1473: request for member `vry' in something not a structure or union > main.c:1473: request for member `coord' in something not a structure or union > main.c:1473: request for member `vrz' in something not a structure or union > main.c:1474: request for member `rz' in something not a structure or union > main.c:1475: request for member `super' in something not a structure or union > main.c:1475: `WORLD' undeclared (first use in this function) > main.c: In function `initLight': > main.c:1488: request for member `vx' in something not a structure or union > main.c:1488: request for member `vy' in something not a structure or union > main.c:1488: request for member `vz' in something not a structure or union > main.c:1489: request for member `r' in something not a structure or union > main.c:1489: request for member `g' in something not a structure or union > main.c:1489: request for member `b' in something not a structure or union > main.c:1493: request for member `vx' in something not a structure or union > main.c:1493: request for member `vy' in something not a structure or union > main.c:1493: request for member `vz' in something not a structure or union > main.c:1494: request for member `r' in something not a structure or union > main.c:1494: request for member `g' in something not a structure or union > main.c:1494: request for member `b' in something not a structure or union > main.c:1498: request for member `vx' in something not a structure or union > main.c:1498: request for member `vy' in something not a structure or union > main.c:1498: request for member `vz' in something not a structure or union > main.c:1499: request for member `r' in something not a structure or union > main.c:1499: request for member `g' in something not a structure or union > main.c:1499: request for member `b' in something not a structure or union > main.c:1503: `ONE' undeclared (first use in this function) > main.c: At top level: > main.c:1512: conflicting types for `moveLight' > main.c:969: previous declaration of `moveLight' > main.c: In function `moveLight': > main.c:1518: request for member `vx' in something not a structure or union > main.c:1519: request for member `vy' in something not a structure or union > main.c:1520: request for member `vz' in something not a structure or union > main.c:1520: request for member `coord' in something not a structure or union > main.c:1524: request for member `r' in something not a structure or union > main.c:1524: request for member `r' in something not a structure or union > main.c:1527: request for member `r' in something not a structure or union > main.c:1529: request for member `g' in something not a structure or union > main.c:1529: request for member `g' in something not a structure or union > main.c:1532: request for member `g' in something not a structure or union > main.c:1534: request for member `b' in something not a structure or union > main.c:1534: request for member `b' in something not a structure or union > main.c:1537: request for member `b' in something not a structure or union > main.c: At top level: > main.c:1553: parse error before `*' > main.c: In function `initModelingData': > main.c:1555: `u_long' undeclared (first use in this function) > main.c:1555: `tmdp' undeclared (first use in this function) > main.c:1558: `addr' undeclared (first use in this function) > main.c:1571: parse error before `tmdp' > main.c:1574: `index' undeclared (first use in this function) > main.c:1576: `WORLD' undeclared (first use in this function) > main.c: At top level: > main.c:1586: parse error before `loadTexture' > main.c:1586: parse error before `*' > main.c: In function `loadTexture': > main.c:1588: `RECT' undeclared (first use in this function) > main.c:1588: parse error before `rect1' > main.c:1589: `GsIMAGE' undeclared (first use in this function) > main.c:1596: `addr' undeclared (first use in this function) > main.c:1596: `tim1' undeclared (first use in this function) > main.c:1599: `rect1' undeclared (first use in this function) > main.c: At top level: > main.c:1620: parse error before `*' > main.c: In function `setCoordinate': > main.c:1623: `MATRIX' undeclared (first use in this function) > main.c:1623: parse error before `tmp1' > main.c:1624: `SVECTOR' undeclared (first use in this function) > main.c:1631: `tmp1' undeclared (first use in this function) > main.c:1634: `coor' undeclared (first use in this function) > main.c:1637: `v1' undeclared (first use in this function) > main.c:1637: `pos' undeclared (first use in this function) > main.c: At top level: > main.c:1651: conflicting types for `spinBall' > main.c:968: previous declaration of `spinBall' > main.c: In function `spinBall': > main.c:1652: request for member `vz' in something not a structure or union > main.c:1652: `ONE' undeclared (first use in this function) > main.c:1653: request for member `vy' in something not a structure or union > main.c:1654: request for member `vx' in something not a structure or union > main.c: In function `spinMenuText': > main.c:1660: request for member `vx' in something not a structure or union > main.c:1660: `ONE' undeclared (first use in this function) > main.c: In function `spark': > main.c:1671: request for member `coord' in something not a structure or union > main.c:1671: request for member `coord' in something not a structure or union > main.c:1672: request for member `coord' in something not a structure or union > main.c:1672: request for member `coord' in something not a structure or union > main.c:1673: request for member `coord' in something not a structure or union > main.c:1673: request for member `coord' in something not a structure or union > main.c:1674: request for member `attribute' in something not a structure or unio > n > main.c:1674: `GsDOFF' undeclared (first use in this function) > main.c:1678: request for member `coord' in something not a structure or union > main.c:1678: request for member `coord' in something not a structure or union > main.c:1679: request for member `coord' in something not a structure or union > main.c:1679: request for member `coord' in something not a structure or union > main.c:1680: request for member `coord' in something not a structure or union > main.c:1680: request for member `coord' in something not a structure or union > main.c:1681: request for member `attribute' in something not a structure or unio > n > main.c: In function `shock': > main.c:1692: request for member `coord' in something not a structure or union > main.c:1693: request for member `coord' in something not a structure or union > main.c:1694: request for member `coord' in something not a structure or union > main.c:1694: request for member `coord' in something not a structure or union > main.c:1695: request for member `attribute' in something not a structure or unio > n > main.c:1695: `GsDOFF' undeclared (first use in this function) > main.c:1699: request for member `coord' in something not a structure or union > main.c:1699: request for member `coord' in something not a structure or union > main.c:1700: request for member `coord' in something not a structure or union > main.c:1700: request for member `coord' in something not a structure or union > main.c:1701: request for member `coord' in something not a structure or union > main.c:1701: request for member `coord' in something not a structure or union > main.c:1702: request for member `attribute' in something not a structure or unio > n > main.c: At top level: > main.c:1708: parse error before `GsOT' > main.c:1709: conflicting types for `drawVolumeSlider' > main.c:467: previous declaration of `drawVolumeSlider' > main.c: In function `drawVolumeSlider': > main.c:1710: request for member `back' in something not a structure or union > main.c:1711: request for member `front' in something not a structure or union > main.c: In function `initVolumeSlider': > main.c:1717: request for member `back' in something not a structure or union > main.c:1718: request for member `back' in something not a structure or union > main.c:1719: request for member `back' in something not a structure or union > main.c:1720: request for member `back' in something not a structure or union > main.c:1721: request for member `back' in something not a structure or union > main.c:1722: request for member `back' in something not a structure or union > main.c:1723: request for member `back' in something not a structure or union > main.c:1724: request for member `back' in something not a structure or union > main.c:1726: request for member `front' in something not a structure or union > main.c:1727: request for member `front' in something not a structure or union > main.c:1728: request for member `front' in something not a structure or union > main.c:1729: request for member `front' in something not a structure or union > main.c:1730: request for member `front' in something not a structure or union > main.c:1731: request for member `front' in something not a structure or union > main.c:1732: request for member `front' in something not a structure or union > main.c:1733: request for member `front' in something not a structure or union > main.c: At top level: > main.c:1738: conflicting types for `resetGameStuff' > main.c:654: previous declaration of `resetGameStuff' > main.c: In function `resetGameStuff': > main.c:1744: request for member `coord' in something not a structure or union > main.c:1745: request for member `coord' in something not a structure or union > main.c:1746: request for member `coord' in something not a structure or union > main.c:1749: request for member `vx' in something not a structure or union > main.c:1750: request for member `vy' in something not a structure or union > main.c:1751: request for member `vz' in something not a structure or union > main.c: In function `swapTexture': > main.c:1764: `u_long' undeclared (first use in this function) > main.c:1764: parse error before `)' > main.c:1770: parse error before `)' > main.c:1775: parse error before `)' > main.c: In function `initTextBG': > main.c:1787: request for member `attribute' in something not a structure or unio > n > main.c:1788: request for member `x' in something not a structure or union > main.c:1789: request for member `y' in something not a structure or union > main.c:1790: request for member `w' in something not a structure or union > main.c:1791: request for member `h' in something not a structure or union > main.c:1792: request for member `r' in something not a structure or union > main.c:1793: request for member `g' in something not a structure or union > main.c:1794: request for member `b' in something not a structure or union > main.c: In function `initFade': > main.c:1800: request for member `attribute' in something not a structure or unio > n > main.c:1801: request for member `x' in something not a structure or union > main.c:1802: request for member `y' in something not a structure or union > main.c:1803: request for member `w' in something not a structure or union > main.c:1804: request for member `h' in something not a structure or union > main.c:1805: request for member `r' in something not a structure or union > main.c:1806: request for member `g' in something not a structure or union > main.c:1807: request for member `b' in something not a structure or union > gcc: installation problem, cannot exec `mips-tfile': No such file or directory > make: *** [main.o] Error 1 > > G:\Dev\Ricochet>