MarlinFirmware / Marlin

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
https://marlinfw.org
GNU General Public License v3.0
16.28k stars 19.24k forks source link

[2.0.x] Compilation error on 2560 #10413

Closed ekozan closed 6 years ago

ekozan commented 6 years ago

Hello

Since eab3a89a82258641919a2aa03bc4900bdb2b9e63 we got an error on compilation

In file included from sketch/src/lcd/lcdprint_u8g.cpp:26:0:
sketch/src/lcd/u8g_fontutf8.h:12:23: fatal error: clib/utf8.h: No such file or directory
 #include "clib/utf8.h"
                       ^

it's on travis too https://travis-ci.org/MarlinFirmware/Marlin/builds/366418389#L614

Marlin/src/lcd/u8g_fontutf8.c:11:22: fatal error: clib/u8g.h: No such file or directory
#include "clib/u8g.h"
comps commented 6 years ago

Duplicate of #10395 ?

waddyano commented 6 years ago

Just hit the same thing - LPC1768 build

ekozan commented 6 years ago

adressed by https://github.com/MarlinFirmware/Marlin/pull/10419

github-actions[bot] commented 4 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.