-
-
Notifications
You must be signed in to change notification settings - Fork 21.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build failure on Debian testing (jessie) #16
Comments
Btw, build OK on different machine, with the same OS |
with webp=no build is successful |
This is related to issue #27 |
pretty sure this is fixed and can be closed |
This was referenced Jan 16, 2015
Closed
This was referenced Sep 27, 2017
lawnjelly
added a commit
to lawnjelly/godot
that referenced
this issue
Mar 31, 2023
Release workflow for Linux
YeldhamDev
pushed a commit
to YeldhamDev/godot
that referenced
this issue
Jul 21, 2023
…o_install_template Add advertisement modules and core scaffolding
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Build produces lots of errors like this:
gcc -o drivers/webp/mux/muxread.o -c -g2 -Wall -DDEBUG_ENABLED -DDEBUG_MEMORY_ENABLED -DFREETYPE_ENABLED -DDEBUG_MEMORY_ALLOC -DSCI_NAMESPACE -DOPENGL_ENABLED -DGLEW_ENABLED -DALSA_ENABLED -DX11_ENABLED -DUNIX_ENABLED -DGLES2_ENABLED -DGLES1_ENABLED -DGLES_OVER_GL -DMUSEPACK_ENABLED -DOLD_SCENE_FORMAT_ENABLED -DSQUISH_ENABLED -DVORBIS_ENABLED -DTHEORA_ENABLED -DPNG_ENABLED -DDDS_ENABLED -DPVR_ENABLED -DJPG_ENABLED -DWEBP_ENABLED -DSPEEX_ENABLED -DTOOLS_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -DXML_ENABLED -Icore -Icore/math -Itools -Idrivers -I. -Iplatform/x11 -I/usr/include/freetype2 -Idrivers/vorbis drivers/webp/mux/muxread.c
In file included from drivers/webp/mux/./../dec/././webpi.h:21:0,
from drivers/webp/mux/./../dec/./vp8li.h:19,
from drivers/webp/mux/./../dec/vp8i.h:18,
from drivers/webp/mux/./muxi.h:18,
from drivers/webp/mux/muxread.c:16:
drivers/webp/mux/./../dec/././../utils/rescaler.h:67:1: error: expected '=', ',', ';', 'asm' or 'attribute' before 'int'
int WebPRescalerHasPendingOutput(const WebPRescaler* const rescaler) {
^
In file included from drivers/webp/mux/./../dec/././webpi.h:22:0,
from drivers/webp/mux/./../dec/./vp8li.h:19,
from drivers/webp/mux/./../dec/vp8i.h:18,
from drivers/webp/mux/./muxi.h:18,
from drivers/webp/mux/muxread.c:16:
drivers/webp/mux/./../dec/./././decode_vp8.h:131:20: error: expected '=', ',', ';', 'asm' or 'attribute' before 'int'
static WEBP_INLINE int VP8InitIo(VP8Io* const io) {
And others regarding WEBP_INLINE, any ideas what is wrong?
The text was updated successfully, but these errors were encountered: