Good evening.
I try to compile a PLClient with instructions from https://github.com/H-uru/Plasma.
I have no trouble creating the .sln file, but I get errors with Plaudio project. VS 2013 Express returns an error: file al.h not found.
Could you tell me how to fix this?
Thank you.
EDIT:
I found ! My error was in the Cmake configuration of the OPENAl include Dir.
I gave the wrong directory path.
thanks
Compile Plasma: al.h missing
Compile Plasma: al.h missing

Mister Magic in Moula 1255010
Re: Compile Plasma: al.h missing
Glad you figured that out. We've tried to automate things as much as possible, but build environments are always different in ways we can't predict. In addition, I've noticed that sometimes the include directories for different libraries behave inconsistently; sometimes they expect the root include, and sometimes they want a subfolder.