Squeak VM for Darwin/X11R6 for PPC?

Aaron J Reichow reic0024 at d.umn.edu
Sat Mar 9 23:49:20 UTC 2002


On Sat, 9 Mar 2002, John M McIntosh wrote:

> Try changing the
> if (sqFTruncate(fileno(f->file),offset)) {
>
> to
> if (sqFTruncate(f->file,offset)) {

Ah, that worked like a charm.  Another compiler error though...  See the
bottom of this message for the new error.  I've absolutely no clue to make
out of this one. :-/

My apologies for such elementary questions, but I'm a Smalltalker, not a C
guru. :P

> So what's the problem with the mpeg plugin?

Couldn't find mntent.h, which seems to occur on Linux and/or other Unices.
Some macro-futzing got it to compile.

Thanks John!

Regards,
Aaron

  Aaron Reichow  ::  UMD ACM Pres  ::  http://www.d.umn.edu/~reic0024/
  "life, probably the biggest word i've ever said, that says a lot,
  because there's a whole lot of words inside my head.." :: atmosphere

gnu-interp.c:15404: illegal expression, found `&&'
(above line repeated many times over a few pages)
gnu-interp.c:15418: illegal statement, missing `identifier' after `goto'
gnu-interp.c:15418: syntax error, missing `;' after `*'
cpp-precomp: warning: errors during smart preprocessing, retrying in basic
mode
gnu-interp.c: In function `interpret':
gnu-interp.c:5092: syntax error before `SP_REG'
gnu-interp.c:5093: syntax error before `IP_REG'
gnu-interp.c:5094: syntax error before `CB_REG'
gnu-interp.c:5145: `localIP' undeclared (first use in this function)
gnu-interp.c:5145: (Each undeclared identifier is reported only once
gnu-interp.c:5145: for each function it appears in.)
gnu-interp.c:5146: `localSP' undeclared (first use in this function)
gnu-interp.c:5149: `currentBytecode' undeclared (first use in this
function)
make: *** [gnu-interp.o] Error 1





More information about the Squeak-dev mailing list