anupam19 / mididuino

Automatically exported from code.google.com/p/mididuino
Other
0 stars 0 forks source link

error arduino016 & MidiUartParent.hh #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.load library into arduino 016 
2.compile something 
3.

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

In file included from hardware\libraries\MidiUart/MidiUart.h:6,

hardware\libraries\Midi/MidiUartParent.hh:24:21: error: macro "putc"
requires 2 arguments, but only 1 given
hardware\libraries\Midi/MidiUartParent.hh:27:30: error: macro "putc"
requires 2 arguments, but only 1 given
hardware\libraries\Midi/MidiUartParent.hh:43:13: error: macro "putc"
requires 2 arguments, but only 1 given
hardware\libraries\Midi/MidiUartParent.hh:46:11: error: macro "putc"
requires 2 arguments, but only 1 given
hardware\libraries\Midi/MidiUartParent.hh:99:14: error: macro "putc"
requires 2 arguments, but only 1 given
hardware\libraries\Midi/MidiUartParent.hh:100:18: error: macro "putc"
requires 2 arguments, but only 1 given
hardware\libraries\Midi/MidiUartParent.hh:105:14: error: macro "putc"
requires 2 arguments, but only 1 given
hardware\libraries\Midi/MidiUartParent.hh:106:18: error: macro "putc"
requires 2 arguments, but only 1 given
hardware\libraries\Midi/MidiUartParent.hh:111:12: error: macro "putc"
requires 2 arguments, but only 1 given
hardware\libraries\Midi/MidiUartParent.hh:112:15: error: macro "putc"
requires 2 arguments, but only 1 given
hardware\libraries\Midi/MidiUartParent.hh:117:17: error: macro "putc"
requires 2 arguments, but only 1 given
hardware\libraries\Midi/MidiUartParent.hh:122:14: error: macro "putc"
requires 2 arguments, but only 1 given
hardware\libraries\Midi/MidiUartParent.hh:123:18: error: macro "putc"
requires 2 arguments, but only 1 given
hardware\libraries\Midi/MidiUartParent.hh:128:18: error: macro "putc"
requires 2 arguments, but only 1 given
hardware\libraries\Midi/MidiUartParent.hh:134:26: error: macro "putc"
requires 2 arguments, but only 1 given
hardware\libraries\Midi/MidiUartParent.hh:135:33: error: macro "putc"
requires 2 arguments, but only 1 given
hardware\libraries\Midi/MidiUartParent.hh:171:14: error: macro "putc"
requires 2 arguments, but only 1 given

What version of the product are you using? On what operating system?
arduino 016 on Win XP

Please provide any additional information below.
printscreen attached!

Original issue reported on code.google.com by otisbent...@gmail.com on 19 Jun 2009 at 10:56

Attachments:

GoogleCodeExporter commented 9 years ago
looks like they added a putc macro in arduino-0016, for now try with 0015 or 
0014, I will have a look at it.

Original comment by wesen3...@googlemail.com on 22 Jun 2009 at 4:39

GoogleCodeExporter commented 9 years ago

Original comment by wesen3...@googlemail.com on 22 Jun 2009 at 4:41