moguli / open-headtracker

Automatically exported from code.google.com/p/open-headtracker
0 stars 0 forks source link

Firmware does not compile on Linux due to case sensitivity of filenames #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Opening the firmware scetch in Arduino IDE and compiling it generates "file 
not found error" and compiling to fail
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.
- The problem is that Linux is case sensitive and the files are stored with a 
spelling starting with a capital letter while the include statements are 
written with small letter. To fix it, either files should be renamed with small 
letters, or include statement should be written with Capital letters.

Original issue reported on code.google.com by manne.si...@gmail.com on 11 Aug 2013 at 12:12

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Here is the patch

Original comment by ako...@gmail.com on 25 Aug 2013 at 11:32

Attachments: