Hi guys, I just synced and I get this error now: CXX build/console_ssh/src/console_ssh.o In file included from /Users/goev/Prosjekter/ovms3/Open-Vehicle-Monitoring-System-3/vehicle/OVMS.V3/components/console_ssh/src/console_ssh.cpp:38:0: /Users/goev/Prosjekter/ovms3/Open-Vehicle-Monitoring-System-3/vehicle/OVMS.V3/main/./ovms_netmanager.h:40:22: fatal error: mongoose.h: No such file or directory compilation terminated. make[1]: *** [src/console_ssh.o] Error 1 make: *** [component-console_ssh-build] Error 2 Missing a file? Best regards, Geir
Works for me. If you haven't already, you'll have to do git submodule init git submodule update as mongoose is now a submodule. On 04/02/18 22:08, Geir Øyvind Vælidalo wrote:
Hi guys,
I just synced and I get this error now:
CXX build/console_ssh/src/console_ssh.o In file included from */Users/goev/Prosjekter/ovms3/Open-Vehicle-Monitoring-System-3/vehicle/OVMS.V3/components/console_ssh/src/console_ssh.cpp:38:0*: */Users/goev/Prosjekter/ovms3/Open-Vehicle-Monitoring-System-3/vehicle/OVMS.V3/main/./ovms_netmanager.h:40:22:* *fatal error: *mongoose.h: No such file or directory compilation terminated. make[1]: *** [src/console_ssh.o] Error 1 make: *** [component-console_ssh-build] Error 2
Missing a file?
Best regards,
Geir
_______________________________________________ OvmsDev mailing list OvmsDev@lists.teslaclub.hk http://lists.teslaclub.hk/mailman/listinfo/ovmsdev
Thanks Tom! That did the trick 🙂 Geir
4. feb. 2018 kl. 10:10 skrev Tom Parker <tom@carrott.org>:
Works for me.
If you haven't already, you'll have to do
git submodule init git submodule update
as mongoose is now a submodule.
On 04/02/18 22:08, Geir Øyvind Vælidalo wrote:
Hi guys,
I just synced and I get this error now:
CXX build/console_ssh/src/console_ssh.o In file included from /Users/goev/Prosjekter/ovms3/Open-Vehicle-Monitoring-System-3/vehicle/OVMS.V3/components/console_ssh/src/console_ssh.cpp:38:0: /Users/goev/Prosjekter/ovms3/Open-Vehicle-Monitoring-System-3/vehicle/OVMS.V3/main/./ovms_netmanager.h:40:22: fatal error: mongoose.h: No such file or directory compilation terminated. make[1]: *** [src/console_ssh.o] Error 1 make: *** [component-console_ssh-build] Error 2
Missing a file?
Best regards,
Geir
_______________________________________________ OvmsDev mailing list OvmsDev@lists.teslaclub.hk <mailto:OvmsDev@lists.teslaclub.hk> http://lists.teslaclub.hk/mailman/listinfo/ovmsdev <http://lists.teslaclub.hk/mailman/listinfo/ovmsdev>
_______________________________________________ OvmsDev mailing list OvmsDev@lists.teslaclub.hk http://lists.teslaclub.hk/mailman/listinfo/ovmsdev
All working here, too. For future reference, what are the commands to re-sync on our ends when Mongoose gets updated? Fetch from Master, as always, then do we need the submodule update again? Greg Tom Parker wrote:
Works for me.
If you haven't already, you'll have to do
git submodule init git submodule update
as mongoose is now a submodule.
participants (3)
-
Geir Øyvind Vælidalo -
Greg D. -
Tom Parker