Compile errors

Store Forums Video Experimenter Bugs/Problems Compile errors

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #403
    kentsci2
    Member

    I’m new to arduinos and haven’t programmed in awhile. Using Arduino 1.0.1 with DemoNTSC.pde I get the following errors. What’s the fix?

    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

    These types of errors happen in all the video experimenter examples.

    #1022
    Michael
    Keymaster

    You need to install the Video Experimenter version of TVout as described here:
    http://nootropicdesign.com/ve/

    The documentation shows you the right directory structure….

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.