![]() |
trunc branch does not build - Printable Version +- Forums (https://www.vdrift.net/Forum) +-- Forum: Community (https://www.vdrift.net/Forum/forumdisplay.php?fid=3) +--- Forum: Bugs (https://www.vdrift.net/Forum/forumdisplay.php?fid=7) +--- Thread: trunc branch does not build (/showthread.php?tid=1493) |
trunc branch does not build - antoniovazquez - 05-30-2011 Code: scons: Reading SConscript files ... - NaN - 05-30-2011 Hi antoniovazquez. You need a more recent GLEW version (>= 1.57). Can you please post more info about your system? OS, GPU Driver, Compiler, see here http://vdrift.net/Forum/viewtopic.php?t=3. - antoniovazquez - 05-30-2011 OK, here's some info: #dpkg -s libglew1.5-dev Package: libglew1.5-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 1184 Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> Architecture: i386 Source: glew Version: 1.5.7.is.1.5.2-1ubuntu2 Provides: libglew-dev Depends: libglew1.5 (= 1.5.7.is.1.5.2-1ubuntu2), libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev Conflicts: libglew-dev Description: The OpenGL Extension Wrangler - development environment The OpenGL Extension Wrangler, GLEW for short, is a library that handles initiliazation of OpenGL extensions in a portable and simple way. Once the program initializes the library and checks the availability of extensions, it can safely call the entry points defined by the extension. Currently GLEW supports almost all the extensions found in the OpenGL extension registry[1]. . This package contains the development documentation as well as the required header files. Homepage: http://glew.sourceforge.net/ Original-Maintainer: Joost Yervante Damad <andete@debian.org> #uname -srvmpio Linux 2.6.38-9-generic #43-Ubuntu SMP Thu Apr 28 15:25:15 UTC 2011 i686 athlon i386 GNU/Linux # lspci 00:00.0 Host bridge: ATI Technologies Inc RX780/RX790 Chipset Host Bridge 00:02.0 PCI bridge: ATI Technologies Inc RD790 PCI to PCI bridge (external gfx0 port A) 00:0a.0 PCI bridge: ATI Technologies Inc RD790 PCI to PCI bridge (PCI express gpp port F) 00:11.0 SATA controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 SATA Controller [IDE mode] 00:12.0 USB Controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB OHCI0 Controller 00:12.1 USB Controller: ATI Technologies Inc SB7x0 USB OHCI1 Controller 00:12.2 USB Controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB EHCI Controller 00:13.0 USB Controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB OHCI0 Controller 00:13.1 USB Controller: ATI Technologies Inc SB7x0 USB OHCI1 Controller 00:13.2 USB Controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB EHCI Controller 00:14.0 SMBus: ATI Technologies Inc SBx00 SMBus Controller (rev 3c) 00:14.1 IDE interface: ATI Technologies Inc SB7x0/SB8x0/SB9x0 IDE Controller 00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA) 00:14.3 ISA bridge: ATI Technologies Inc SB7x0/SB8x0/SB9x0 LPC host controller 00:14.4 PCI bridge: ATI Technologies Inc SBx00 PCI to PCI Bridge 00:14.5 USB Controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB OHCI2 Controller 00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration 00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map 00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller 00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control 01:00.0 VGA compatible controller: nVidia Corporation G94 [GeForce 9600 GT] (rev a1) 02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 02) 03:07.0 Network controller: Ralink corp. RT2561/RT61 rev B 802.11g 03:0e.0 FireWire (IEEE 1394): Texas Instruments TSB43AB23 IEEE-1394a-2000 Controller (PHY/Link) Hope it helps ![]() PD: I'm running Ubuntu Natty - NaN - 05-30-2011 You are using the nvidia driver? If not give it a try. Check this thread regarding glew: http://vdrift.net/Forum/viewtopic.php?t=1583 - antoniovazquez - 05-31-2011 I'm sorry for making you loose your time. Ubuntu natty glew version is wrong so I've compiled a new one from source and everything was ok. Thanks for your help. I usually have NVidia propietary drivers installed but I sometimes use nouveau drivers for testing and sending reports. Thanks. |