-
Notifications
You must be signed in to change notification settings - Fork 284
Closed
Description
Hi.
Env:
mingw-x64, premake 5.0.0.alpha-4
Build commands:
premake.exe gmake
cd ".build\gmake"
mingw32-make.exe SHELL=cmd.exe CC=gcc config=release_x64
Log:
Linking clink_dll
Running postbuild commands
copy /y "d:\tmp\clink-src\clink\dll\clink_inputrc_base" "d:\tmp\clink-src\.build\gmake\bin\release" 1>nul 2>nul
copy /y "d:\tmp\clink-src\clink\lua\*.lua" "d:\tmp\clink-src\.build\gmake\bin\release" 1>nul 2>nul
"==== Building clink_loader (release_x64) ===="
Creating obj/release/x64/release/clink_loader
settings.c
autorun.c
../../clink/loader/autorun.c:338:12: error: static declaration of 'show_autorun' follows non-static declaration
static int show_autorun()
^
../../clink/loader/autorun.c:29:17: note: previous declaration of 'show_autorun' was here
int show_autorun();
^
clink_loader.make:202: recipe for target 'obj/release/x64/release/clink_loader/autorun.o' failed
mingw32-make.exe[1]: *** [obj/release/x64/release/clink_loader/autorun.o] Error 1
Makefile:82: recipe for target 'clink_loader' failed
mingw32-make.exe: *** [clink_loader] Error 2
Metadata
Metadata
Assignees
Labels
No labels