I am trying to compile the per-configured ‘B16_32_fullG-112515.zip’ with a fresh install of Arduion 1.6.10 IDE with the only update being installing the u8glib-1.19.1 library. Any help would be greatly appreciated! I am no programmer but it looks to me like whatever this fpos_t variable is was defined as a different type of data-set in different sketches needed to compile.
In file included from sketch\SdFile.h:27:0,
from sketch\cardreader.h:8,
from sketch\Marlin_main.cpp:44:
SdBaseFile.h:38: error: using typedef-name ‘fpos_t’ after ‘struct’
struct fpos_t {
^
In file included from sketch\Marlin.h:10:0,
from sketch\Marlin_main.cpp:30:
c:\program files (x86)\arduino\hardware\tools\avr\avr\include\stdio.h:950:33: note: ‘fpos_t’ has a previous declaration here
extension typedef long long fpos_t;
^
exit status 1
using typedef-name ‘fpos_t’ after ‘struct’