coelamon / arduino-tvout

Automatically exported from code.google.com/p/arduino-tvout
0 stars 0 forks source link

Building NTSCserialTerminal Example throws errors #71

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Building the example.
2.
3.

What is the expected output? What do you see instead?
I expected to see the Arduino promptly tell me the build worked. Instead I see 
it throws an exception:
pollserial.h:46: error: conflicting return type specified for 'virtual void 
pollserial::write(uint8_t)'
Print.h:48: error:   overriding 'virtual size_t Print::write(uint8_t)'

What version of the product are you using? On what operating system?
This is being built using version 1.05 on Windows Seven.

Please provide any additional information below.
Naturally I removed personal data.

Original issue reported on code.google.com by gregg.dr...@gmail.com on 4 Jul 2013 at 3:44

GoogleCodeExporter commented 8 years ago
Problem is reproducible using the same builder but version 1.04 on Linux 
(Slackware 13.37).

Original comment by gregg.dr...@gmail.com on 4 Jul 2013 at 3:58

GoogleCodeExporter commented 8 years ago
solution here: http://code.google.com/p/arduino-tvout/issues/detail?id=50 

Original comment by msarc...@gmail.com on 22 Apr 2014 at 10:22