tobiaspfaff / grim_mouse

ResidualVM main repository
http://residualvm.org
GNU General Public License v2.0
56 stars 8 forks source link

Can't compile under Arch Linux #47

Open neheran opened 9 years ago

neheran commented 9 years ago

Make stops with the following error message:

make: *** No rule to make target 'graphics/tinygl/ztriangle_shadow.o', needed by 'graphics/libgraphics.a'. Stop.

The regular ResidualVM compiles without a problem.

usineur commented 9 years ago

Just remove

tinygl/ztriangle_shadow.o

in graphics/module.mk

neheran commented 9 years ago

Works like a charm!