Re: sfront 0.69 2/18/01 released

From: BUYO-BUYO-IGOR (igor@geocities.co.jp)
Date: Tue Feb 20 2001 - 02:28:29 EST


Hi, John!
the latter way worked

> #define MAXENDTIME FLT_MAX
>
> Isn't having the appropriate effect, which is surprising, since FLT_MAX
> is an ANSI C construct defined in <float.h>, which is included in the
> sa.c file before hand.

!!!
does this mean that i also have to choose
"float.h"
as the source
when compiling "sfront" itself via MPW?

to make sure
tried to include all those .h things into the selection
but when makeing a "sfront.make" file
it get refused by
"asyslib.h is an unknown type"

so am using the
"compiled only with .c things
 not included in the folders such as 'lib' over there
 but at the top of 'src' directly"
version
 
> Edit the sa.c file, and goto line 1170, which should be:
>
> #define MAXENDTIME FLT_MAX
>
> Before this line, try adding
>
> #if (!defined(FLT_MAX))
> #define FLT_MAX 3.2e38
> #endif
>
> And then recompile. Does it work? Let me know ...

this
went like this

# 15:54:12 ----- Build of sa.
# 15:54:12 ----- Analyzing dependencies.
# 15:54:12 ----- Executing build commands.
    MrC sa.c -o :sa.c.x -sym off
MrC C Compiler 4.1.0f1c1
Copyright (C) 1994-1999 by Apple Computer, Inc.

{ 54.487499F, MAXENDTIME, MAXENDTIME, MAXENDTIME, 0.0F, 0.0F, 0.0F, 3.831730F,
0, 0, 0, 1, 0, 0, 0, 0, 0, 0, { 0.000000F , 7.100000F , 15000.000000F , 1.000000F ,
 1.000000F , 0.010000F , 0.000000F , 0.300000F , 2.000000F , 2.200000F }, NULL },
                        ^
File "sa.c"; line 1174 #Error: constant initializer expected
#-----------------------
}
^
File "sa.c"; line 2239 #
### Warning 35: Parameter 'toption' is not used within function 'asys_osetup'
### Warning 35: Parameter 'osample' is not used within function 'asys_osetup'
#-----------------------
}
^
File "sa.c"; line 2375 #
### Warning 29: Local variable 'i' is not used within function 'asys_preamble'
#-----------------------
}
^
File "sa.c"; line 4382 #
### Warning 29: Local variable 'i' is not used within function 'medgong_ipass'
### Warning 29: Local variable 'j' is not used within function 'medgong_ipass'
#-----------------------
NV(smallgong_xp6);
                 ^
File "sa.c"; line 4409 #Warning 6: value of expression is not used
#-----------------------
}
^
File "sa.c"; line 4423 #
### Warning 29: Local variable 'i' is not used within function 'smallgong_ipass
'
### Warning 29: Local variable 'j' is not used within function 'smallgong_ipass
'
#-----------------------
NV(tabla_xp6);
             ^
File "sa.c"; line 4442 #Warning 6: value of expression is not used
#-----------------------
}
^
File "sa.c"; line 4451 #
### Warning 29: Local variable 'i' is not used within function 'tabla_ipass'
### Warning 29: Local variable 'j' is not used within function 'tabla_ipass'
#-----------------------
NV(celeste_xp6);
               ^
File "sa.c"; line 4472 #Warning 6: value of expression is not used
#-----------------------
}
^
File "sa.c"; line 4488 #
### Warning 29: Local variable 'i' is not used within function 'celeste_ipass'
### Warning 29: Local variable 'j' is not used within function 'celeste_ipass'
#-----------------------
}
^
File "sa.c"; line 4517 #
### Warning 29: Local variable 'i' is not used within function 'schroeder1_ipass
'
#-----------------------
}
^
File "sa.c"; line 4552 #
### Warning 29: Local variable 'i' is not used within function 'medgong_kpass'
#-----------------------
}
^
File "sa.c"; line 4570 #
### Warning 29: Local variable 'i' is not used within function 'smallgong_kpass
'
#-----------------------
}
^
File "sa.c"; line 4580 #
### Warning 29: Local variable 'i' is not used within function 'tabla_kpass'
#-----------------------
}
^
File "sa.c"; line 4616 #
### Warning 29: Local variable 'i' is not used within function 'celeste_kpass'
#-----------------------
}
^
File "sa.c"; line 4642 #
### Warning 29: Local variable 'i' is not used within function 'schroeder1_kpass
'
#-----------------------
}
^
File "sa.c"; line 5146 #
### Warning 29: Local variable 'i' is not used within function 'system_init'
### Warning 29: Local variable 'j' is not used within function 'system_init'
#-----------------------
### MPW Shell - Execution of sa.makeout terminated.
### MPW Shell - Execution of BuildProgram terminated.

