User Activity

  • Committed [r45966] on Code

    Buildsystem: update configure to check for curl >= 7.66.0

  • Posted a comment on ticket #2200 on VICE

    That'll work around the bug in the 3.10 release tarball at least. You might find other optional dependencies that aren't required when you run ./configure --help. I would personally suggest adding --enable-option-checking=fatal as the first argument to configure to check if any configure switches in your spec file are no longer valid for a new VICE release: these switches occasionally change from release to release. Anyway: the combination of --with-mpg123 --without-libcurl should now work, assuming...

  • Posted a comment on ticket #2200 on VICE

    Preliminary fix for the undefined create_funmp3dir_widget() is in commit #2200. We should probably update configure.ac to check for libcurl >= 7.66.0, if curl_multi_poll() is required for proper "WiC64" emulation.

  • Committed [r45964] on Code

    Gtk3: Fix bug with `--with-mpg123 --without-libcurl`

  • Posted a comment on ticket #2200 on VICE

    it looks like create_funmp3dir_widget() and friends are only defined if both USE_MPG123 && HAVE_GLOB_H and HAVE_LIBCURL are true. The call to create_funmpg123dir_widget() however happens outside the #ifdef HAVE_LIBCURL block, leading to a linker error. The solution would be to move the "funmp3" stuff outside the #if HAVE_LIBCURL block, if the "funmp3" stuff doesn't actually require libcurl. Otherwise the call to create_funmp3dir_widget() needs to be guarded with #if HAVE_LIBCURL. The combined --with-mpg123...

  • Committed [r45948] on Code

    Fix missing prototype for `usbsid_available()`

  • Posted a comment on ticket #2192 on VICE

    I've fixed the load/save dialogs to respect the event/snapshot directory set in the settings. It looks like the quickload/quicksave options use the user's config dir (~/.config/vice/ on Unix, probably user profile dir on Windows), which kinda makes sense for "throwaway" files. But this behavior can be changed to respect the "EventSnapshotDir" resource as well.

  • Committed [r45947] on Code

    Gtk3: respect event/snapshot directory in snapshot load/save dialogs

View All

Personal Data

Username:
compyx
Joined:
2016-06-14 19:51:46
Location:
Netherlands / CET
Gender:
Male

Projects

This is a list of open source software projects that compyx is associated with:

  • Project Logo VICE Versatile Commodore Emulator Last Updated:
  • hvsclib Library to work with High Voltage SID Collection files Last Updated:

Personal Tools