Search Criteria
Package Details: hxc-floppy-emulator 2.16.11.1-2
Package Actions
| 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.000004 |
| First Submitted: | 2023-05-25 19:47 (UTC) |
| Last Updated: | 2025-09-14 13:06 (UTC) |
Latest Comments
nguillaumin commented on 2025-09-14 13:08 (UTC)
Thanks @andreas_baumann, I applied your patch.
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