[Vm-dev] VMMaker & potential VM Port

David T. Lewis lewis at mail.msen.com
Sun Sep 27 16:48:13 UTC 2015


On Sat, Sep 26, 2015 at 08:09:21PM +0800, Ken.Dickey wrote:
>  
> David,
> 
> BTW, the build64 breaks near the end (make output attached).
> 
> I don't need it.  Just FYI.

Thanks Ken, I added a Mantis report http://bugs.squeak.org/view.php?id=7835
as a reminder to fix it.

FYI, you can force a plugin or vm module to be excluded from the build
in order to work around this kind of problem by adding a parameter like
this to the configure command line:

   --without-vm-sound-NAS
   
If you are using the Makefile to drive the configure and build, then you
can add it there.

Dave

> 
> Thanks again!
> -KenD

> make[3]: Entering directory `/mnt/sda10/SqueakVM/LinuxBuild/build/build64'
> [100%] Building C object vm-sound-NAS/CMakeFiles/vm-sound-NAS.dir/mnt/sda10/SqueakVM/LinuxBuild/platforms/unix/vm-sound-NAS/sqUnixSoundNAS.c.o
> /mnt/sda10/SqueakVM/LinuxBuild/platforms/unix/vm-sound-NAS/sqUnixSoundNAS.c:128:14: error: conflicting types for ???sound_Stop???
> /mnt/sda10/SqueakVM/LinuxBuild/platforms/unix/vm-sound-NAS/sqUnixSoundNAS.c:50:12: note: previous declaration of ???sound_Stop??? was here
> /mnt/sda10/SqueakVM/LinuxBuild/platforms/unix/vm-sound-NAS/sqUnixSoundNAS.c:598:1: warning: initialization from incompatible pointer type [enabled by default]
> /mnt/sda10/SqueakVM/LinuxBuild/platforms/unix/vm-sound-NAS/sqUnixSoundNAS.c:598:1: warning: (near initialization for ???sound_NAS_itf.snd_SetRecordLevel???) [enabled by default]
> /mnt/sda10/SqueakVM/LinuxBuild/platforms/unix/vm-sound-NAS/sqUnixSoundNAS.c:598:1: warning: initialization from incompatible pointer type [enabled by default]
> /mnt/sda10/SqueakVM/LinuxBuild/platforms/unix/vm-sound-NAS/sqUnixSoundNAS.c:598:1: warning: (near initialization for ???sound_NAS_itf.snd_GetSwitch???) [enabled by default]
> /mnt/sda10/SqueakVM/LinuxBuild/platforms/unix/vm-sound-NAS/sqUnixSoundNAS.c:598:1: warning: initialization from incompatible pointer type [enabled by default]
> /mnt/sda10/SqueakVM/LinuxBuild/platforms/unix/vm-sound-NAS/sqUnixSoundNAS.c:598:1: warning: (near initialization for ???sound_NAS_itf.snd_SetSwitch???) [enabled by default]
> /mnt/sda10/SqueakVM/LinuxBuild/platforms/unix/vm-sound-NAS/sqUnixSoundNAS.c:598:1: warning: initialization from incompatible pointer type [enabled by default]
> /mnt/sda10/SqueakVM/LinuxBuild/platforms/unix/vm-sound-NAS/sqUnixSoundNAS.c:598:1: warning: (near initialization for ???sound_NAS_itf.snd_SetDevice???) [enabled by default]
> make[3]: *** [vm-sound-NAS/CMakeFiles/vm-sound-NAS.dir/mnt/sda10/SqueakVM/LinuxBuild/platforms/unix/vm-sound-NAS/sqUnixSoundNAS.c.o] Error 1
> make[3]: Leaving directory `/mnt/sda10/SqueakVM/LinuxBuild/build/build64'
> make[2]: *** [vm-sound-NAS/CMakeFiles/vm-sound-NAS.dir/all] Error 2
> make[2]: Leaving directory `/mnt/sda10/SqueakVM/LinuxBuild/build/build64'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/mnt/sda10/SqueakVM/LinuxBuild/build/build64'
> make: *** [build64/squeakvm64] Error 2
> kend# 



More information about the Vm-dev mailing list