[Vm-dev] compilation on x86_64 linux

Philippe Marschall philippe.marschall at gmail.com
Sun Jan 13 14:26:33 UTC 2008


2008/1/13, Laurent Sebag <laurentsebag at free.fr>:
>
> Hi,
>
> I've installed squeak on my x86_64 linux but I have some problems :
>
>  - during the compilation there are many warnings like :
> /home/user/squeak/install/src/svn/squeak-svn_install/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/video/mpeg3video.c:270:
> warning: cast to pointer from integer of different size

I would say this simply means the Mpeg3Plugin like many others is not
64bit ready.

Cheers
Philippe

>  - and when I'm using squeak it frequently hangs with a segmentation
> fault (it hangs every time squeak has to play a sound) :
> /home/user/squeak/install/src/squeak-svn/platforms/unix/vm-sound-custom/sqUnixCustomSound.c:57
> sound_Stop
> /home/user/squeak/install/src/squeak-svn/platforms/unix/vm-sound-custom/sqUnixCustomSound.c:51
> sound_Start
> /home/user/squeak/install/src/squeak-svn/platforms/unix/vm-sound-custom/sqUnixCustomSound.c:27
> sound_AvailableSpace
>
> Segmentation fault
>
> 29753028 [] in >playLoop
> 29753120 [] in Semaphore>critical:
> 29752844 BlockContext>ensure:
> 29752660 Semaphore>critical:
> 29720144 >playLoop
> 29719960 [] in >startPlayerProcessBufferSize:rate:stereo:sound:
> 29720052 [] in BlockContext>newProcess
> Aborted
>
> Anybody can help ?
>
> Laurent
>
>


More information about the Vm-dev mailing list