DrStrangelove42 / DreamOfaRidiculousMan

Rogue-like game
MIT License
0 stars 0 forks source link

Can't build : missing file(s) #1

Closed dbaelde closed 3 years ago

dbaelde commented 3 years ago

I get the following error when trying to build at cf3bcd24b8f2e6fa4dc500c4501f8dacfe3388ee:

Source/Maps/../Blocks/../Characters/Player.h:9:10: fatal error: ../Items/item.h: No such file or directory
 #include "../Items/item.h"
          ^~~~~~~~~~~~~~~~~

Can you fix and make sure there is no other problem of this sort ? You can also manually check by building from a fresh clone, but the continuous integration should do it (have done it) automatically.

DrStrangelove42 commented 3 years ago

It was a typo for ‘items.h’ should be ‘Items.h’, just fixed!

ads5699 commented 3 years ago

It should be working now, it seems that our compilers circumnavigated this problem. Sorry for the late return!