rrozestw / arduino-tvout

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

Download -> TVOut Arduino Compilation error fix for Mac OS X users (possibly windows too? haven't tested) #83

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Trying to compile the NTSCDemo for the TVOutBeta on Arduino yields 
compilation errors
2. First error usually has a beef with the "TVout TV;"
3. Fixing the #include <TVout.h> to #include "TVout.h" just yields more errors 
(no fix)

What is the expected output? What do you see instead?
For the compiler to work, errors instead.

What version of the product are you using? On what operating system?
Extracted from the TvOutBeta1.zip
Mac OS X 10.7.4
Arduino 0022 (older build, haven't tested on the newer ones to see if its fixed 
as well)

Please provide any additional information below.
I went through the errors within the compiler and fixed them one by one. There 
were a few small things for whatever reason it was being picky about. Not sure 
if this is only applicable to running on a Mac or if its the version of 
Arduino, etc. After searching through multiple forums of the same problems with 
different platforms I'm assuming this might fix more than just my specific 
situation. There is a readme.txt that outlines more details and how to install 
properly.

Just unzip and put the NTSCDemo into "documents/arduino/" and open the .pde 
within the folder; compile and enjoy!

Original issue reported on code.google.com by prodigyg...@gmail.com on 16 Jun 2014 at 7:26

Attachments: