stixchicken / arducam-osd

Automatically exported from code.google.com/p/arducam-osd
0 stars 0 forks source link

Compilation issues under Linux due to Case mismatch in include statements #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When I try to build under Linux (i.e. Ubuntu), the build fails due to two 
include statements whose case does not match the filename:

src/Max7456.cpp:3:17: error: Spi.h: No such file or directory

and

src/ArduOSD.cpp:25:20: error: config.h: No such file or directory

This was in Revision 53

I change the include in Max7456.cpp to "spi.h" and the one in ArduOSD.cpp to 
"Config.h" and the compile worked without any problems. 

Original issue reported on code.google.com by hidde.bo...@heyunka.com on 29 Apr 2012 at 4:10

GoogleCodeExporter commented 9 years ago
Sorry wrong project...

Original comment by hidde.bo...@heyunka.com on 29 Apr 2012 at 4:13

GoogleCodeExporter commented 9 years ago
Please report this in a more appropriate place.

Original comment by sbeni...@gmail.com on 29 Jun 2012 at 9:58