sprhawk / trackuino

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

error: previous definition of 'struct s_address' #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Compiling code

What is the expected output? What do you see instead?
Expected to compile fine.

D:\Desktop\arduino-0018\libraries\ax25/ax25.h:10: error: redefinition of
'struct s_address'

D:\Desktop\arduino-0018\libraries\ax25/ax25.h:10: error: previous
definition of 'struct s_address'

Original issue reported on code.google.com by sillywi...@gmail.com on 8 Apr 2010 at 11:16

GoogleCodeExporter commented 9 years ago
Looks like double-inclusion of ax25.h. I've just fixed that, try the latest 
snapshot. By the way, are you using the 
whole tracker or just the ax25 code? Please stop by 
http://trackuino.blogspot.com/2010/04/source-code-is-
up.html and leave a note. I'll be happy to know if this is actually useful to 
anyone!

Original comment by jmart...@gmail.com on 10 Apr 2010 at 3:29