-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
Running dist/s_win results in a warning message at the moment:
$ sh s_all dist/s_all run started... Updating files that include the package version ####################### MESSAGE ############################ s_all run of: "./s_win" resulted in: =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Windows #defines missing from ../build_win/wiredtiger_config.h =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= SIZEOF_VOID_P #######################
The new variable was added in WT-2449. The variable check doesn't require that the define makes it into wiredtiger_config.h. I think the best fix would be a change to our autoconf magic that doesn't end up creating a SIZEOF_VOID_P a minute of googling didn't lead to an obvious solution for that.
- is depended on by
-
SERVER-23140 WiredTiger changes for MongoDB 3.3.4
- Closed