http://bugs.winehq.org/show_bug.cgi?id=15391
Summary: "--without-opengl" configure option doesn't compile anymore Product: Wine Version: 1.1.5 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: opengl AssignedTo: wine-bugs@winehq.org ReportedBy: wine@mail.kilgus.net
Starting with 1.1.4 (1.1.3 was fine) the "--without-opengl" configuration option doesn't compile anymore, since it now tries to compile opengl32.dll regardless and subsequently fails because of undefined references.
Checked on two completely different Linux systems.
make[2]: Entering directory `/tmptmp/wine-1.1.5/dlls/opengl32' ../../tools/winegcc/winegcc -B../../tools/winebuild -shared ./opengl32.spec opengl_ext.o opengl_norm.o wgl.o version.res -o opengl32.dll.so -luser32 -lgdi32 -ladvapi32 -lkernel32 -lntdll -lSM -lICE -lXext -lX11 ../../libs/port/libwine_port.a opengl_norm.o: In function `wine_glViewport': /tmptmp/wine-1.1.5/dlls/opengl32/opengl_norm.c:3720: undefined reference to `glViewport' [...]
http://bugs.winehq.org/show_bug.cgi?id=15391
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression, source
--- Comment #1 from Austin English austinenglish@gmail.com 2008-09-23 18:36:03 --- Please run a regression test: http://wiki.winehq.org/RegressionTesting
http://bugs.winehq.org/show_bug.cgi?id=15391
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |major Component|opengl |build-env
http://bugs.winehq.org/show_bug.cgi?id=15391
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|major |normal Status|UNCONFIRMED |RESOLVED Component|build-env |opengl Resolution| |FIXED
--- Comment #2 from Austin English austinenglish@gmail.com 2008-09-24 09:36:58 --- Alexandre committed a fix: http://source.winehq.org/git/wine.git/?a=commitdiff;h=8e9504da5c6c996f6f6936...
http://bugs.winehq.org/show_bug.cgi?id=15391
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org 2008-10-10 10:11:09 --- Closing bugs fixed in 1.1.6.