jiayouxjh / grafx2

Automatically exported from code.google.com/p/grafx2
0 stars 0 forks source link

Linux 'make install' is broken #399

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
So, I cd into src/ directory, run 'make' successfully.
Then I run 'sudo make install', which copies some files (including the main 
binary) and finally fails like this:

cp ../share/grafx2/scripts/libs/memory.lua /usr/local/share/grafx2/scripts/libs/
cp: cannot stat `../share/grafx2/scripts/libs/memory.lua': No such file or 
directory
make: *** [install] Error 1

../share/grafx2/scripts/ exists, but not the libs/ subdirectory.

'find * -iname memory.lua' shows that memory.lua doesn't exist anywhere in the 
grafx2 SVN checkout.

Original issue reported on code.google.com by 00a...@gmail.com on 7 Nov 2010 at 10:48

GoogleCodeExporter commented 9 years ago
Should be there (r1647) I had forgotten to commit it

Original comment by yrizoud on 8 Nov 2010 at 1:23