Search found 3 matches

by Wortel
Tue Sep 21, 2021 5:43 am
Forum: Problems during Installation
Topic: Fixed: Cannot build software
Replies: 7
Views: 8945

Re: Cannot build software

Teddy
Xcode 11.3.1, I believe it uses c++11
Regards
Wortel
by Wortel
Tue Sep 21, 2021 5:15 am
Forum: Problems during Installation
Topic: Fixed: Cannot build software
Replies: 7
Views: 8945

Re: Cannot build software

Hi Teddy Thanks for the reply, I have updated the files (git pull) however a new eurror appeared c++ -I. -g -O2 -Wall -Wextra -pedantic -Werror -std=c++11 -D_GNU_SOURCE -c -o WebServer/Response.o WebServer/Response.cpp WebServer/Response.cpp:47:25: error: use of overloaded operator '<<' is ambiguous...
by Wortel
Mon Sep 20, 2021 5:45 am
Forum: Problems during Installation
Topic: Fixed: Cannot build software
Replies: 7
Views: 8945

Fixed: Cannot build software

Hi, I am new to the solution, I am having an issue when using make c++ -I. -g -O2 -Wall -Wextra -pedantic -Werror -std=c++11 -D_GNU_SOURCE -c -o WebServer/HtmlTagAccessory.o WebServer/HtmlTagAccessory.cpp In file included from WebServer/HtmlTagAccessory.cpp:24: ./WebServer/HtmlTagAccessory.h:47:16: ...