badzz / arduino-tvout

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

Compile fail #49

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Download any Release of the library
2. Load it into the arduino environment (1.0.1)
3. Try to upload it to the board

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

DemoPAL.pde:-1: error: 'TVout' does not name a type
DemoPAL.cpp: In function 'void setup()':
DemoPAL.pde:-1: error: 'TV' was not declared in this scope
DemoPAL.pde:-1: error: 'NTSC' was not declared in this scope
DemoPAL.pde:-1: error: 'font6x8' was not declared in this scope
DemoPAL.pde:-1: error: 'font4x6' was not declared in this scope
DemoPAL.pde:-1: error: 'font8x8' was not declared in this scope
DemoPAL.pde:-1: error: 'WHITE' was not declared in this scope
DemoPAL.pde:-1: error: 'INVERT' was not declared in this scope
DemoPAL.cpp: In function 'void intro()':
DemoPAL.pde:-1: error: 'TV' was not declared in this scope
DemoPAL.pde:-1: error: 'TV' was not declared in this scope
DemoPAL.pde:-1: error: 'TV' was not declared in this scope
DemoPAL.cpp: In function 'void printcube()':
DemoPAL.pde:-1: error: 'TV' was not declared in this scope
DemoPAL.pde:-1: error: 'TV' was not declared in this scope
DemoPAL.cpp: In function 'void draw_cube()':
DemoPAL.pde:-1: error: 'TV' was not declared in this scope
DemoPAL.pde:-1: error: 'WHITE' was not declared in this scope

What version of the product are you using? On what operating system?
- Board: Arduino UNO
- Environment: Arduino 1.0.1
- OS: Microsoft Windows Vista Home Premium

Original issue reported on code.google.com by crono...@gmail.com on 29 May 2012 at 3:27

GoogleCodeExporter commented 8 years ago
SOLVED!

Original comment by crono...@gmail.com on 29 May 2012 at 6:47

GoogleCodeExporter commented 8 years ago
Could you please explain how you solved this issue?

Original comment by trsohm...@gmail.com on 3 Jun 2012 at 8:22

GoogleCodeExporter commented 8 years ago
The library is not installed correctly

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

GoogleCodeExporter commented 8 years ago
I think you'll find that moving TVout folder to 
C:\Users\Alexander\Desktop\arduino-1.0.1\libraries will fix most of those 
problems.

Original comment by Alacy...@gmail.com on 12 Jul 2012 at 1:27

GoogleCodeExporter commented 8 years ago
I'm still getting the 'font8x8' was not declared in this scope error myself... 
:P

Original comment by Alacy...@gmail.com on 12 Jul 2012 at 1:29