Difference between revisions of "Talk:Gramps for Windows with MSYS2"

From Gramps
Jump to: navigation, search
(graphviz issue seems to be resolved)
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
Was the issue with Graphviz resolved? The URL (https://github.com/Alexpux/MINGW-packages/issues/737) provided in the manuel returns a 404.
 
Was the issue with Graphviz resolved? The URL (https://github.com/Alexpux/MINGW-packages/issues/737) provided in the manuel returns a 404.
 +
 +
Update: yes, it seems Graphviz can be installed simply by "pacman -S mingw-w64-x86_64-graphviz". The manual has been updated accordingly. [[User:Geggi|Geggi]]
  
 
== python-fontconfig ==
 
== python-fontconfig ==
Line 14: Line 16:
 
compilation terminated.
 
compilation terminated.
 
</pre>
 
</pre>
 +
 +
== python3-setuptools ==
 +
I also had to install "pacman -S python3-setuptools" to build Gramps. [[User:Geggi|Geggi]]
 +
 +
 
<hr />
 
<hr />
 
Greggi... are you asking for tech support or wanting to help update misinformation on this page?
 
Greggi... are you asking for tech support or wanting to help update misinformation on this page?
Line 21: Line 28:
 
[[User:Bamaustin|Bamaustin]] ([[User talk:Bamaustin|talk]])
 
[[User:Bamaustin|Bamaustin]] ([[User talk:Bamaustin|talk]])
 
<hr />
 
<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.
+
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]]

Latest revision as of 20:23, 11 October 2022

Graphviz issue

Was the issue with Graphviz resolved? The URL (https://github.com/Alexpux/MINGW-packages/issues/737) provided in the manuel returns a 404.

Update: yes, it seems Graphviz can be installed simply by "pacman -S mingw-w64-x86_64-graphviz". The manual has been updated accordingly. Geggi

python-fontconfig

When following the instructions on this page, I run into the following error when executing this code "python3 setup.py install":

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.

python3-setuptools

I also had to install "pacman -S python3-setuptools" to build Gramps. Geggi



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 Discourse Forum will get this in front of more people with broader experience.

Bamaustin (talk)


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. Geggi