Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 May 2005 14:16:36 -0500
From:      Erik Greenwald <erik@smluc.org>
To:        Tilman Linneweh <arved@freebsd.org>
Cc:        freebsd-ports-bugs@freebsd.org
Subject:   Re: ports/77899: [Maintainer Update]  graphics/bugle  0.0.20041123 -> 0.0.20050221
Message-ID:  <20050513191636.GA31929@smluc.org>
In-Reply-To: <200505081923.j48JN4TQ047055@freefall.freebsd.org>
References:  <200505081923.j48JN4TQ047055@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, May 08, 2005 at 07:23:04PM +0000, Tilman Linneweh wrote:
<snip>
> I tried it on CURRENT and it fails with:

which current and with what kind of pkg load?

>  cc -DHAVE_CONFIG_H -I. -I. -I. -I./budgielib -I./libltdl -I/usr/X11R6/include -DLIBDIR=\"/usr/local/lib\" -DPKGLIBDIR=\"/usr/local/lib/bugle\" -I/usr/X11R6/include -I/usr/X11R6/include -O -pipe -MT filters/stats.lo -MD -MP -MF filters/.deps/stats.Tpo -c filters/stats.c  -fPIC -DPIC -o filters/.libs/stats.o
> filters/stats.c: In function `initialise_stats':
> filters/stats.c:408: error: `GROUP_glBeginQueryARB' undeclared (first use in this function)
> filters/stats.c:408: error: (Each undeclared identifier is reported only once
> filters/stats.c:408: error: for each function it appears in.)
> filters/stats.c:408: error: `stats_fragments' undeclared (first use in this function)
> filters/stats.c:409: error: `GROUP_glEndQueryARB' undeclared (first use in this function)
> *** Error code 1

odd, I believe GROUP_glBeginQueryARB is generated from a macro that
looks at the GL/gl.h header... is your gl.h from xorg-libraries, or
something like the nvidia driver package?

> http://www.freebsd.org/cgi/query-pr.cgi?pr=77899

I purged out the pkg's on my -current box, pkg_add'd the deps and gave
it a shot with no issue... results are at
http://smluc.org/~erik/bugle/build.out

I will look into how GROUP_glBeginQueryARB is generated this weekend,
perhaps something to test GL version has to be put in the makefile :/

or perhaps the cflags have somtehing to do with it... (I have "-O2
-fno-strict-aliasing" vs your "-O"... I'll try that, too, when I get
back to a current box)

Thanks

-- 
        -Erik <erik@smluc.org> [http://math.smsu.edu/~erik]

The opinions expressed by me are not necessarily opinions. In all probability,
they are random rambling, and to be ignored. Failure to ignore may result in
severe boredom or confusion. Shake well before opening. Keep Refrigerated.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050513191636.GA31929>