![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
When I run the make for 8.1.4, a number of parse errors are thrown, causing the build to fail. |
#3
| |||
| |||
|
|
"William Gray" <grayw (AT) mail (DOT) montclair.edu> writes: When I run the make for 8.1.4, a number of parse errors are thrown, causing the build to fail. The errors suggest some problem with "bool". Do you have any conflicting #define's for bool in your system headers? FWIW, 8.1.4 builds fine for me on 10.4.6. regards, tom lane |
#4
| |||
| |||
|
|
I'm not sure how I'd go about determining that. I don't recall messing with any of my system's .h files. Do you know where I might look? |
#5
| |||
| |||
|
|
William Gray <grayw (AT) mail (DOT) montclair.edu> writes: I'm not sure how I'd go about determining that. I don't recall messing with any of my system's .h files. Do you know where I might look? grep through all the files under /usr/include looking for "bool" ... regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match |
|
c.h: * file. Added bool enum from machine/types.h for regular users c.h: * that want a real boolean type. c.h:#ifndef bool c.h:typedef enum { false = 0, true = 1 } bool; c.h:#endif /* bool */ |
|
stdbool.h: * $FreeBSD: src/include/stdbool.h,v 1.6 2002/08/16 07:33:14 alfred Exp $ stdbool.h:#define __bool_true_false_are_defined 1 stdbool.h:#define bool _Bool |
![]() |
| Thread Tools | |
| Display Modes | |
| |