Re: [Pharo-dev] linux vm-build

2016-09-11 Thread Esteban Lorenzano
wait
I’m working on the new VM build process
just… wait :)

Esteban

> On 10 Sep 2016, at 22:32, Nicolai Hess  wrote:
> 
> current linux vm build is broken.
> 
> the platform display plugin now expects a ioScreenScaleFactor 
> function that isn't defined for vm-display-X11 and vm-display-null
> and some defines in sq.h had changed
> from 
> DragLeave to SqDragLeave (and the same for all other drag events).
> 
> And maybe more, but fixing the above changes, I was at least able to 
> build a vm
> 
> nicolai




[Pharo-dev] linux vm-build

2016-09-10 Thread Nicolai Hess
current linux vm build is broken.

the platform display plugin now expects a ioScreenScaleFactor
function that isn't defined for vm-display-X11 and vm-display-null
and some defines in sq.h had changed
from
DragLeave to SqDragLeave (and the same for all other drag events).

And maybe more, but fixing the above changes, I was at least able to
build a vm

nicolai