@iPooPaLoT this error 'make: *** No rule to make target 'fxhook.o', needed by 'glide.dll'. Stop.' maybe “/etc/makepkg.conf MAKEFLAGS=-j ” 我comment MAEKFLAGS。the problem solved.
Search Criteria
Package Details: qemu-3dfx 9.2.2.r466.a2d25b3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/qemu-3dfx.git (read-only, click to copy) |
---|---|
Package Base: | qemu-3dfx |
Description: | MESA GL/3Dfx Glide pass-through for QEMU |
Upstream URL: | https://github.com/kjliew/qemu-3dfx |
Keywords: | qemu-3dfx |
Licenses: | GPL-2.0 |
Conflicts: | qemu-3dfx |
Provides: | qemu-3dfx |
Submitter: | kharovtobi |
Maintainer: | kharovtobi |
Last Packager: | kharovtobi |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2024-10-23 05:52 (UTC) |
Last Updated: | 2025-07-27 06:30 (UTC) |
Dependencies (85)
- qemu-base
- seabios
- alsa-lib (make)
- brltty (brltty-gitAUR) (make)
- bzip2 (bzip2-gitAUR) (make)
- cairo (cairo-gitAUR) (make)
- capstone (capstone-gitAUR) (make)
- cdrtools (make)
- coreutils (coreutils-selinuxAUR, coreutils-uutilsAUR, coreutils-gitAUR) (make)
- curl (curl-gitAUR, curl-c-aresAUR) (make)
- djgpp-binutilsAUR (make)
- djgpp-djcrxAUR (djgpp-djcrx-cvsAUR, djgpp-djcrx-bootstrapAUR) (make)
- djgpp-gccAUR (make)
- dos2unix (dos2unix-gitAUR) (make)
- dtc (dtc-gitAUR) (make)
- fuse3 (fuse3-gitAUR) (make)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR) (make)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR) (make)
- Show 65 more dependencies...
Required by (0)
Sources (3)
yangling commented on 2025-09-09 10:04 (UTC)
sgt-hartman commented on 2025-08-01 13:48 (UTC) (edited on 2025-08-01 13:49 (UTC) by sgt-hartman)
@iPooPaLoT
Having this exact same error i managed to compile this package. I'm not sure its the exact same for you but i my case it was because the package djgpp-djcrx
was broken. This package provides i686-pc-msdosdjgpp-dxe3gen
tool which is required to build wrappers. Without it some wrappers files did not compile silently (ie yay didn't stop the process).
I managed to compile djgpp-djcrx, i proposed a solution for that on the AUR package page: https://aur.archlinux.org/packages/djgpp-djcrx
kharovtobi commented on 2025-06-13 01:50 (UTC)
PSA - Wrappers does not work on Windows 9x because it compiles with UCRT instead of MSVCRT due to mingw-w64-gcc
compiled with UCRT on mind. Compile and make wrappers in a different environment yourself until i find a fix or something idk
iPooPaLoT commented on 2025-04-13 18:33 (UTC)
Even tried it in a vm. Same results.
iPooPaLoT commented on 2025-04-13 01:24 (UTC)
Thanks but the build is still failing the same way.
kharovtobi commented on 2025-04-13 00:07 (UTC) (edited on 2025-04-13 00:07 (UTC) by kharovtobi)
@iPooPaLoT - must be the sse problem i'll fix it soon
iPooPaLoT commented on 2025-04-06 20:53 (UTC) (edited on 2025-04-06 21:03 (UTC) by iPooPaLoT)
Building fails.
conf_wrapper: creating Makefile
make: *** No rule to make target 'fxhook.o', needed by 'glide.dll'. Stop.
make: *** Waiting for unfinished jobs....
CC fxhook.o fxhpat.o fxlib9x.o fxlibnt.o fxtime.o md5.o
checking for which... /usr/bin/which
checking for dirname... /usr/bin/dirname
checking for gendef... /usr/bin/gendef
checking for git... /usr/bin/git
checking for grep... /usr/bin/grep
checking for head... /usr/bin/head
checking for make... /usr/bin/make
checking for sed... /usr/bin/sed
checking for shasum... /usr/bin/core_perl/shasum
checking for uname... /usr/bin/uname
checking for wc... /usr/bin/wc
checking for xxd... /usr/bin/xxd
Linux cross build
CROSS=i686-w64-mingw32-
CC=gcc
DXE Target: i686-pc-msdosdjgpp
OVL Open Watcom C x86 32-bit Optimizing Compiler
conf_wrapper: creating Makefile
make: *** No rule to make target 'fxhook.o', needed by 'opengl32.dll'. Stop.
make: *** Waiting for unfinished jobs....
CC fxhook.o fxhpat.o fxlib9x.o fxlibnt.o fxtime.o md5.o
cp: cannot stat '../3dfx/build/*.vxd': No such file or directory
cp: cannot stat '../3dfx/build/*.sys': No such file or directory
cp: cannot stat '../3dfx/build/*.dll': No such file or directory
cp: cannot stat '../3dfx/build/*.dxe': No such file or directory
cp: cannot stat '../3dfx/build/*.ovl': No such file or directory
cp: cannot stat '../3dfx/build/*.exe': No such file or directory
==> ERROR: A failure occurred in build().
Aborting...
-> error making: qemu-3dfx-exit status 4
-> Failed to install the following packages. Manual intervention is required:
qemu-3dfx - exit status 4
Pinned Comments
kharovtobi commented on 2025-06-13 01:50 (UTC)
PSA - Wrappers does not work on Windows 9x because it compiles with UCRT instead of MSVCRT due to
mingw-w64-gcc
compiled with UCRT on mind. Compile and make wrappers in a different environment yourself until i find a fix or something idk