Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TVout Errors on Macintosh #44

Closed
GoogleCodeExporter opened this issue Jun 21, 2015 · 2 comments
Closed

TVout Errors on Macintosh #44

GoogleCodeExporter opened this issue Jun 21, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Open Arduino
2. Open DemoNTSC example
3. Verify

What is the expected output? What do you see instead?
Expected output is X bytes (out of a Y byte maximum)
Output is 


DemoNTSC.cpp:1:19: error: TVout.h: No such file or directory
DemoNTSC.cpp:2:21: error: fontALL.h: No such file or directory
DemoNTSC.pde:-1: error: 'TVout' does not name a type
DemoNTSC.cpp: In function 'void setup()':
DemoNTSC.pde:-1: error: 'TV' was not declared in this scope
DemoNTSC.pde:-1: error: 'NTSC' was not declared in this scope
DemoNTSC.pde:-1: error: 'font6x8' was not declared in this scope
DemoNTSC.pde:-1: error: 'font4x6' was not declared in this scope
DemoNTSC.pde:-1: error: 'font8x8' was not declared in this scope
DemoNTSC.pde:-1: error: 'WHITE' was not declared in this scope
DemoNTSC.pde:-1: error: 'INVERT' was not declared in this scope
DemoNTSC.cpp: In function 'void intro()':
DemoNTSC.pde:-1: error: 'TV' was not declared in this scope
DemoNTSC.pde:-1: error: 'TV' was not declared in this scope
DemoNTSC.pde:-1: error: 'TV' was not declared in this scope
DemoNTSC.cpp: In function 'void printcube()':
DemoNTSC.pde:-1: error: 'TV' was not declared in this scope
DemoNTSC.pde:-1: error: 'TV' was not declared in this scope
DemoNTSC.cpp: In function 'void draw_cube()':
DemoNTSC.pde:-1: error: 'TV' was not declared in this scope
DemoNTSC.pde:-1: error: 'WHITE' was not declared in this scope

What version of the product are you using? On what operating system?
Arduino revision 3
Arduino software version 1.0
TVout Beta 1.0
Please provide any additional information below.


Original issue reported on code.google.com by lazzara....@gmail.com on 15 Apr 2012 at 3:50

@GoogleCodeExporter
Copy link
Author

I had similar problems with the PAL demo
so I moved all the files over from whatever subdirectory they were in, and 
replaced the <> with ""  whenever a file was named, while also making sure to 
update its new file location.

which seems to have worked in that I no longer get these error messages
instead I'm left with this


In file included from pollserial.cpp:28:
pollserial.h:45: error: conflicting return type specified for 'virtual void 
pollserial::write(uint8_t)'
/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino
/Print.h:48: error:   overriding 'virtual size_t Print::write(uint8_t)'

ideas?

Original comment by ronan...@gmail.com on 27 Apr 2012 at 2:48

@GoogleCodeExporter
Copy link
Author

The library is not installed correctly.

Original comment by mdmetzle@gmail.com on 25 Jun 2012 at 1:43

  • Changed state: Invalid

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant