So this is my way around:
$ sed -i "s/-Wshadow -Wmissing/-Wmissing/"
$ make -C src NetworkManager-nm-system.o
$ sed -i "s/-Wmissing/-Wshadow -Wmissing/"
$ make

I would like to thank all of you.

The compilation runs successfully, however I now encounter this problem as
I run the init script:
"Failed to read classid file: Object not found"

Also, it cannot detect my network drivers even though the other program
can. When I run "nmcli device", all of the devices have "unavailable" state.
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to