Opened 5 years ago
Closed 4 years ago
#1774 closed bug (fixed (in master))
./configure should refuse to build game with no frontends
Reported by: | takkaria | Owned by: | |
---|---|---|---|
Milestone: | 3.5.1 | Keywords: | buildsystem |
Cc: |
Description
We've had this problem with a few different people now. People run ./configure without any dev libraries installed and get a warning about having an empty array in main.c, see e.g. this post. We should print a message telling the user what to do instead and refuse to compile.
Change History (3)
comment:1 Changed 5 years ago by takkaria
- Milestone changed from Future to 3.5.1
comment:2 Changed 4 years ago by noz
- Status changed from new to pending
comment:3 Changed 4 years ago by magnate
- Resolution set to fixed (in master)
- Status changed from pending to closed
Cherry-picked as 7a0ef6fc5c54691f0d11426160cdada2e31cd554
Note: See
TracTickets for help on using
tickets.
I've fixed this in pullreq 369