Opened 14 years ago
Closed 14 years ago
#242 closed defect (fixed)
Compile error on FreeBSD
Reported by: | rainer | Owned by: | rainer |
---|---|---|---|
Priority: | major | Milestone: | 2.8.4 |
Component: | main | Version: | |
Keywords: | Cc: |
Description
As noted by Davied E. Thiel, compiling of sh_sub.c fails on FreeBSD with the following error:
cc -DHAVE_CONFIG_H -I. -I./include -O2 -pipe -fPIC -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -fstack-protector-all -D_THREAD_SAFE -pthread -DUSE_MALLOC_LOCK=1 -fPIE -Wall -W -fno-strength-reduce -fno-omit-frame-pointer -DSH_STANDALONE -o sh_sub.o -c x_sh_sub.c x_sh_sub.c: In function 'sh_create_sub': x_sh_sub.c:233: error: label at end of compound statement x_sh_sub.c: In function 'sh_sub_stat_int': x_sh_sub.c:492: error: label at end of compound statement *** Error code 1
Note:
See TracTickets
for help on using tickets.
Fixed in changeset [323]. Also pushed out as version 2.8.3a.