|
|
| (One intermediate revision by the same user not shown) |
| Line 1: |
Line 1: |
| − | == python-fontconfig ==
| |
| | | | |
| − | When following the instructions on this page, I run into the following error when executing this code "python3 setup.py install":
| |
| − |
| |
| − | <pre>
| |
| − | gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O2 -pipe -march=x86-64 -mtune=generic -O2 -pipe -march=x86-64 -mtune=generic -O2 -pipe -I/usr/include/python3.10 -c fontconfig.c -o build/temp.msys-3.3.6-x86_64-3.10/fontconfig.o
| |
| − | fontconfig.c:235:10: fatal error: fontconfig/fontconfig.h: No such file or directory
| |
| − | 235 | #include "fontconfig/fontconfig.h"
| |
| − | | ^~~~~~~~~~~~~~~~~~~~~~~~~
| |
| − | compilation terminated.
| |
| − | </pre>
| |
| − |
| |
| − | == python3-setuptools ==
| |
| − | I also had to install "pacman -S python3-setuptools" to build Gramps. [[User:Geggi|Geggi]]
| |
| − |
| |
| − |
| |
| − | <hr />
| |
| − | Greggi... are you asking for tech support or wanting to help update misinformation on this page?
| |
| − |
| |
| − | If you're looking for support, posting a question in the [https://gramps.discourse.group/t/welcome-to-the-gramps-discourse-forum/7 Discourse Forum] will get this in front of more people with broader experience.
| |
| − |
| |
| − | [[User:Bamaustin|Bamaustin]] ([[User talk:Bamaustin|talk]])
| |
| − | <hr />
| |
| − | It is about the instructions on this webpage. I failed to install Gramps development environment following the steps described here. I will follow your advise to check the discourse forum and update the instructions when I got a clarification. [[User:Geggi|Geggi]]
| |