Getting ready for 3.3

From vice-emu
Jump to navigation Jump to search

Introduction

This page is a temporary page to keep track of our efforts to push out the 3.3 tarball. Once the 3.3 release is out in the wild, this page should be deleted, along with the link to this on the "Development" page. The idea is to collect any issues with the 3.3 release that don't belong on the bugtracker, so it'll mostly contain stuff collected from our #vice-dev IRC channel, and perhaps some stuff from the ML, though IRC is the preferred medium for communication.

Issues

Add issues here.

Test compiles

Revision/tarball used OS/port Result Comments
r35842 Ubuntu 18.10 x64 - Gtk3 Pass ./configure
r35842 Ubuntu 18.10 x64 - SDL2 Pass ./configure --enable-sdlui2 --with-sdlsound
r35842 Windows 10 Home x64 - Gtk3 Pass ./configure
r35842 Windows 10 Home x64 - SDL2 Pass ./configure --enable-sdlui2 --with-sdlsound
r35842 FreeBSD 11.2 x64 - Gtk3 Pass ./configure
r35842 FreeBSD 11.2 x64 - SDL2 Pass ./configure --enable-sdlui2 --with-sdlsound --with-pulse
r35842 Haiku R1/beta1 x64 - SDL2 Fail, r35483 fixes this ./configure

Configure passes, recognizing SDL2, but make fails due to missing headers, installing libsdl2_devel fixes that. Make bindist works, but complains about rm ("cannot remove SDL2Vice-x86_64-haiku-3.2/html/checklinks.sh: No such file or directory" and also a few mentions of missing operands to rm)

r35843 Haiku R1/beta1 x64 - SDL1 Pass ./configure properly barfs on this one when libsdl_devel isn't installed. Same issues with make bindist as with SDL2.