> If it doesn't work, try the more direct:
>
> #define MAXENDTIME 3.2e38
>
> and see if that works.

it worked!
and the "output.wav" was also ok

and the message was like this

# 15:56:19 ----- Build of sa.
# 15:56:19 ----- Analyzing dependencies.
# 15:56:20 ----- Executing build commands.
    MrC sa.c -o :sa.c.x -sym off
MrC C Compiler 4.1.0f1c1
Copyright (C) 1994-1999 by Apple Computer, Inc.

}
^
File "sa.c"; line 2236 #
### Warning 35: Parameter 'toption' is not used within function 'asys_osetup'
### Warning 35: Parameter 'osample' is not used within function 'asys_osetup'
#-----------------------
}
^
File "sa.c"; line 2372 #
### Warning 29: Local variable 'i' is not used within function 'asys_preamble'
#-----------------------
}
^
File "sa.c"; line 4379 #
### Warning 29: Local variable 'i' is not used within function 'medgong_ipass'
### Warning 29: Local variable 'j' is not used within function 'medgong_ipass'
#-----------------------
NV(smallgong_xp6);
                 ^
File "sa.c"; line 4406 #Warning 6: value of expression is not used
#-----------------------
}
^
File "sa.c"; line 4420 #
### Warning 29: Local variable 'i' is not used within function 'smallgong_ipass
'
### Warning 29: Local variable 'j' is not used within function 'smallgong_ipass
'
#-----------------------
NV(tabla_xp6);
             ^
File "sa.c"; line 4439 #Warning 6: value of expression is not used
#-----------------------
}
^
File "sa.c"; line 4448 #
### Warning 29: Local variable 'i' is not used within function 'tabla_ipass'
### Warning 29: Local variable 'j' is not used within function 'tabla_ipass'
#-----------------------
NV(celeste_xp6);
               ^
File "sa.c"; line 4469 #Warning 6: value of expression is not used
#-----------------------
}
^
File "sa.c"; line 4485 #
### Warning 29: Local variable 'i' is not used within function 'celeste_ipass'
### Warning 29: Local variable 'j' is not used within function 'celeste_ipass'
#-----------------------
}
^
File "sa.c"; line 4514 #
### Warning 29: Local variable 'i' is not used within function 'schroeder1_ipass
'
#-----------------------
}
^
File "sa.c"; line 4549 #
### Warning 29: Local variable 'i' is not used within function 'medgong_kpass'
#-----------------------
}
^
File "sa.c"; line 4567 #
### Warning 29: Local variable 'i' is not used within function 'smallgong_kpass
'
#-----------------------
}
^
File "sa.c"; line 4577 #
### Warning 29: Local variable 'i' is not used within function 'tabla_kpass'
#-----------------------
}
^
File "sa.c"; line 4613 #
### Warning 29: Local variable 'i' is not used within function 'celeste_kpass'
#-----------------------
}
^
File "sa.c"; line 4639 #
### Warning 29: Local variable 'i' is not used within function 'schroeder1_kpass
'
#-----------------------
}
^
File "sa.c"; line 5143 #
### Warning 29: Local variable 'i' is not used within function 'system_init'
### Warning 29: Local variable 'j' is not used within function 'system_init'
#-----------------------
    PPCLink -o sa ":sa.c.x" "sapa:$B%f!<%F%#%j%F%#(B:MPW-GM:MPW::Interfaces&Libraries:
