Good news!

I got vinyl control working on Windows! (Inside my virtual machine, no
less.)

The problem was this fprintf call inside timecoder_win32.c (my port of
xwax's timecoder.c):

fprintf(stderr, "Allocating %d slots (%zuKb) for %d bit timecode 
                 (%s)\n", 
                 2 << def->bits, 
                 (2 << def->bits) * sizeof(unsigned int) / 1024, 
                 def->bits, 
                 def->desc);

(~line 209 in timecoder_win32.c)

I'm not quite sure exactly what part of this Windows hates, but getting
rid of it makes vinyl control work.

This'll hopefully land in trunk sometime tonight or tomorrow.

Thanks,
Albert


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Mixxx-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mixxx-devel

Reply via email to