You are not logged in.

#1 2007-07-30 08:09:28

Prew
Member
Registered: 2006-12-31
Posts: 14

[Request] GtkRadiant

http://www.qeradiant.com

I have problem with compilation:

In file included from include/iglrender.h:25,
                 from contrib/bobtoolz/bobToolz-GTK.cpp:229:
include/igl.h:2648: error: '<anonymous>' has incomplete type
include/igl.h:2648: error: invalid use of 'GLvoid'
contrib/bobtoolz/bobToolz-GTK.cpp: In constructor 'BobToolzPluginDependencies::BobToolzPluginDependencies()':
contrib/bobtoolz/bobToolz-GTK.cpp:252: warning: base 'GlobalModuleRef<PatchCreator>' will be initialized after
contrib/bobtoolz/bobToolz-GTK.cpp:252: warning:   base 'GlobalModuleRef<EntityClassManager>'
contrib/bobtoolz/bobToolz-GTK.cpp:247: warning:   when initialized here
libs/math/aabb.h: At global scope:
libs/math/aabb.h:284: warning: 'aabb_normals' defined but not used
scons: *** [build/debug/contrib/bobtoolz/bobToolz-GTK.os] Error 1
scons: building terminated because of errors.

Offline

#2 2007-07-30 08:24:34

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,920

Re: [Request] GtkRadiant

Prew wrote:

include/igl.h:2648: error: '<anonymous>' has incomplete type
include/igl.h:2648: error: invalid use of 'GLvoid'

I've had the same issue with my vdrift aur-package.
It seems the use of GLvoid is declared an illegal construct in gcc 4.2 .
Just replace GLvoid with the regular void and it should work.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#3 2007-07-30 09:55:22

Prew
Member
Registered: 2006-12-31
Posts: 14

Re: [Request] GtkRadiant

Thanks Lone_Wolf, now GtkRadiant build with success!!!

Offline

Board footer

Powered by FluxBB