Libraries:SharedLibraries:InterfaceLib" "sapa:$B%f!<%F%#%j%F%#(B:MPW-GM:MPW::Interfaces
&Libraries:Libraries:SharedLibraries:StdCLib" "sapa:$B%f!<%F%#%j%F%#(B:MPW-GM:MPW::
Interfaces&Libraries:Libraries:SharedLibraries:MathLib" "sapa:$B%f!<%F%#%j%F%#(B:MPW-GM:
MPW::Interfaces&Libraries:Libraries:PPCLibraries:StdCRuntime.o" "sapa:$B%f!<%F%#%j(B
$B%F%#(B:MPW-GM:MPW::Interfaces&Libraries:Libraries:PPCLibraries:PPCCRuntime.o" "sapa:
$B%f!<%F%#%j%F%#(B:MPW-GM:MPW::Interfaces&Libraries:Libraries:PPCLibraries:PPCToolLibs.o
" -sym off -mf -d -t 'APPL' -c '????'
# 15:56:25 ----- Done.
        sa

BTW

when compiling
(in the way mentioned above)
the latest mac-version of sfront itself
the message went like the followings

# 9:05:48 ----- Build of sfront.
# 9:05:48 ----- Analyzing dependencies.
# 9:05:48 ----- Executing build commands.
    MrC ascwrite.c -o :ascwrite.c.x -sym off
    MrC asyslib.c -o :asyslib.c.x -sym off
    MrC audio.c -o :audio.c.x -sym off
    MrC blocktree.c -o :blocktree.c.x -sym off
MrC C Compiler 4.1.0f1c1
Copyright (C) 1994-1999 by Apple Computer, Inc.

}
^
File "blocktree.c"; line 284 #
### Warning 35: Parameter 'tbranch' is not used within function 'turnoffcode'
#-----------------------
    MrC cmainpass.c -o :cmainpass.c.x -sym off
    MrC collapse.c -o :collapse.c.x -sym off
    MrC control.c -o :control.c.x -sym off
    MrC corecode.c -o :corecode.c.x -sym off
MrC C Compiler 4.1.0f1c1
Copyright (C) 1994-1999 by Apple Computer, Inc.

}
^
File "corecode.c"; line 633 #
### Warning 35: Parameter 'tptr' is not used within function 'loopkoscil'
#-----------------------
}
^
File "corecode.c"; line 659 #
### Warning 35: Parameter 'tptr' is not used within function 'noloopkoscil'
#-----------------------
}
^
File "corecode.c"; line 685 #
### Warning 35: Parameter 'tptr' is not used within function 'nolooposcilafreq'
#-----------------------
}
^
File "corecode.c"; line 752 #
### Warning 35: Parameter 'tptr' is not used within function 'nolooposcilifreq'
#-----------------------
}
^
File "corecode.c"; line 794 #
### Warning 35: Parameter 'tptr' is not used within function 'looposcilafreq'
#-----------------------
}
^
File "corecode.c"; line 903 #
### Warning 35: Parameter 'tptr' is not used within function 'looposcilifreq'
#-----------------------
}
^
File "corecode.c"; line 2086 #
### Warning 35: Parameter 'tcall' is not used within function 'spatialcode'
#-----------------------
}
^
File "corecode.c"; line 2109 #
### Warning 35: Parameter 'tptr' is not used within function 'aphasorcode'
#-----------------------
}
^
File "corecode.c"; line 2131 #
### Warning 35: Parameter 'tptr' is not used within function 'kphasorcode'
#-----------------------
}
^
File "corecode.c"; line 2407 #
### Warning 35: Parameter 'tptr' is not used within function 'fftkrate'
#-----------------------
}
^
File "corecode.c"; line 3028 #
### Warning 35: Parameter 'tptr' is not used within function 'ifftcore'
#-----------------------
  if ((constscale = (fftsize && (!hasshift || (fftshift && fftlen)))))
                                                                     ^
