No TabulaAuthenticationServer.sln file
Posted: Sat Sep 24, 2016 3:31 pm
Hi,
I followed the instructions on "Install and Setup" but get stuck at
"Guide for install and run Infinite Rasa server (Auth Server)
Part 3
1. Go to your C://InfiniteRasa/AuthServer folder and locate TabulaAuthenticationServer.sln, double click it. Visual Studio 2015 will start, wait untill loading is done..."
The problem is, there is no TabulaAuthenticationServer.sln in the AuthServer folder even though I did "GitExt Clone" as mentioned in Part 2. The only files I have there are:
TabulaAuthenticationServer.aps
TabulaAuthenticationServer.rc
TabulaAuthenticationServer.vcxproj
TabulaAuthenticationServer.filters
Since there is no .snl file, I tried it with the .vcxproj file and while "Build=>Clean Solution" worked, Build=>Build Solution will get me six "C2011" error codes. Also no luck with the other files.
1>------ Build started: Project: TabulaAuthenticationServer, Configuration: Release Win32 ------
1> minIni.c
1> CryptManager.cpp
1> DBManager.cpp
1>C:\InfiniteRasa\AuthServer\libs\pthreads\pthread.h(307): error C2011: 'timespec': 'struct' type redefinition
1> C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\time.h(39): note: see declaration of 'timespec'
1> INIParser.cpp
1> main.cpp
1>C:\InfiniteRasa\AuthServer\libs\pthreads\pthread.h(307): error C2011: 'timespec': 'struct' type redefinition
1> C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\time.h(39): note: see declaration of 'timespec'
1> MD5.cpp
1> MessageHandler.cpp
1>C:\InfiniteRasa\AuthServer\libs\pthreads\pthread.h(307): error C2011: 'timespec': 'struct' type redefinition
1> C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\time.h(39): note: see declaration of 'timespec'
1> NetManager.cpp
1>C:\InfiniteRasa\AuthServer\libs\pthreads\pthread.h(307): error C2011: 'timespec': 'struct' type redefinition
1> C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\time.h(39): note: see declaration of 'timespec'
1> NetUtils.cpp
1> SessionManager.cpp
1>C:\InfiniteRasa\AuthServer\libs\pthreads\pthread.h(307): error C2011: 'timespec': 'struct' type redefinition
1> C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\time.h(39): note: see declaration of 'timespec'
1> ThreadsUtils.cpp
1>C:\InfiniteRasa\AuthServer\libs\pthreads\pthread.h(307): error C2011: 'timespec': 'struct' type redefinition
1> C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\time.h(39): note: see declaration of 'timespec'
1> Generating Code...
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Any idea what I've been doing wrong? This is the second time I followed the instructions carefully. Any help is greatly appreciated, thank you.
I followed the instructions on "Install and Setup" but get stuck at
"Guide for install and run Infinite Rasa server (Auth Server)
Part 3
1. Go to your C://InfiniteRasa/AuthServer folder and locate TabulaAuthenticationServer.sln, double click it. Visual Studio 2015 will start, wait untill loading is done..."
The problem is, there is no TabulaAuthenticationServer.sln in the AuthServer folder even though I did "GitExt Clone" as mentioned in Part 2. The only files I have there are:
TabulaAuthenticationServer.aps
TabulaAuthenticationServer.rc
TabulaAuthenticationServer.vcxproj
TabulaAuthenticationServer.filters
Since there is no .snl file, I tried it with the .vcxproj file and while "Build=>Clean Solution" worked, Build=>Build Solution will get me six "C2011" error codes. Also no luck with the other files.
1>------ Build started: Project: TabulaAuthenticationServer, Configuration: Release Win32 ------
1> minIni.c
1> CryptManager.cpp
1> DBManager.cpp
1>C:\InfiniteRasa\AuthServer\libs\pthreads\pthread.h(307): error C2011: 'timespec': 'struct' type redefinition
1> C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\time.h(39): note: see declaration of 'timespec'
1> INIParser.cpp
1> main.cpp
1>C:\InfiniteRasa\AuthServer\libs\pthreads\pthread.h(307): error C2011: 'timespec': 'struct' type redefinition
1> C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\time.h(39): note: see declaration of 'timespec'
1> MD5.cpp
1> MessageHandler.cpp
1>C:\InfiniteRasa\AuthServer\libs\pthreads\pthread.h(307): error C2011: 'timespec': 'struct' type redefinition
1> C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\time.h(39): note: see declaration of 'timespec'
1> NetManager.cpp
1>C:\InfiniteRasa\AuthServer\libs\pthreads\pthread.h(307): error C2011: 'timespec': 'struct' type redefinition
1> C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\time.h(39): note: see declaration of 'timespec'
1> NetUtils.cpp
1> SessionManager.cpp
1>C:\InfiniteRasa\AuthServer\libs\pthreads\pthread.h(307): error C2011: 'timespec': 'struct' type redefinition
1> C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\time.h(39): note: see declaration of 'timespec'
1> ThreadsUtils.cpp
1>C:\InfiniteRasa\AuthServer\libs\pthreads\pthread.h(307): error C2011: 'timespec': 'struct' type redefinition
1> C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\time.h(39): note: see declaration of 'timespec'
1> Generating Code...
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Any idea what I've been doing wrong? This is the second time I followed the instructions carefully. Any help is greatly appreciated, thank you.
