Gentoo Archives: gentoo-user

From: David Haller <gentoo@×××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Compilation error with StructureSynth
Date: Wed, 01 Nov 2017 04:18:29
Message-Id: 20171101041733.secr2biaqe7f5icb@grusum.endjinn.de
In Reply to: [gentoo-user] Compilation error with StructureSynth by tuxic@posteo.de
1 Hello,
2
3 On Wed, 01 Nov 2017, tuxic@××××××.de wrote:
4 >I am trying to compile this wonderful beast:
5 >* media-gfx/structure-synth
6 > Available versions: (~)1.5.0
7 > Homepage: http://structuresynth.sourceforge.net/
8 > Description: A program to generate 3D structures by specifying a design grammar
9 >
10 >
11 >and it gives me this:
12 >
13 >x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtScript -I/usr/include/qt4 -I. -IStructureSynth/GUI -ISyntopiaCore/GLEngine -ISyntopiaCore/Math -ISyntopiaCore/Misc -IStructureSynth/Parser -ISyntopiaCore/Exceptions -IStructureSynth/Model/Rendering -IStructureSynth/Model -IThirdPartyCode/MersenneTwister -ISyntopiaCore/Logging -IStructureSynth/JavaScriptSupport -ISyntopiaCore/GLEngine/Raytracer -I. -o JavaScriptParser.o StructureSynth/JavaScriptSupport/JavaScriptParser.cpp
14 >In file included from StructureSynth/JavaScriptSupport/Debug.cpp:16:0:
15 >StructureSynth/JavaScriptSupport/../../SyntopiaCore/GLEngine/Sphere.h:25:4: error: 'GLUquadric' does not name a type
16 > GLUquadric* myQuad;
17 > ^
18
19 Copy the media-gfx/structure-synth subdir from the portage-tree to
20 your local overlay and add the attached files as suggested by the
21 filenames (create the files/ subdir in advance and put the patch there).
22
23 HTH,
24 -dnh
25
26 --
27 WANTED: Schroedingers Cat, dead or alive.

Attachments

File name MIME type
structure-synth-1.5.0-r1.ebuild text/plain
structure-synth-1.5.0-gl.patch text/x-patch

Replies

Subject Author
Re: [gentoo-user] Compilation error with StructureSynth tuxic@××××××.de