File "corecode.c"; line 3073 #Warning 2: possible unintended assignment
#-----------------------
}
^
File "corecode.c"; line 4257 #
### Warning 35: Parameter 'tptr' is not used within function 'portamento'
#-----------------------
}
^
File "corecode.c"; line 4303 #
### Warning 35: Parameter 'tptr' is not used within function 'firtordernone'
#-----------------------
}
^
File "corecode.c"; line 4414 #
### Warning 35: Parameter 'tptr' is not used within function 'firtorderkrate'
#-----------------------
}
^
File "corecode.c"; line 4506 #
### Warning 35: Parameter 'tptr' is not used within function 'iirtordernone'
#-----------------------
}
^
File "corecode.c"; line 4574 #
### Warning 35: Parameter 'tptr' is not used within function 'iirtorderirate'
#-----------------------
}
^
File "corecode.c"; line 4656 #
### Warning 35: Parameter 'tptr' is not used within function 'iirtorderkrate'
#-----------------------
}
^
File "corecode.c"; line 5111 #
### Warning 35: Parameter 'tptr' is not used within function 'decimatecode'
#-----------------------
    MrC coreinline.c -o :coreinline.c.x -sym off
    MrC corevars.c -o :corevars.c.x -sym off
    MrC csrclib.c -o :csrclib.c.x -sym off
    MrC csyslib.c -o :csyslib.c.x -sym off
    MrC globals.c -o :globals.c.x -sym off
    MrC lex.c -o :lex.c.x -sym off
MrC C Compiler 4.1.0f1c1
Copyright (C) 1994-1999 by Apple Computer, Inc.

}
^
File "lex.c"; line 145 #
### Warning 35: Parameter 's' is not used within function 'yyerror'
#-----------------------
      if ((num = sscanf(buffer," %i \"%1023s ", &linenum, filename)))
                                                                    ^
File "lex.c"; line 237 #Warning 2: possible unintended assignment
#-----------------------
    MrC mp4read.c -o :mp4read.c.x -sym off
MrC C Compiler 4.1.0f1c1
Copyright (C) 1994-1999 by Apple Computer, Inc.

  if ((hasloop = readbit(1))) /* loop */
                            ^
File "mp4read.c"; line 415 #Warning 2: possible unintended assignment
#-----------------------
  if ((hasbase = readbit(1))) /* base */
                            ^
File "mp4read.c"; line 420 #Warning 2: possible unintended assignment
#-----------------------
    MrC mp4write.c -o :mp4write.c.x -sym off
MrC C Compiler 4.1.0f1c1
Copyright (C) 1994-1999 by Apple Computer, Inc.

            if ((i = identtoken(saolroot)))
                                          ^
File "mp4write.c"; line 250 #Warning 2: possible unintended assignment
#-----------------------
            if (!(sptr = getvsym(&bitsymtable, tptr->val)))
                                                          ^
File "mp4write.c"; line 461 #Warning 2: possible unintended assignment
#-----------------------
          if ((tptr = midicurrnote[i]))
                                      ^
File "mp4write.c"; line 1432 #Warning 2: possible unintended assignment
#-----------------------
  if ( !(tptr = sstrmidi->imidiroot))
                                    ^
File "mp4write.c"; line 1532 #Warning 2: possible unintended assignment
#-----------------------
  if ((hasend = (sstrsasl->endtimeval || confsasl->endtimeval)))
                                                               ^
File "mp4write.c"; line 1621 #Warning 2: possible unintended assignment
#-----------------------
    MrC oclone.c -o :oclone.c.x -sym off
    MrC optconst.c -o :optconst.c.x -sym off
    MrC optmain.c -o :optmain.c.x -sym off
MrC C Compiler 4.1.0f1c1
Copyright (C) 1994-1999 by Apple Computer, Inc.

          (gptr = getvsym(&globalsymtable, sptr->val)))
                                                      ^
File "optmain.c"; line 706 #Warning 2: possible unintended assignment
#-----------------------
      && (gptr = getvsym(&globalsymtable, sptr->val)))
                                                     ^
