Opened 21 years ago

Closed 21 years ago

Last modified 5 years ago

#1179 closed defect (fixed)

configure/Makefile --disable options will not work

Reported by: SF/aiviru Owned by: SF/khalek
Priority: normal Component: --Other--
Version: Keywords:
Cc: Game:

Description

As per scummvm-20030823.tar.bz2, doing a ./configure --disable-bs2 does not seem to work right. I noticed this primarily because of a compile error in bs2 using an older gcc version (soon in a bugreport near you), where --disable-bs2 said it wouldn't build the engine, but my compiler would still choke. It still seems to build simon too if I ask it not to.

This has been going on for a while (as long as you use configure? I'm not sure. At least a couple days), and while I CAN work around it by also putting DISABLE_SWORD2 = 1 in the Makefile, that's ugly, and produces a lot of warnings.

Should be independent of actual compiler, so: [aiviru@blight ~/src/scummvm]$ uname -a Linux blight 2.4.18-bf2.4 #1 Son Apr 14 09:53:28 CEST 2002 i686 unknown [aiviru@blight ~/src/scummvm]$ make -v GNU Make version 3.79.1, by Richard Stallman and Roland McGrath. Built for i386-pc-linux-gnu Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 2000 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Report bugs to <bug-make@gnu.org>.

[aiviru@blight ~/src/scummvm]$

Ticket imported from: #793762. Ticket imported from: bugs/1179.

Change History (3)

comment:1 by fingolfin, 21 years ago

Owner: set to SF/khalek

comment:2 by SF/khalek, 21 years ago

Resolution: fixed
Status: newclosed

comment:3 by digitall, 5 years ago

Component: --Unset----Other--
Note: See TracTickets for help on using tickets.