Page 1 of 1

Compile Plasma: al.h missing

PostPosted: Mon Aug 03, 2015 12:14 pm
by Scarabee
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

Re: Compile Plasma: al.h missing

PostPosted: Tue Aug 04, 2015 11:55 am
by Deledrius
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.