File "optmain.c"; line 863 #Warning 2: possible unintended assignment
#-----------------------
}
^
File "optmain.c"; line 872 #
### Warning 35: Parameter 'iptr' is not used within function 'globalcountupdate
'
#-----------------------
    MrC optrate.c -o :optrate.c.x -sym off
MrC C Compiler 4.1.0f1c1
Copyright (C) 1994-1999 by Apple Computer, Inc.

          && (cptr->time = (float)saferateopt(staterate, cptr)))
                                                               ^
File "optrate.c"; line 516 #Warning 2: possible unintended assignment
#-----------------------
    MrC optrefer.c -o :optrefer.c.x -sym off
MrC C Compiler 4.1.0f1c1
Copyright (C) 1994-1999 by Apple Computer, Inc.

          (gptr = getvsym(&globalsymtable, sptr->val)))
                                                      ^
File "optrefer.c"; line 778 #Warning 2: possible unintended assignment
#-----------------------
      (!(gptr = getvsym(&globalsymtable, sptr->val))))
                                                    ^
File "optrefer.c"; line 1060 #Warning 2: possible unintended assignment
#-----------------------
    MrC parsehelp.c -o :parsehelp.c.x -sym off
MrC C Compiler 4.1.0f1c1
Copyright (C) 1994-1999 by Apple Computer, Inc.

}
^
File "parsehelp.c"; line 621 #
### Warning 35: Parameter 't_pfields' is not used within function 'make_templatedecl
'
#-----------------------
    MrC parser.tab.c -o :parser.tab.c.x -sym off
    MrC postparse.c -o :postparse.c.x -sym off
MrC C Compiler 4.1.0f1c1
Copyright (C) 1994-1999 by Apple Computer, Inc.

      while (srate % (++krate));
                              ^
File "postparse.c"; line 177 #Warning 7: possible extraneous ';'
#-----------------------
  while ((i *= 2) < twocycle);
                            ^
File "postparse.c"; line 188 #Warning 7: possible extraneous ';'
#-----------------------
  if ((startupinstr = getvsym(&instrnametable,"startup")))
                                                         ^
File "postparse.c"; line 698 #Warning 2: possible unintended assignment
#-----------------------
    MrC readmidi.c -o :readmidi.c.x -sym off
MrC C Compiler 4.1.0f1c1
Copyright (C) 1994-1999 by Apple Computer, Inc.

          if ((j = numpfields))
                              ^
File "readmidi.c"; line 1088 #Warning 2: possible unintended assignment
#-----------------------
    MrC readscore.c -o :readscore.c.x -sym off
MrC C Compiler 4.1.0f1c1
Copyright (C) 1994-1999 by Apple Computer, Inc.

      if (!(tptr = allsasl->instrroot))
                                      ^
File "readscore.c"; line 553 #Warning 2: possible unintended assignment
#-----------------------
      if (!(tptr = abssasl->instrroot))
                                      ^
File "readscore.c"; line 560 #Warning 2: possible unintended assignment
#-----------------------
      if (!(tptr = allsasl->temporoot))
                                      ^
File "readscore.c"; line 835 #Warning 2: possible unintended assignment
#-----------------------
      if (!(tptr = abssasl->temporoot))
                                      ^
File "readscore.c"; line 842 #Warning 2: possible unintended assignment
#-----------------------
      if (!(tptr = allsasl->tableroot))
                                      ^
File "readscore.c"; line 882 #Warning 2: possible unintended assignment
#-----------------------
      if (!(tptr = abssasl->tableroot))
                                      ^
File "readscore.c"; line 889 #Warning 2: possible unintended assignment
#-----------------------
      while ((isspace(c = getc(sfile)))&&(c != '\n'));
                                                    ^
File "readscore.c"; line 1056 #Warning 7: possible extraneous ';'
#-----------------------
      ((flag = (getvsym(&globalsymtable, nsl->next->next->val) != NULL))))
                                                                         ^
File "readscore.c"; line 1381 #Warning 2: possible unintended assignment
#-----------------------
      if ((label = getvsym(&(allsasl->labeltable),sptr->val)))
                                                             ^
