On Tue, Jan 31, 2017 at 06:26:52PM +0100, Pierre Labastie wrote: > Building firefox-51.0.1, I get at some point: > ------------------------ > In file included from > /sources/firefox/firefox-51.0.1/firefox-build-dir/ipc/chromium/Unified_cpp_ipc_chromium0.cpp:119:0: > /sources/firefox/firefox-51.0.1/ipc/chromium/src/base/message_pump_libevent.cc:26:19: > error: '_EVENT_SIZEOF_LONG' was not declared in this scope > static_assert(_EVENT_SIZEOF_##TYPE == sizeof(type), \ > ^ > /sources/firefox/firefox-51.0.1/ipc/chromium/src/base/message_pump_libevent.cc:29:1: > note: in expansion of macro 'CHECK_EVENT_SIZEOF' > CHECK_EVENT_SIZEOF(LONG, long); > ^~~~~~~~~~~~~~~~~~ > ----------------------- > and other similar messages. I do not want to restart with make -j1, so I am > not able to know what command fails. >
I use make -jN -O [ --output-sync ] - still have to search back in the log to find the error, but everything seems to be consistent. I suppose it might slow the build down, but builds generally seem to use the number of cores I expect them to. > > I think I'll try: sed s/_EVENT_SIZEOF/EVENT__SIZEOF/ -i > ipc/chromium/src/base/message_pump_libevent.cc > Thanks for that, and for your follow-up. ĸen -- `I shall take my mountains', said Lu-Tze. `The climate will be good for them.' -- Small Gods -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
