AlgorithmicBotany / vlab

Virtual Laboratory
GNU General Public License v3.0
38 stars 6 forks source link

Compilation fails if directory isn't called 'vlab' #2

Open gilgamec opened 1 year ago

gilgamec commented 1 year ago

If the base directory this repository is checked out to isn't called vlab, then compilation fails because nothing in libs/* is in the include path. (For me, the first error is that delete_recursive.h isn't found when compiling gallery.) I think this happens because the directory name is hardcoded in the .pro files (MY_BASE = ../../vlab), though I may be wrong.

mikcieslak commented 1 year ago

Yes, you are right. For now, it is required to use the root directory vlab. I'll leave the issue open until it can be addressed.