Date: Thu, 9 Nov 2006 13:27:03 +0700 From: "Angka H. K." <harikurniawan@gmail.com> To: cr-maia@criticalsoftware.com Cc: freebsd-x11@freebsd.org Subject: Re: Errors building Xserver Message-ID: <4c40c4e70611082227r3cb91907q656badbb8e672754@mail.gmail.com> In-Reply-To: <4551F181.9060107@dei.isep.ipp.pt> References: <20061103103302.M50985@dei.isep.ipp.pt> <1162555670.79571.0.camel@mayday.esat.net> <4551F181.9060107@dei.isep.ipp.pt>
next in thread | previous in thread | raw e-mail | index | archive | help
The error came from libdrm. You should update libdrm to latest. On 11/8/06, Claudio Maia <i020827@dei.isep.ipp.pt> wrote: > Florent Thoumie wrote: > > On Fri, 2006-11-03 at 10:35 +0000, Claudio Ribeiro Maia wrote: > > > >> Hi, > >> > >> I'm truing to build Xorg 7, but I'm getting errors when building it. > >> > >> I'm using FreeBSD 6.1 in a laptop with a NVidia GForce 7400. > >> > >> The error is the following: > >> > >> if /usr/local/bin/bash ../../libtool --tag=3DCC --mode=3Dcompile gcc > >> -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../inclu= de > >> -I../../include -I../../include -I../../include -I../../include > >> -I../../include -I../../include -I../../hw/xfree86/os-support > >> -I../../hw/xfree86/os-support/bus -I../../hw/xfree86/common > >> -I../../hw/xfree86/dri -I../../mi -I/usr/Mesa/include -DHAVE_DIX_= CONFIG_H > >> -I/usr/X11R7/include -D_THREAD_SAFE -I/usr/X11R7/include > >> -I/usr/X11R7/include -I/usr/X11R7/include/drm -I/usr/X11R7/include/= X11/dri > >> -I/usr/Mesa/src/mesa/glapi -I/usr/Mesa/src/mesa/main -DXFree86Ser= ver > >> -DNO_LIBCWRAPPER -Wall -Wpointer-arith -Wstrict-prototypes > >> -Wmissing-prototypes -Wmissing-declarations -Wnested-externs > >> -fno-strict-aliasing -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT > >> -D_THREAD_SAFE -I/usr/X11R7/include -I/usr/local/include/dbus-1.0 > >> -I/usr/local/include/dbus-1.0/include -I../../include -I../../includ= e > >> -I../../Xext -I../../composite -I../../damageext -I../../xfixes -I../.= ./Xi > >> -I../../mi -I../../miext/shadow -I../../miext/damage -I../../render > >> -I../../randr -I../../fb -g -O2 -MT glxdri.lo -MD -MP -MF ".deps/glxdr= i.Tpo" > >> -c -o glxdri.lo glxdri.c; then mv -f ".deps/glxdri.Tpo" ".deps/glxdri= .Plo"; > >> else rm -f ".deps/glxdri.Tpo"; exit 1; fi > >> gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../i= nclude > >> -I../../include -I../../include -I../../include -I../../include > >> -I../../include -I../../include -I../../hw/xfree86/os-support > >> -I../../hw/xfree86/os-support/bus -I../../hw/xfree86/common > >> -I../../hw/xfree86/dri -I../../mi -I/usr/Mesa/include -DHAVE_DIX_CONFI= G_H > >> -I/usr/X11R7/include -D_THREAD_SAFE -I/usr/X11R7/include -I/usr/X11R7/= include > >> -I/usr/X11R7/include/drm -I/usr/X11R7/include/X11/dri > >> -I/usr/Mesa/src/mesa/glapi -I/usr/Mesa/src/mesa/main -DXFree86Server > >> -DNO_LIBCWRAPPER -Wall -Wpointer-arith -Wstrict-prototypes > >> -Wmissing-prototypes -Wmissing-declarations -Wnested-externs > >> -fno-strict-aliasing -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT > >> -D_THREAD_SAFE -I/usr/X11R7/include -I/usr/local/include/dbus-1.0 > >> -I/usr/local/include/dbus-1.0/include -I../../include -I../../include > >> -I../../Xext -I../../composite -I../../damageext -I../../xfixes -I../.= ./Xi > >> -I../../mi -I../../miext/shadow -I../../miext/damage -I../../render > >> -I../../randr -I../../fb -g -O2 -MT glxdri.lo -MD -MP -MF .deps/glxdri= .Tpo -c > >> glxdri.c -fPIC -DPIC -o .libs/glxdri.o > >> In file included from ../../hw/xfree86/os-support/xf86drm.h:39, > >> from glxdri.c:44: > >> ../../hw/xfree86/os-support/xf86mm.h:106: error: syntax error before > >> "drm_bo_type_t" > >> ../../hw/xfree86/os-support/xf86mm.h:108: error: syntax error before "= drm_u64_t" > >> ../../hw/xfree86/os-support/xf86mm.h:128: error: syntax error before > >> "drm_bo_arg_t" > >> ../../hw/xfree86/os-support/xf86mm.h:177: error: syntax error before > >> "drm_bo_type_t" > >> ../../hw/xfree86/os-support/xf86mm.h:178: warning: function declaratio= n isn't > >> a prototype > >> In file included from glxdri.c:44: > >> ../../hw/xfree86/os-support/xf86drm.h:548: error: syntax error before > >> "drm_drawable_info_type_t" > >> ../../hw/xfree86/os-support/xf86drm.h:549: warning: function declarati= on isn't > >> a prototype > >> *** Error code 1 > >> > >> Stop in /usr/xorg/xserver/GL/glx. > >> *** Error code 1 > >> > >> Stop in /usr/xorg/xserver/GL. > >> *** Error code 1 > >> > >> Stop in /usr/xorg/xserver. > >> > >> Has anyone got the same error? Can anyone help me? > >> > > > > I don't. Are you trying to build from a port? > > > > > No I'm using the X.org modular tree. As far as I know there are no ports = yet > for X7.0. > > Cheers, > Cl=E1udio Maia > > > DISCLAIMER: This message may contain confidential information or privileg= ed material and is intended only for the individual(s) named. If you are no= t a named addressee and mistakenly received this message you should not cop= y or otherwise disseminate it: please delete this e-mail from your system a= nd notify the sender immediately. E-mail transmissions are not guaranteed t= o be secure or error-free as information could be intercepted, corrupted, l= ost, destroyed, arrive late or incomplete or contain viruses. Therefore, th= e sender does not accept liability for any errors or omissions in the conte= nts of this message that arise as a result of e-mail transmissions. Please = request a hard copy version if verification is required. Critical Software,= SA. > _______________________________________________ > freebsd-x11@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4c40c4e70611082227r3cb91907q656badbb8e672754>