Bug 4392 - barebones build fails
Summary: barebones build fails
Status: RESOLVED INVALID
Alias: None
Product: Claws Mail (GTK 2)
Classification: Unclassified
Component: Other (show other bugs)
Version: 3.18.0
Hardware: PC Linux
: P3 normal
Assignee: users
URL:
Depends on:
Blocks:
 
Reported: 2020-10-20 18:37 UTC by Michal Suchánek
Modified: 2020-10-20 19:00 UTC (History)
0 users

See Also:


Attachments
Fix build error due to missing bool type (1.08 KB, patch)
2020-10-20 18:37 UTC, Michal Suchánek
no flags Details | Diff

Description Michal Suchánek 2020-10-20 18:37:27 UTC
Created attachment 2115 [details]
Fix build error due to missing bool type

mimeview.c: In function ‘mimeview_key_pressed’:
mimeview.c:1675:2: error: unknown type name ‘bool’; did you mean ‘_Bool’?
  bool up = FALSE;
  ^~~~
  _Bool
Comment 1 Paul 2020-10-20 19:00:03 UTC
"bool up = FALSE;" isn't in claws-mail code.

Note You need to log in before you can comment on or make changes to this bug.