Search Criteria
Package Details: libretro-hatari-enhanced-git 5546.46dc6d95-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/libretro-hatari-enhanced-git.git (read-only, click to copy) |
|---|---|
| Package Base: | libretro-hatari-enhanced-git |
| Description: | libretro implementation of Hatari v1.8 (Atari ST/STE/TT/Falcon) with IPF support |
| Upstream URL: | https://github.com/libretro/hatari |
| Licenses: | GPL2 |
| Groups: | libretro |
| Submitter: | OJaksch |
| Maintainer: | None |
| Last Packager: | OJaksch |
| Votes: | 4 |
| Popularity: | 0.000005 |
| First Submitted: | 2015-11-10 15:54 (UTC) |
| Last Updated: | 2021-01-05 11:27 (UTC) |
Dependencies (5)
- capsimageAUR (capsimage-gitAUR, kryofluxAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- libretro-core-info (libretro-core-info-gitAUR)
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
Latest Comments
megamik commented on 2025-03-22 11:39 (UTC) (edited on 2026-04-14 12:11 (UTC) by megamik)
Compiling works but linking does not:
... however the -fPIC flag is already being used during the compilation step.
It seems to be related to the makepkg environment, as it works when you build this outside makepkg (just executing the "make -f Makefile.libretro" command), even with the capsimage support patch applied.
You can fix this by editing the PKGBUILD file adding the following line after the "makedepends=..." one:
options=('!buildflags')... and then building the package via "makepkg" as usual.DocMAX commented on 2024-04-29 07:02 (UTC)
cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DGIT_VERSION=\"" a4c9eb0bc cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DGIT_VERSION=\"" a4c9eb0bc src/file.c:21:10: fatal error: winsock2.h: No such file or directory 21 | #include <winsock2.h> | ^
~~~ compilation terminated. make: *** [Makefile.libretro:255: src/file.o] Error 1 make: *** Waiting for unfinished jobs....ProfessorKaos64 commented on 2016-09-15 14:25 (UTC)