AlloSphere-Research-Group / AlloSystem

AlloSystem is a cross-platform suite of C++ components for building interactive multimedia tools and applications.
http://mat.ucsb.edu/allosphere/software.php
BSD 3-Clause "New" or "Revised" License
65 stars 22 forks source link

PeriodicThread symbols not found #42

Closed LancePutnam closed 9 years ago

LancePutnam commented 9 years ago

I'm trying to use the PeriodicThread class, but I get symbol not found errors upon linking. I presume the problem is that al_PeriodicThread.cpp is not getting compiled?

mantaraya36 commented 9 years ago

Added to list of files to build. This should fix your issue.

LancePutnam commented 9 years ago

Yes, fixed. BTW, is there some documentation on how the build files are organized?