pixman.h error when compiling cpp on FNF #3388
-
Can anyone help me to solve this problem? I'm compiling FNF but when I went to compile "cpp" it returned the pixman.h error so the pixman package is already installed on my Arch Linux system [renan@archlinux Funkin-Linux]$ lime rebuild cpp
Compiling group: native-toolkit-cairo
clang++ -Ilib/custom/cairo/src/ -Ilib/custom/cairo/configs/linux/ -Ilib/cairo/src/ -Ilib/custom/freetype/include/ -Ilib/freetype/include/ -Ilib/custom/pixman/pixman/ -Ilib/pixman/pixman/ -DNDEBUG -DHAVE_CONFIG_H -Wno-attributes -Wno-enum-conversion -c -fvisibility=hidden -O2 -fpic -fPIC -Wno-overflow -DHX_LINUX -DHXCPP_M64 -DHXCPP_VISIT_ALLOCS(haxe) -DHXCPP_API_LEVEL=0(haxe) -m64 -DHXCPP_M64 -I/home/renan/aur/Funkin-Linux/.haxelib/hxcpp/4,3,2/include ... tags=[haxe,static]
- lib/cairo/src/cairo-path-bounds.c
- lib/cairo/src/cairo-shape-mask-compositor.c
- lib/cairo/src/cairo-bentley-ottmann.c
- lib/cairo/src/cairo-base64-stream.c
Error: In file included from ./lib/cairo/src/cairo-base64-stream.c:39:
./lib/cairo/src/cairoint.h:71:10: fatal error: 'pixman.h' file not found
71 | #include <pixman.h>
| ^~~~~~~~~~
1 error generated. I tried compiling pixman and it didn't work |
Beta Was this translation helpful? Give feedback.
Answered by
NotHyper-474
Sep 19, 2024
Replies: 1 comment 3 replies
-
I just had the same issue today lol.
git submodule init
git submodule sync
git submodule update
lime rebuild tools Then try again. If you still can't rebuild try seeing if there's anything on Lime's project/README.md that can help you. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
Renan2010
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I just had the same issue today lol.
cd
to Lime's git folder (<Funkin-folder>/.haxelib/lime/git
) and run the following commands:Then try again. If you still can't rebuild try seeing if there's anything on Lime's project/README.md that can help you.