I had the following build error:

/opt/wbBuild/var/sources/firefox-61.0.2/widget/xremoteclient/DBusRemoteClient.cpp:145:19:
 error: expected â<80><98>;â<80><99> before â<80><98>}â<80><99> token
       return false
                   ^
                   ;
     }
     ~
make[4]: *** [/opt/wbBuild/var/sources/firefox-61.0.2/config/rules.mk:1032: 
DBusRemoteClient.o] Error 1
make[3]: *** [/opt/wbBuild/var/sources/firefox-61.0.2/config/recurse.mk:73: 
widget/xremoteclient/target] Error 2

I do have slightly different config (wayland) to the book which might explain 
why this was missed?
The fix for me was:
sed -i s/false$/"false;"/ widget/xremoteclient/DBusRemoteClient.cpp

BTW, I've built this with rust 1.28.0.

Regards,
Wayne
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to