Package Details: hxc-floppy-emulator 2.16.11.1-1

Git Clone URL: https://aur.archlinux.org/hxc-floppy-emulator.git (read-only, click to copy)
Package Base: hxc-floppy-emulator
Description: HxC Floppy Emulator toolkit
Upstream URL: http://hxc2001.com
Licenses: GPL
Submitter: nguillaumin
Maintainer: nguillaumin
Last Packager: nguillaumin
Votes: 2
Popularity: 0.000018
First Submitted: 2023-05-25 19:47 (UTC)
Last Updated: 2025-03-03 18:49 (UTC)

Latest Comments

andreas_baumann commented on 2025-09-07 06:53 (UTC)

See also https://github.com/jfdelnero/HxCFloppyEmulator/issues/42 and https://github.com/jfdelnero/HxCFloppyEmulator/commit/8302f4e633d11f1074a27d91d97bcf4be5cca054

I have a patched version here:

https://git.andreasbaumann.cc/cgit/arch/tree/adapted/hxc-floppy-emulator

ve7it commented on 2025-07-15 21:14 (UTC) (edited on 2025-08-17 20:00 (UTC) by ve7it)

Greetings,
UPDATE: I have been able to build the latest git version from the upstream repository. The sources used here are several tags out of date. The latest tagged version on the upstream repository is https://github.com/jfdelnero/HxCFloppyEmulator/archive/refs/tags/HxCFloppyEmulator_V2_16_13_1.tar.gz
I have noticed a build problem on arch as shown below:

gcc -o fs_amigados.o -c ../sources/fs_manager/fs_amigados/fs_amigados.c -O3 -I../sources/ -I ../../libhxcadaptor/sources -I ../../build -Wall -fPIC -Wl,-Map,foo.map
../sources/fs_manager/fs_amigados/fs_amigados.c: In function ‘HxCadfInitNativeFct’:
../sources/fs_manager/fs_amigados/fs_amigados.c:278:32: error: assignment to ‘int32_t (*)(void)’ {aka ‘int (*)(void)’} from incompatible pointer type ‘int32_t (*)(struct Device *)’ {aka ‘int (*)(struct Device *)’} [-Wincompatible-pointer-types]
  278 |         nFct->adfReleaseDevice = HxCADFLibReleaseDevice ;
      |                                ^
../sources/fs_manager/fs_amigados/fs_amigados.c:249:9: note: ‘HxCADFLibReleaseDevice’ declared here
  249 | RETCODE HxCADFLibReleaseDevice(struct Device *dev)
      |         ^~~~~~~~~~~~~~~~~~~~~~
make[1]: *** [Makefile:301: fs_amigados.o] Error 1
make[1]: Leaving directory '/home/lg/.cache/yay/hxc-floppy-emulator/src/HxCFloppyEmulator-HxCFloppyEmulator_V2_16_11_1/libhxcfe/build'
make: *** [Makefile:9: libhxcfe] Error 2
make: Leaving directory '/home/lg/.cache/yay/hxc-floppy-emulator/src/HxCFloppyEmulator-HxCFloppyEmulator_V2_16_11_1/build'
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: hxc-floppy-emulator-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
hxc-floppy-emulator - exit status 4