File "readscore.c"; line 2005 #Warning 2: possible unintended assignment
#-----------------------
              (!(ptest->sptr = getvsym(&globalsymtable,ptest->val))) ||
                                                                   ^
File "readscore.c"; line 2146 #Warning 2: possible unintended assignment
#-----------------------
    MrC sfmain.c -o :sfmain.c.x -sym off
MrC C Compiler 4.1.0f1c1
Copyright (C) 1994-1999 by Apple Computer, Inc.

  if ( system(command) || ! (fd = fopen(tptr->filename,"r")))
                                                            ^
File "sfmain.c"; line 395 #Warning 2: possible unintended assignment
#-----------------------
  if ((*fd = fopen((name = argv[++i]),"r")))
                                           ^
File "sfmain.c"; line 428 #Warning 2: possible unintended assignment
#-----------------------
  if (!(envstr = getenv("SFRONT_INCLUDE_PATH")))
                                               ^
File "sfmain.c"; line 454 #Warning 2: possible unintended assignment
#-----------------------
    MrC special.c -o :special.c.x -sym off
    MrC stparse.c -o :stparse.c.x -sym off
MrC C Compiler 4.1.0f1c1
Copyright (C) 1994-1999 by Apple Computer, Inc.

}
^
File "stparse.c"; line 624 #
### Warning 35: Parameter 'ident' is not used within function 'arraybus'
#-----------------------
    MrC symbols.c -o :symbols.c.x -sym off
    MrC tokens.c -o :tokens.c.x -sym off
    MrC treeupdate.c -o :treeupdate.c.x -sym off
    MrC writemain.c -o :writemain.c.x -sym off
    MrC writeop.c -o :writeop.c.x -sym off
MrC C Compiler 4.1.0f1c1
Copyright (C) 1994-1999 by Apple Computer, Inc.

  if (!(core = coreopcodename(tcall)))
                                     ^
File "writeop.c"; line 501 #Warning 2: possible unintended assignment
#-----------------------
    MrC writeorc.c -o :writeorc.c.x -sym off
    MrC writepre.c -o :writepre.c.x -sym off
MrC C Compiler 4.1.0f1c1
Copyright (C) 1994-1999 by Apple Computer, Inc.

              if ((bptr = getvsym(&bitsymin,sptr->val)))
                                                       ^
File "writepre.c"; line 586 #Warning 2: possible unintended assignment
#-----------------------
              if (bitfile && bitsymin && (bptr = getvsym(&bitsymin,sptr->val)))
                                                                              ^
File "writepre.c"; line 2087 #Warning 2: possible unintended assignment
#-----------------------
      if (bitfile && bitsymin && (bptr = getvsym(&bitsymin,sptr->val)))
                                                                      ^
File "writepre.c"; line 2172 #Warning 2: possible unintended assignment
#-----------------------
          if ((bptr = getvsym(&(iptr->defnode->sptr),sptr->val)) &&
                                                                 ^
File "writepre.c"; line 2181 #Warning 2: possible unintended assignment
#-----------------------
          if (bitfile && bitsymin && (bptr = getvsym(&bitsymin,sptr->val)))
                                                                          ^
File "writepre.c"; line 2232 #Warning 2: possible unintended assignment
#-----------------------
          if (bitfile && bitsymin && (bptr = getvsym(&bitsymin,sptr->val)))
                                                                          ^
File "writepre.c"; line 2298 #Warning 2: possible unintended assignment
#-----------------------
          if (bitfile && bitsymin && (bptr = getvsym(&bitsymin,sptr->val)))
                                                                          ^
File "writepre.c"; line 2422 #Warning 2: possible unintended assignment
#-----------------------
  if (bitfile && bitsymin && (bptr = getvsym(&bitsymin,instr->val)))
                                                                   ^
File "writepre.c"; line 2466 #Warning 2: possible unintended assignment
#-----------------------
              if (bitfile && bitsymin && (bptr = getvsym(&bitsymin,sptr->val)))
                                                                              ^
File "writepre.c"; line 2491 #Warning 2: possible unintended assignment
#-----------------------
  if (bitfile && bitsymin && (bptr = getvsym(&bitsymin,sptr->val)))
                                                                  ^
File "writepre.c"; line 2581 #Warning 2: possible unintended assignment
#-----------------------
          if (bitfile && bitsymin && (bptr = getvsym(&bitsymin,sptr->val)))
                                                                          ^
File "writepre.c"; line 2660 #Warning 2: possible unintended assignment
#-----------------------
    MrC wtconst.c -o :wtconst.c.x -sym off
MrC C Compiler 4.1.0f1c1
Copyright (C) 1994-1999 by Apple Computer, Inc.

  if ((nosize = (size <= 0)))
                            ^
File "wtconst.c"; line 795 #Warning 2: possible unintended assignment
#-----------------------
}
^
File "wtconst.c"; line 994 #
### Warning 35: Parameter 'nsl' is not used within function 'harmconstcheck'
#-----------------------
    MrC wtparse.c -o :wtparse.c.x -sym off
