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' does not name a type - after suggested modifications #70

Open
GoogleCodeExporter opened this issue Jun 21, 2015 · 1 comment
Open

Comments

@GoogleCodeExporter
Copy link



What steps will reproduce the problem?
1. Download "TVoutBeta1.zip".
2. Unzipped folder into C:\Program Files\arduino-1.0.3\libraries
3. Tried to upload TVout\DemoPAL sketch from examples\TVoutBeta1 in the 
installed library

What is the expected output? What do you see instead?
I get these errors -
DemoPAL.ino:1:19: error: TVout.h: No such file or directory
DemoPAL.ino:2:21: error: fontALL.h: No such file or directory
DemoPAL:6: error: 'TVout' does not name a type
DemoPAL.ino: In function 'void setup()':
DemoPAL:29: error: 'TV' was not declared in this scope
DemoPAL:29: error: 'PAL' was not declared in this scope
DemoPAL:30: error: 'font6x8' was not declared in this scope
DemoPAL:47: error: 'font4x6' was not declared in this scope
DemoPAL:51: error: 'font8x8' was not declared in this scope
DemoPAL:62: error: 'WHITE' was not declared in this scope
DemoPAL:64: error: 'INVERT' was not declared in this scope
DemoPAL.ino: In function 'void intro()':
DemoPAL:142: error: 'TV' was not declared in this scope
DemoPAL:146: error: 'TV' was not declared in this scope
DemoPAL:150: error: 'TV' was not declared in this scope
DemoPAL.ino: In function 'void printcube()':
DemoPAL:157: error: 'TV' was not declared in this scope
DemoPAL:160: error: 'TV' was not declared in this scope
DemoPAL.ino: In function 'void draw_cube()':
DemoPAL:205: error: 'TV' was not declared in this scope
DemoPAL:205: error: 'WHITE' was not declared in this scope


What version of the product are you using? On what operating system?
TVout Beta 1
Arduino compiler 1.0.3
Arduino UNO board
Windows XP(Home edition, SP3)



Please provide any additional information below.
As advised in Issue 55, I changed <TVout.h> into "TVout.h" but I get exactly 
the same errors.


Original issue reported on code.google.com by [email protected] on 30 Jun 2013 at 9:00

@GoogleCodeExporter
Copy link
Author

I have the same problem with Arduino uno 328 and a MacOS... but a little bit 
different:

Arduino: nightly (Mac OS X), Board: "Arduino Uno"

DemoPAL:6: error: 'TVout' does not name a type
DemoPAL.pde: In function 'void setup()':
DemoPAL:29: error: 'TV' was not declared in this scope
DemoPAL:29: error: 'PAL' was not declared in this scope
DemoPAL:30: error: 'font6x8' was not declared in this scope
DemoPAL:47: error: 'font4x6' was not declared in this scope
DemoPAL:51: error: 'font8x8' was not declared in this scope
DemoPAL:62: error: 'WHITE' was not declared in this scope
DemoPAL:64: error: 'INVERT' was not declared in this scope
DemoPAL.pde: In function 'void intro()':
DemoPAL:142: error: 'TV' was not declared in this scope
DemoPAL:146: error: 'TV' was not declared in this scope
DemoPAL:150: error: 'TV' was not declared in this scope
DemoPAL.pde: In function 'void printcube()':
DemoPAL:157: error: 'TV' was not declared in this scope
DemoPAL:160: error: 'TV' was not declared in this scope
DemoPAL.pde: In function 'void draw_cube()':
DemoPAL:205: error: 'TV' was not declared in this scope
DemoPAL:205: error: 'WHITE' was not declared in this scope



Original comment by [email protected] on 8 Feb 2014 at 3:47

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