To validate the device issue that was fixed I tried building, but got a SID related error. I tried enabling and disabling the respective SID emulation engines, but it's all the same. Is this a local error for me or something more general? (GTK and on windows)
IC:/msys64/mingw64/include/glib-2.0 -IC:/msys64/mingw64/lib/glib-2.0/include -pthread -fno-exceptions -fno-exceptions -MT residfp.o -MD -MP -MF .deps/residfp.Tpo -c -o residfp.o residfp.cc
In file included from residfp.cc:53:
../../src/lib/libresidfp/src/SID.h:32:10: fatal error: siddefs-fp.h: No such file or directory
32 | #include "siddefs-fp.h"
| ^~~~~~~~~~~~~~
Well, since github can build it fine, it must be a problem on your end :) I'd try a full clean/configure/rebuild cycle
That said, there might be problems building a non default config regarding the sid engines, i have not extensively tested that - so if the problem persists, please tell your configure line
I have done "cleanup", "./configure" and "build all bindist".
I reverted back from ReSid to FastSid ...
$ ./configure --without-resid --without-residfp --disable-hardsid --with-fastsid
But it still does
In file included from residfp.cc:53:
../../src/lib/libresidfp/src/SID.h:32:10: fatal error: siddefs-fp.h: No such file or directory
32 | #include "siddefs-fp.h"
| ^~~~~~~~~~~~~~
compilation terminated.
make[3]: *** [Makefile:587: residfp.o] Error 1
make[3]: Leaving directory '/home/passp/vice/src/sid'
make[2]: *** [Makefile:1968: all-recursive] Error 1
make[2]: Leaving directory '/home/passp/vice/src'
make[1]: *** [Makefile:1733: all] Error 2
make[1]: Leaving directory '/home/passp/vice/src'
Oh just fastsid, i never tested that.... (why?)
Probably needs some tweaking to the buildsystem
try r46179 :)