MrC C Compiler 4.1.0f1c1
Copyright (C) 1994-1999 by Apple Computer, Inc.

}
^
File "wtparse.c"; line 2193 #
### Warning 35: Parameter 'prefix' is not used within function 'wavevarinit'
#-----------------------
}
^
File "wtparse.c"; line 2336 #
### Warning 35: Parameter 'mode' is not used within function 'tablepreamble'
#-----------------------
      ((skipptr == NULL) || (skipptr->vol == CONSTANT))))
                                                        ^
File "wtparse.c"; line 2480 #Warning 2: possible unintended assignment
#-----------------------
}
^
File "wtparse.c"; line 2807 #
### Warning 35: Parameter 'prefix' is not used within function 'randomconstcode
'
#-----------------------
    PPCLink -o sfront ":ascwrite.c.x" ":asyslib.c.x" ":audio.c.x" ":blocktree.c.x
" ":cmainpass.c.x" ":collapse.c.x" ":control.c.x" ":corecode.c.x" ":coreinline.c.x
" ":corevars.c.x" ":csrclib.c.x" ":csyslib.c.x" ":globals.c.x" ":lex.c.x" ":mp4read.c.x
" ":mp4write.c.x" ":oclone.c.x" ":optconst.c.x" ":optmain.c.x" ":optrate.c.x" ":
optrefer.c.x" ":parsehelp.c.x" ":parser.tab.c.x" ":postparse.c.x" ":readmidi.c.x
" ":readscore.c.x" ":sfmain.c.x" ":special.c.x" ":stparse.c.x" ":symbols.c.x" ":
tokens.c.x" ":treeupdate.c.x" ":writemain.c.x" ":writeop.c.x" ":writeorc.c.x" ":
writepre.c.x" ":wtconst.c.x" ":wtparse.c.x" "sapa:$B%f!<%F%#%j%F%#(B:MPW-GM:MPW::Interfaces
&Libraries:Libraries:SharedLibraries:InterfaceLib" "sapa:$B%f!<%F%#%j%F%#(B:MPW-GM:
MPW::Interfaces&Libraries:Libraries:SharedLibraries:StdCLib" "sapa:$B%f!<%F%#%j%F%#(B:
MPW-GM:MPW::Interfaces&Libraries:Libraries:SharedLibraries:MathLib" "sapa:$B%f!<%F%#(B
$B%j%F%#(B:MPW-GM:MPW::Interfaces&Libraries:Libraries:PPCLibraries:StdCRuntime.o" "
sapa:$B%f!<%F%#%j%F%#(B:MPW-GM:MPW::Interfaces&Libraries:Libraries:PPCLibraries:PPCCRuntime.o
" "sapa:$B%f!<%F%#%j%F%#(B:MPW-GM:MPW::Interfaces&Libraries:Libraries:PPCLibraries:
PPCToolLibs.o" -sym off -mf -d -t 'MPST' -c 'MPS '
# 9:07:04 ----- Done.
        sfront

hope these helps

BUYO-BUYO-IGOR --- @ SaRiGaMa's Oil Vending Orchestra ---
http://i.am/sarigama



This archive was generated by hypermail 2b29 : Mon Jan 28 2002 - 11:46:42 EST