Anders Broman
changed
bug 8942
What |
Removed |
Added |
Status |
RESOLVED
|
INCOMPLETE
|
Resolution |
FIXED
|
---
|
Ever confirmed |
|
1
|
Comment # 5
on bug 8942
from Anders Broman
Backing out the Changes exept for simple_dialog as the patch are done in a
non portable way the struct FILE is different on windows vs *nix
prefs.c: In function 'read_prefs_file':
prefs.c:3073: error: 'FILE' has no member named '_base'
prefs.c:3074: error: 'FILE' has no member named '_base'
prefs.c:3075: error: 'FILE' has no member named '_base'
prefs.c:3076: error: 'FILE' has no member named '_base'
prefs.c:3077: error: 'FILE' has no member named '_base'
cc1: warnings being treated as errors
prefs.c:3063: warning: unused variable 'first_line'
On win7
prefs.c(3076) : error C2220: warning treated as error - no 'object' file
generated
prefs.c(3076) : warning C4244: 'initializing' : conversion from '__int64' to
'int', possible loss of data
You are receiving this mail because:
- You are watching all bug changes.