Opened 16 years ago

Closed 16 years ago

#4311 closed defect (fixed)

r15119 breaks non gl backend compile

Reported by: tephra@… Owned by: kkuphal
Priority: minor Milestone: unknown
Component: mythtv Version: head
Severity: low Keywords:
Cc: Ticket locked: no

Description

make produces this error: util-opengl.cpp: In function 'void (* get_gl_proc_address(const QString&))()': util-opengl.cpp:312: error: 'glXGetProcAddressARB' was not declared in this scope make[2]: * [util-opengl.o] Error 1 make[2]: Leaving directory `/usr/local/src/svn/mythtv/libs/libmythtv' make[1]: * [sub-libmythtv] Error 2 make[1]: Leaving directory `/usr/local/src/svn/mythtv/libs' make: * [sub-libs] Error 2

configure: ./configure --disable-ivtv --enable-dvb --dvb-path=/usr/src/linux-2.6/include --enable-proc-opt --disable-joystick-menu --disable-dbox2 --disable-firewire --disable-iptv --disable-hdhomerun --disable-v4l --enable-lirc Warning: DVB location in kernel. May not compile. # Basic Settings Compile type release Compiler cache yes DistCC yes install prefix /usr/local CPU x86_32 (model name : AMD Athlon(tm) XP 2000+) big-endian no MMX enabled yes CMOV enabled yes CMOV is fast no

# Input Support Joystick menu no lirc support no Apple Remote no Video4Linux sup. no ivtv support no FireWire? support no DVB support yes usr/src/linux-2.6/include DBox2 support no HDHomeRun support no IPTV support no

# Sound Output Support OSS support yes ALSA support yes aRts support no JACK support no

# Video Output Support x11 support yes xrandr support yes xv support yes XvMC support no XvMC VLD support no XvMC pro support no XvMC OpenGL sup. no OpenGL video no Mac acceleration no OpenGL vsync no DirectFB no Fribidi formatting no

# Misc Features Frontend yes Backend yes

# Bindings bindings_perl yes

Removing 15119 change fixes compile.

Change History (2)

comment:1 Changed 16 years ago by kkuphal

Owner: changed from Isaac Richards to kkuphal
Status: newassigned

comment:2 Changed 16 years ago by kkuphal

Resolution: fixed
Status: assignedclosed

Fixed by changeset 15141 which reverts this change after changeset 15140 fixed the original issue that prompted this change.

Note: See TracTickets for help on using tickets.