LadybirdBrowser / ancient-history

The Ladybird web browser
BSD 2-Clause "Simplified" License
1.62k stars 107 forks source link

Build Failure #67

Closed Rumpott closed 1 year ago

Rumpott commented 1 year ago

Working with Ubuntu 22.04.1 LTS done: apt install build-essential cmake libgl1-mesa-dev ninja-build qt6-base-dev qt6-tools-dev-tools apt install qt6-wayland apt install qt6

"cmake --build Build" fails with this error-message: ladybird-master/WebView.cpp:46:10: fatal error: LibWeb/ImageDecoding.h: No such file or directory 46 | #include <LibWeb/ImageDecoding.h> | ^~~~~~~~ compilation terminated. ninja: build stopped: subcommand failed.

Any help is welcomed

awesomekling commented 1 year ago

Your git clone is out of date, that include statement was removed several days ago. Just git pull :)

Rumpott commented 1 year ago

correct, now it's working Thanx