Can't get new VM to work... [VMMAKER]

Stephan Rudlof sr at evolgo.de
Thu Mar 7 19:34:16 UTC 2002


Tim Rowledge wrote:
> 

<snipped>

> 
> Apparently somebody recently changed:-
> sq.h
> many unix makefile thingies
> unix's sqPlatformSpecific.h
> sqUnixMozilla.c
> sqXWindow.c
> 
> Errors I get include:-
> 
> in sqUnixMisc.c an implicit declaration of memcpy within
> sqFilenameFromStringOpen
> 
> in sqUnizMozilla.x a couple of mild looking warnings
> 
> in sqXWindow.c an implicit declaration of function DPRINT (which is
> suppsed to be a macro!)  in openXDisplay
>  - a 'too many arguments for format' on line 3963
>  - long int complaint s on lines 4143 & 4144
> 
> in BitBltPlugin.c many warnings about ignoring a pragma, which I've not
> noticed before.
>  - on line 1199 a complaint about reaching the end of a non-void
>  function ?? Actually, quite a few of those.
> 
> in LargeIntegersPlugin.c many similar problems
> 
> in gnu-interp.c many warnings about reaching the end of a non-void
> function, possibly uninitialised variables, unused variables, unused
> labels. Hundreds of them!
> 
> in sqUnixMozilla.o (during linking I guess) undefined references to
> fileRecordSize, fileValueOf & sqFileOpen.
> 
> So who altered sqXWindow.c and sqUnixMozilla recently?
> 
> C'mon folks, take a little more care when inflicting your code on
> others.

Memorizing working with CVS some time ago (outside Squeak) one hint:
first
	cvs update
, then - *after* resolving merge conflicts, trying to compile the stuff and
testing the resulting VM - *possibly*
	cvs commit
!

Greetings,

Stephan

> 
> tim
> 
> --
> Tim Rowledge, tim at sumeru.stanford.edu, http://sumeru.stanford.edu/tim
> I modem, but they grew back.

-- 
Stephan Rudlof (sr at evolgo.de)
   "Genius doesn't work on an assembly line basis.
    You can't simply say, 'Today I will be brilliant.'"
    -- Kirk, "The Ultimate Computer", stardate 4731.3



More information about the Squeak-dev mailing list