k-kawa / aseprite

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

Header File Typo #79

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Check out from git on linux mint 11
2. Follow cmake directions
3. execute GNU make in build directory

What is the expected output? What do you see instead?
Expected to see completed GNU make process, instead GNU make reported file not 
found.

What version of the product are you using? On what operating system?
aseprite .9 on Linux Mint 11

Please provide any additional information below.
The linux file system is case-sensitive. Just change src/file/file.h line 23 to 
pixel_format.h instead of pixeL_format.h.

Original issue reported on code.google.com by williamk...@gmail.com on 21 Feb 2012 at 8:24

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Thanks! I didn't have time to compile 0.9.1-dev on GNU/Linux.
Fixed with commit 
https://github.com/dacap/aseprite/commit/95e53ca429720cadd320917ca42c125cf778194
f

Original comment by davidcapello on 21 Feb 2012 at 10:54