Kompileringsfel telldus-core Ubuntu 12.10
Posted: Fri Mar 17, 2023 9:45 am
Fick följande fel när jag kompilerade telldus-core på Ubuntu 12.10 x64:
Löste det genom att lägga till
i Socket_unix.cpp. Kanske finns inte close() med som standard i Ubuntu 12.10 längre? Gick att kompilera fint på Ubuntu 12.04 x64.
Code: Select all
[ 16%] Building CXX object common/CMakeFiles/TelldusCommon.dir/Socket_unix.cpp.o
/home/dev/workspace/telldus-core-2.1.1/common/Socket_unix.cpp: In destructor ‘virtual TelldusCore::Socket::~Socket()’:
/home/dev/workspace/telldus-core-2.1.1/common/Socket_unix.cpp:44:18: error: ‘close’ was not declared in this scope
Code: Select all
#include <unistd.h>