Ticket #2642 (closed defect: duplicate)
mc 4.8.0 will NOT build
Reported by: | guido | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | mc-core | Version: | 4.8.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | no branch | Votes for changeset: |
Description
My compiler gcc 4.5.2 "chokes & bails out" on lines 384 & 385 in main.c.
383 (void) setlocale(...);
384 (void) bindtextdomain(...);
385 (void) textdomain(...);
If I remove ALL the type casts (void), as it was in 4.8.0-pre2, everything builds & functions correctly.
Needs fixing, I think.
Note: See
TracTickets for help on using
tickets.
i win! :-D
dupe of #2639