kometbomb / klystrack

A chiptune tracker
http://kometbomb.github.io/klystrack/
Other
485 stars 28 forks source link

klystrack doesn't compile #249

Closed suhr closed 6 years ago

suhr commented 6 years ago
In file included from src/gfx/objhdr.h:32:0,
                 from src/gfx/bgcell.h:30,
                 from src/gfx/tiledescriptor.h:31,
                 from src/gfx/font.h:30,
                 from src/gfx/font.c:27:
src/gfx/font.c: In function 'font_load_inner':
src/gfx/font.c:264:11: error: format '%u' expects argument of type 'unsigned int', but argument 2 has type 'size_t {aka long unsigned int}' [-Werror=format=]
     debug("Read charmap (%u chars)", len);
           ^
src/macros.h:51:53: note: in definition of macro 'debug'
 # define debug(...) do { printf("[DEBUG] "); printf(__VA_ARGS__); printf("\n"); } while(0)
                                                     ^
cc1: all warnings being treated as errors
suhr commented 6 years ago

UPDATE: compiles just fine with CFG=release.

kometbomb commented 6 years ago

OK definitely should compile with other configs as well. There's some option in the release compiler flags that disables the warning I guess.

su 23. syysk. 2018 klo 18.05 Сухарик (notifications@github.com) kirjoitti:

UPDATE: compiles just fine with CFG=release.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/kometbomb/klystrack/issues/249#issuecomment-423823032, or mute the thread https://github.com/notifications/unsubscribe-auth/ABCK6XX9KMxQieQ_dPyvx8khBi9SzgWZks5ud6MYgaJpZM4W1uv5 .

trebmuh commented 6 years ago

Hi, building from GIT master https://github.com/kometbomb/klystrack/commit/b7801ed6736c8baddf9fea20261db65c072522b9, I'm thankful that I found this thread.

That said, there are a bunch of cp: cannot stat 'foo': No such file or directoryas following:

$ make CFG=release
Generating dependencies for wavetableview.c...
Generating dependencies for timer.c...
Generating dependencies for sequence.c...
Generating dependencies for pattern.c...
Generating dependencies for visu.c...
Generating dependencies for org.c...
Generating dependencies for hubbard.c...
Generating dependencies for hubdialog.c...
Generating dependencies for import.c...
Generating dependencies for mod.c...
Generating dependencies for ahx.c...
Generating dependencies for xm.c...
Generating dependencies for optimize.c...
Generating dependencies for diskop.c...
Generating dependencies for wavewriter.c...
Generating dependencies for command.c...
Generating dependencies for shortcutdefs.c...
Generating dependencies for keytab.c...
Generating dependencies for stats.c...
Generating dependencies for wavegen.c...
Generating dependencies for event.c...
Generating dependencies for export.c...
Generating dependencies for main.c...
Generating dependencies for midi.c...
Generating dependencies for edit.c...
Generating dependencies for wave_action.c...
Generating dependencies for theme.c...
Generating dependencies for action.c...
Generating dependencies for wave.c...
Generating dependencies for console.c...
Generating dependencies for copypaste.c...
Generating dependencies for mused.c...
Generating dependencies for help.c...
Generating dependencies for zap.c...
Generating dependencies for config.c...
Generating dependencies for menudefs.c...
Generating dependencies for nostalgy.c...
Generating dependencies for undo.c...
Generating dependencies for memwriter.c...
Generating dependencies for key.c...
Generating dependencies for view.c...
Generating dependencies for clipboard.c...
Generating dependencies for main.c...
Generating dependencies for action.c...
make[1]: Entering directory 'blablabla/klystrack/klystron'
Generating dependencies for src/lib/ksnd.c
Generating dependencies for src/gui/bevel.c
Generating dependencies for src/gui/shortcuts.c
Generating dependencies for src/gui/toolutil.c
Generating dependencies for src/gui/dialog.c
Generating dependencies for src/gui/menu.c
Generating dependencies for src/gui/mouse.c
Generating dependencies for src/gui/msgbox.c
Generating dependencies for src/gui/filebox.c
Generating dependencies for src/gui/view.c
Generating dependencies for src/gui/slider.c
Generating dependencies for src/util/rnd.c
Generating dependencies for src/util/bundle.c
Generating dependencies for src/gfx/gfx.c
Generating dependencies for src/gfx/objhdr.c
Generating dependencies for src/gfx/levelbase.c
Generating dependencies for src/gfx/font.c
Generating dependencies for src/gfx/bgcell.c
Generating dependencies for src/gfx/background.c
Generating dependencies for src/snd/cydfm.c
Generating dependencies for src/snd/cydentry.c
Generating dependencies for src/snd/cydchr.c
Generating dependencies for src/snd/cyd.c
Generating dependencies for src/snd/pack.c
Generating dependencies for src/snd/cydwave.c
Generating dependencies for src/snd/cydrvb.c
Generating dependencies for src/snd/music.c
Generating dependencies for src/snd/cydflt.c
Generating dependencies for src/snd/cydfx.c
Generating dependencies for src/snd/cydosc.c
Generating dependencies for src/snd/cydcrush.c
Generating dependencies for src/snd/freqs.c
make all CFG=release
make[2]: Entering directory 'blablabla/klystrack/klystron'
Compiling freqs.c...
Compiling cydcrush.c...
Compiling cydosc.c...
Compiling cydfx.c...
Compiling cydflt.c...
Compiling music.c...
Compiling cydrvb.c...
Compiling cydwave.c...
Compiling pack.c...
Compiling cyd.c...
Compiling cydchr.c...
Compiling cydentry.c...
Compiling cydfm.c...
Configuration release
------------------------
Linking engine...
Compiling background.c...
Compiling bgcell.c...
Compiling font.c...
Compiling levelbase.c...
Compiling objhdr.c...
Compiling gfx.c...
Linking engine...
Compiling bundle.c...
Compiling rnd.c...
Linking engine...
Compiling slider.c...
Compiling view.c...
Compiling filebox.c...
Compiling msgbox.c...
Compiling mouse.c...
Compiling menu.c...
Compiling dialog.c...
Compiling toolutil.c...
Compiling shortcuts.c...
Compiling bevel.c...
Linking engine...
make -C tools/makebundle
make[3]: Entering directory 'blablabla/klystrack/klystron/tools/makebundle'
gcc -o ../bin/makebundle.exe -D_XOPEN_SOURCE makebundle.c -std=c99 -I ../../src `sdl2-config --cflags` -Wall -O3
make[3]: Leaving directory 'blablabla/klystrack/klystron/tools/makebundle'
make[2]: Leaving directory 'blablabla/klystrack/klystron'
make[1]: Leaving directory 'blablabla/klystrack/klystron'
make[1]: Entering directory 'blablabla/klystrack'
Generating dependencies for main.c...
Generating dependencies for action.c...
Compiling clipboard.c...
Compiling view.c...
Compiling key.c...
Compiling memwriter.c...
Compiling undo.c...
Compiling nostalgy.c...
Compiling menudefs.c...
Compiling config.c...
Compiling zap.c...
Compiling help.c...
Compiling mused.c...
Compiling copypaste.c...
Compiling console.c...
Compiling wave.c...
Compiling action.c...
Compiling theme.c...
Compiling wave_action.c...
Compiling edit.c...
Compiling midi.c...
Compiling main.c...
Compiling export.c...
Compiling event.c...
Compiling wavegen.c...
Compiling stats.c...
Compiling keytab.c...
Compiling shortcutdefs.c...
Compiling command.c...
Compiling wavewriter.c...
Compiling diskop.c...
Compiling optimize.c...
Compiling xm.c...
Compiling ahx.c...
Compiling mod.c...
Compiling import.c...
Compiling hubdialog.c...
Compiling hubbard.c...
Compiling org.c...
Compiling visu.c...
Compiling pattern.c...
Compiling sequence.c...
Compiling timer.c...
Compiling wavetableview.c...
Linking klystrack...
Building theme Default...
themes/Default/font/charmap.txt: 155 bytes written.
themes/Default/font/font.png: 973 bytes written.
themes/Default/font/res.txt: 3 bytes written.
Copying data to bundle: 1131 bytes written.
Cleaning up.
themes/Default/font7x6/charmap.txt: 50 bytes written.
themes/Default/font7x6/font.png: 698 bytes written.
themes/Default/font7x6/res.txt: 3 bytes written.
Copying data to bundle: 751 bytes written.
Cleaning up.
themes/Default/tiny/charmap.txt: 18 bytes written.
themes/Default/tiny/font.png: 359 bytes written.
themes/Default/tiny/res.txt: 3 bytes written.
Copying data to bundle: 380 bytes written.
Cleaning up.
themetemp/7x6.fnt: 804 bytes written.
themetemp/catometer.png: 2644 bytes written.
themetemp/cursor.png: 357 bytes written.
themetemp/colors.txt: 1173 bytes written.
themetemp/bevel.png: 1401 bytes written.
themetemp/logo.png: 3014 bytes written.
themetemp/icon.png: 36646 bytes written.
themetemp/analyzor.png: 1073 bytes written.
themetemp/vu.png: 1218 bytes written.
themetemp/8x8.fnt: 1184 bytes written.
themetemp/4x6.fnt: 433 bytes written.
Copying data to bundle: 49947 bytes written.
Cleaning up.
Building theme AHX...
cp: cannot stat 'themes/AHX/analyzor.*': No such file or directory
Makefile:157: recipe for target 'res/AHX' failed
make[1]: [res/AHX] Error 1 (ignored)
cp: cannot stat 'themes/AHX/logo.*': No such file or directory
Makefile:157: recipe for target 'res/AHX' failed
make[1]: [res/AHX] Error 1 (ignored)
cp: cannot stat 'themes/AHX/catometer.*': No such file or directory
Makefile:157: recipe for target 'res/AHX' failed
make[1]: [res/AHX] Error 1 (ignored)
cp: cannot stat 'themes/AHX/cursor.*': No such file or directory
Makefile:157: recipe for target 'res/AHX' failed
make[1]: [res/AHX] Error 1 (ignored)
cp: cannot stat 'themes/AHX/icon.*': No such file or directory
Makefile:157: recipe for target 'res/AHX' failed
make[1]: [res/AHX] Error 1 (ignored)
themes/AHX/font/charmap.txt: 155 bytes written.
themes/AHX/font/font.png: 889 bytes written.
themes/AHX/font/res.txt: 3 bytes written.
Copying data to bundle: 1047 bytes written.
Cleaning up.
themes/AHX/font7x6/charmap.txt: 50 bytes written.
themes/AHX/font7x6/font.png: 698 bytes written.
themes/AHX/font7x6/res.txt: 3 bytes written.
Copying data to bundle: 751 bytes written.
Cleaning up.
themetemp/7x6.fnt: 804 bytes written.
themetemp/colors.txt: 999 bytes written.
themetemp/bevel.png: 1173 bytes written.
themetemp/vu.png: 309 bytes written.
themetemp/8x8.fnt: 1100 bytes written.
Copying data to bundle: 4385 bytes written.
Cleaning up.
Building theme C64...
cp: cannot stat 'themes/C64/analyzor.*': No such file or directory
Makefile:157: recipe for target 'res/C64' failed
make[1]: [res/C64] Error 1 (ignored)
cp: cannot stat 'themes/C64/catometer.*': No such file or directory
Makefile:157: recipe for target 'res/C64' failed
make[1]: [res/C64] Error 1 (ignored)
cp: cannot stat 'themes/C64/cursor.*': No such file or directory
Makefile:157: recipe for target 'res/C64' failed
make[1]: [res/C64] Error 1 (ignored)
cp: cannot stat 'themes/C64/icon.*': No such file or directory
Makefile:157: recipe for target 'res/C64' failed
make[1]: [res/C64] Error 1 (ignored)
themes/C64/font/charmap.txt: 155 bytes written.
themes/C64/font/font.png: 829 bytes written.
themes/C64/font/res.txt: 3 bytes written.
Copying data to bundle: 987 bytes written.
Cleaning up.
themes/C64/font7x6/charmap.txt: 50 bytes written.
themes/C64/font7x6/font.png: 698 bytes written.
themes/C64/font7x6/res.txt: 3 bytes written.
Copying data to bundle: 751 bytes written.
Cleaning up.
themetemp/7x6.fnt: 804 bytes written.
themetemp/colors.txt: 999 bytes written.
themetemp/bevel.png: 1294 bytes written.
themetemp/logo.png: 2840 bytes written.
themetemp/vu.png: 330 bytes written.
themetemp/8x8.fnt: 1040 bytes written.
Copying data to bundle: 7307 bytes written.
Cleaning up.
Building theme Blacklyst...
cp: cannot stat 'themes/Blacklyst/logo.*': No such file or directory
Makefile:157: recipe for target 'res/Blacklyst' failed
make[1]: [res/Blacklyst] Error 1 (ignored)
cp: cannot stat 'themes/Blacklyst/catometer.*': No such file or directory
Makefile:157: recipe for target 'res/Blacklyst' failed
make[1]: [res/Blacklyst] Error 1 (ignored)
cp: cannot stat 'themes/Blacklyst/cursor.*': No such file or directory
Makefile:157: recipe for target 'res/Blacklyst' failed
make[1]: [res/Blacklyst] Error 1 (ignored)
cp: cannot stat 'themes/Blacklyst/icon.*': No such file or directory
Makefile:157: recipe for target 'res/Blacklyst' failed
make[1]: [res/Blacklyst] Error 1 (ignored)
themes/Blacklyst/font/charmap.txt: 155 bytes written.
themes/Blacklyst/font/font.png: 876 bytes written.
themes/Blacklyst/font/res.txt: 3 bytes written.
Copying data to bundle: 1034 bytes written.
Cleaning up.
themes/Blacklyst/font7x6/charmap.txt: 50 bytes written.
themes/Blacklyst/font7x6/font.png: 698 bytes written.
themes/Blacklyst/font7x6/res.txt: 3 bytes written.
Copying data to bundle: 751 bytes written.
Cleaning up.
themetemp/7x6.fnt: 804 bytes written.
themetemp/colors.txt: 1156 bytes written.
themetemp/bevel.png: 1332 bytes written.
themetemp/analyzor.png: 1073 bytes written.
themetemp/vu.png: 1218 bytes written.
themetemp/8x8.fnt: 1087 bytes written.
Copying data to bundle: 6670 bytes written.
Cleaning up.
Building theme Gameboy...
cp: cannot stat 'themes/Gameboy/analyzor.*': No such file or directory
Makefile:157: recipe for target 'res/Gameboy' failed
make[1]: [res/Gameboy] Error 1 (ignored)
cp: cannot stat 'themes/Gameboy/logo.*': No such file or directory
Makefile:157: recipe for target 'res/Gameboy' failed
make[1]: [res/Gameboy] Error 1 (ignored)
cp: cannot stat 'themes/Gameboy/catometer.*': No such file or directory
Makefile:157: recipe for target 'res/Gameboy' failed
make[1]: [res/Gameboy] Error 1 (ignored)
cp: cannot stat 'themes/Gameboy/cursor.*': No such file or directory
Makefile:157: recipe for target 'res/Gameboy' failed
make[1]: [res/Gameboy] Error 1 (ignored)
cp: cannot stat 'themes/Gameboy/icon.*': No such file or directory
Makefile:157: recipe for target 'res/Gameboy' failed
make[1]: [res/Gameboy] Error 1 (ignored)
themes/Gameboy/font/charmap.txt: 155 bytes written.
themes/Gameboy/font/font.png: 889 bytes written.
themes/Gameboy/font/res.txt: 3 bytes written.
Copying data to bundle: 1047 bytes written.
Cleaning up.
themes/Gameboy/font7x6/charmap.txt: 50 bytes written.
themes/Gameboy/font7x6/font.png: 698 bytes written.
themes/Gameboy/font7x6/res.txt: 3 bytes written.
Copying data to bundle: 751 bytes written.
Cleaning up.
themetemp/7x6.fnt: 804 bytes written.
themetemp/colors.txt: 726 bytes written.
themetemp/bevel.png: 1037 bytes written.
themetemp/vu.png: 324 bytes written.
themetemp/8x8.fnt: 1100 bytes written.
Copying data to bundle: 3991 bytes written.
Cleaning up.
Building theme Golden_Brown...
cp: cannot stat 'themes/Golden_Brown/logo.*': No such file or directory
Makefile:157: recipe for target 'res/Golden_Brown' failed
make[1]: [res/Golden_Brown] Error 1 (ignored)
cp: cannot stat 'themes/Golden_Brown/catometer.*': No such file or directory
Makefile:157: recipe for target 'res/Golden_Brown' failed
make[1]: [res/Golden_Brown] Error 1 (ignored)
cp: cannot stat 'themes/Golden_Brown/cursor.*': No such file or directory
Makefile:157: recipe for target 'res/Golden_Brown' failed
make[1]: [res/Golden_Brown] Error 1 (ignored)
cp: cannot stat 'themes/Golden_Brown/icon.*': No such file or directory
Makefile:157: recipe for target 'res/Golden_Brown' failed
make[1]: [res/Golden_Brown] Error 1 (ignored)
themes/Golden_Brown/font/charmap.txt: 155 bytes written.
themes/Golden_Brown/font/font.png: 959 bytes written.
themes/Golden_Brown/font/res.txt: 3 bytes written.
Copying data to bundle: 1117 bytes written.
Cleaning up.
themes/Golden_Brown/font7x6/charmap.txt: 50 bytes written.
themes/Golden_Brown/font7x6/font.png: 709 bytes written.
themes/Golden_Brown/font7x6/res.txt: 3 bytes written.
Copying data to bundle: 762 bytes written.
Cleaning up.
themetemp/7x6.fnt: 815 bytes written.
themetemp/colors.txt: 1142 bytes written.
themetemp/bevel.png: 1377 bytes written.
themetemp/analyzor.png: 1182 bytes written.
themetemp/vu.png: 1904 bytes written.
themetemp/8x8.fnt: 1170 bytes written.
Copying data to bundle: 7590 bytes written.
Cleaning up.
Building theme Ultimate_Proctamed...
cp: cannot stat 'themes/Ultimate_Proctamed/logo.*': No such file or directory
Makefile:157: recipe for target 'res/Ultimate_Proctamed' failed
make[1]: [res/Ultimate_Proctamed] Error 1 (ignored)
cp: cannot stat 'themes/Ultimate_Proctamed/catometer.*': No such file or directory
Makefile:157: recipe for target 'res/Ultimate_Proctamed' failed
make[1]: [res/Ultimate_Proctamed] Error 1 (ignored)
cp: cannot stat 'themes/Ultimate_Proctamed/cursor.*': No such file or directory
Makefile:157: recipe for target 'res/Ultimate_Proctamed' failed
make[1]: [res/Ultimate_Proctamed] Error 1 (ignored)
cp: cannot stat 'themes/Ultimate_Proctamed/icon.*': No such file or directory
Makefile:157: recipe for target 'res/Ultimate_Proctamed' failed
make[1]: [res/Ultimate_Proctamed] Error 1 (ignored)
themes/Ultimate_Proctamed/font/charmap.txt: 155 bytes written.
themes/Ultimate_Proctamed/font/font.png: 829 bytes written.
themes/Ultimate_Proctamed/font/res.txt: 3 bytes written.
Copying data to bundle: 987 bytes written.
Cleaning up.
themes/Ultimate_Proctamed/font7x6/charmap.txt: 50 bytes written.
themes/Ultimate_Proctamed/font7x6/font.png: 698 bytes written.
themes/Ultimate_Proctamed/font7x6/res.txt: 3 bytes written.
Copying data to bundle: 751 bytes written.
Cleaning up.
themes/Ultimate_Proctamed/tiny/charmap.txt: 18 bytes written.
themes/Ultimate_Proctamed/tiny/font.png: 359 bytes written.
themes/Ultimate_Proctamed/tiny/res.txt: 3 bytes written.
Copying data to bundle: 380 bytes written.
Cleaning up.
themetemp/7x6.fnt: 804 bytes written.
themetemp/colors.txt: 1067 bytes written.
themetemp/bevel.png: 1261 bytes written.
themetemp/analyzor.png: 952 bytes written.
themetemp/vu.png: 1132 bytes written.
themetemp/8x8.fnt: 1040 bytes written.
themetemp/4x6.fnt: 433 bytes written.
Copying data to bundle: 6689 bytes written.
Cleaning up.
Building theme Classic...
cp: cannot stat 'themes/Classic/analyzor.*': No such file or directory
Makefile:157: recipe for target 'res/Classic' failed
make[1]: [res/Classic] Error 1 (ignored)
cp: cannot stat 'themes/Classic/logo.*': No such file or directory
Makefile:157: recipe for target 'res/Classic' failed
make[1]: [res/Classic] Error 1 (ignored)
cp: cannot stat 'themes/Classic/catometer.*': No such file or directory
Makefile:157: recipe for target 'res/Classic' failed
make[1]: [res/Classic] Error 1 (ignored)
cp: cannot stat 'themes/Classic/cursor.*': No such file or directory
Makefile:157: recipe for target 'res/Classic' failed
make[1]: [res/Classic] Error 1 (ignored)
cp: cannot stat 'themes/Classic/icon.*': No such file or directory
Makefile:157: recipe for target 'res/Classic' failed
make[1]: [res/Classic] Error 1 (ignored)
themes/Classic/font/charmap.txt: 155 bytes written.
themes/Classic/font/font.png: 876 bytes written.
themes/Classic/font/res.txt: 3 bytes written.
Copying data to bundle: 1034 bytes written.
Cleaning up.
themes/Classic/font7x6/charmap.txt: 50 bytes written.
themes/Classic/font7x6/font.png: 698 bytes written.
themes/Classic/font7x6/res.txt: 3 bytes written.
Copying data to bundle: 751 bytes written.
Cleaning up.
themetemp/7x6.fnt: 804 bytes written.
themetemp/colors.txt: 726 bytes written.
themetemp/bevel.png: 1399 bytes written.
themetemp/vu.png: 324 bytes written.
themetemp/8x8.fnt: 1087 bytes written.
Copying data to bundle: 4340 bytes written.
Cleaning up.
Building theme Rust_Red...
cp: cannot stat 'themes/Rust_Red/logo.*': No such file or directory
Makefile:157: recipe for target 'res/Rust_Red' failed
make[1]: [res/Rust_Red] Error 1 (ignored)
cp: cannot stat 'themes/Rust_Red/cursor.*': No such file or directory
Makefile:157: recipe for target 'res/Rust_Red' failed
make[1]: [res/Rust_Red] Error 1 (ignored)
cp: cannot stat 'themes/Rust_Red/icon.*': No such file or directory
Makefile:157: recipe for target 'res/Rust_Red' failed
make[1]: [res/Rust_Red] Error 1 (ignored)
themes/Rust_Red/font/charmap.txt: 155 bytes written.
themes/Rust_Red/font/font.png: 841 bytes written.
themes/Rust_Red/font/res.txt: 3 bytes written.
Copying data to bundle: 999 bytes written.
Cleaning up.
themes/Rust_Red/font7x6/charmap.txt: 50 bytes written.
themes/Rust_Red/font7x6/font.png: 698 bytes written.
themes/Rust_Red/font7x6/res.txt: 3 bytes written.
Copying data to bundle: 751 bytes written.
Cleaning up.
themes/Rust_Red/tiny/charmap.txt: 18 bytes written.
themes/Rust_Red/tiny/font.png: 359 bytes written.
themes/Rust_Red/tiny/res.txt: 3 bytes written.
Copying data to bundle: 380 bytes written.
Cleaning up.
themetemp/7x6.fnt: 804 bytes written.
themetemp/catometer.png: 2641 bytes written.
themetemp/colors.txt: 1081 bytes written.
themetemp/bevel.png: 1238 bytes written.
themetemp/analyzor.png: 1076 bytes written.
themetemp/vu.png: 1218 bytes written.
themetemp/8x8.fnt: 1052 bytes written.
themetemp/4x6.fnt: 433 bytes written.
Copying data to bundle: 9543 bytes written.
Cleaning up.
Building theme Rust_Camo...
cp: cannot stat 'themes/Rust_Camo/logo.*': No such file or directory
Makefile:157: recipe for target 'res/Rust_Camo' failed
make[1]: [res/Rust_Camo] Error 1 (ignored)
cp: cannot stat 'themes/Rust_Camo/cursor.*': No such file or directory
Makefile:157: recipe for target 'res/Rust_Camo' failed
make[1]: [res/Rust_Camo] Error 1 (ignored)
cp: cannot stat 'themes/Rust_Camo/icon.*': No such file or directory
Makefile:157: recipe for target 'res/Rust_Camo' failed
make[1]: [res/Rust_Camo] Error 1 (ignored)
themes/Rust_Camo/font/charmap.txt: 155 bytes written.
themes/Rust_Camo/font/font.png: 841 bytes written.
themes/Rust_Camo/font/res.txt: 3 bytes written.
Copying data to bundle: 999 bytes written.
Cleaning up.
themes/Rust_Camo/font7x6/charmap.txt: 50 bytes written.
themes/Rust_Camo/font7x6/font.png: 698 bytes written.
themes/Rust_Camo/font7x6/res.txt: 3 bytes written.
Copying data to bundle: 751 bytes written.
Cleaning up.
themes/Rust_Camo/tiny/charmap.txt: 18 bytes written.
themes/Rust_Camo/tiny/font.png: 359 bytes written.
themes/Rust_Camo/tiny/res.txt: 3 bytes written.
Copying data to bundle: 380 bytes written.
Cleaning up.
themetemp/7x6.fnt: 804 bytes written.
themetemp/catometer.png: 2641 bytes written.
themetemp/colors.txt: 1081 bytes written.
themetemp/bevel.png: 1286 bytes written.
themetemp/analyzor.png: 1076 bytes written.
themetemp/vu.png: 1218 bytes written.
themetemp/8x8.fnt: 1052 bytes written.
themetemp/4x6.fnt: 433 bytes written.
Copying data to bundle: 9591 bytes written.
Cleaning up.
make[1]: Leaving directory 'blablabla/klystrack/klystrack'

Is that to be expected or something is going wrong here?

kometbomb commented 6 years ago

Yes, that's expected: the themes work so that if a file is missing it will try to find the file from the Default theme. The whole asset is not there which looks like those errors in the theme build/packaging phase because it just dumbly tries to copy inexistant files (and the error code is ignored). Perhaps I should add some kind of notice or try to hide those errors.

la 29. syysk. 2018 klo 3.43 Olivier Humbert (notifications@github.com) kirjoitti:

Hi, building from GIT master b7801ed https://github.com/kometbomb/klystrack/commit/b7801ed6736c8baddf9fea20261db65c072522b9, I'm thankful that I found this thread.

That said, there are a bunch of cp: cannot stat 'foo': No such file or directoryas following:

$ make CFG=release Generating dependencies for wavetableview.c... Generating dependencies for timer.c... Generating dependencies for sequence.c... Generating dependencies for pattern.c... Generating dependencies for visu.c... Generating dependencies for org.c... Generating dependencies for hubbard.c... Generating dependencies for hubdialog.c... Generating dependencies for import.c... Generating dependencies for mod.c... Generating dependencies for ahx.c... Generating dependencies for xm.c... Generating dependencies for optimize.c... Generating dependencies for diskop.c... Generating dependencies for wavewriter.c... Generating dependencies for command.c... Generating dependencies for shortcutdefs.c... Generating dependencies for keytab.c... Generating dependencies for stats.c... Generating dependencies for wavegen.c... Generating dependencies for event.c... Generating dependencies for export.c... Generating dependencies for main.c... Generating dependencies for midi.c... Generating dependencies for edit.c... Generating dependencies for wave_action.c... Generating dependencies for theme.c... Generating dependencies for action.c... Generating dependencies for wave.c... Generating dependencies for console.c... Generating dependencies for copypaste.c... Generating dependencies for mused.c... Generating dependencies for help.c... Generating dependencies for zap.c... Generating dependencies for config.c... Generating dependencies for menudefs.c... Generating dependencies for nostalgy.c... Generating dependencies for undo.c... Generating dependencies for memwriter.c... Generating dependencies for key.c... Generating dependencies for view.c... Generating dependencies for clipboard.c... Generating dependencies for main.c... Generating dependencies for action.c... make[1]: Entering directory 'blablabla/klystrack/klystron' Generating dependencies for src/lib/ksnd.c Generating dependencies for src/gui/bevel.c Generating dependencies for src/gui/shortcuts.c Generating dependencies for src/gui/toolutil.c Generating dependencies for src/gui/dialog.c Generating dependencies for src/gui/menu.c Generating dependencies for src/gui/mouse.c Generating dependencies for src/gui/msgbox.c Generating dependencies for src/gui/filebox.c Generating dependencies for src/gui/view.c Generating dependencies for src/gui/slider.c Generating dependencies for src/util/rnd.c Generating dependencies for src/util/bundle.c Generating dependencies for src/gfx/gfx.c Generating dependencies for src/gfx/objhdr.c Generating dependencies for src/gfx/levelbase.c Generating dependencies for src/gfx/font.c Generating dependencies for src/gfx/bgcell.c Generating dependencies for src/gfx/background.c Generating dependencies for src/snd/cydfm.c Generating dependencies for src/snd/cydentry.c Generating dependencies for src/snd/cydchr.c Generating dependencies for src/snd/cyd.c Generating dependencies for src/snd/pack.c Generating dependencies for src/snd/cydwave.c Generating dependencies for src/snd/cydrvb.c Generating dependencies for src/snd/music.c Generating dependencies for src/snd/cydflt.c Generating dependencies for src/snd/cydfx.c Generating dependencies for src/snd/cydosc.c Generating dependencies for src/snd/cydcrush.c Generating dependencies for src/snd/freqs.c make all CFG=release make[2]: Entering directory 'blablabla/klystrack/klystron' Compiling freqs.c... Compiling cydcrush.c... Compiling cydosc.c... Compiling cydfx.c... Compiling cydflt.c... Compiling music.c... Compiling cydrvb.c... Compiling cydwave.c... Compiling pack.c... Compiling cyd.c... Compiling cydchr.c... Compiling cydentry.c... Compiling cydfm.c... Configuration release

Linking engine... Compiling background.c... Compiling bgcell.c... Compiling font.c... Compiling levelbase.c... Compiling objhdr.c... Compiling gfx.c... Linking engine... Compiling bundle.c... Compiling rnd.c... Linking engine... Compiling slider.c... Compiling view.c... Compiling filebox.c... Compiling msgbox.c... Compiling mouse.c... Compiling menu.c... Compiling dialog.c... Compiling toolutil.c... Compiling shortcuts.c... Compiling bevel.c... Linking engine... make -C tools/makebundle make[3]: Entering directory 'blablabla/klystrack/klystron/tools/makebundle' gcc -o ../bin/makebundle.exe -D_XOPEN_SOURCE makebundle.c -std=c99 -I ../../src sdl2-config --cflags -Wall -O3 make[3]: Leaving directory 'blablabla/klystrack/klystron/tools/makebundle' make[2]: Leaving directory 'blablabla/klystrack/klystron' make[1]: Leaving directory 'blablabla/klystrack/klystron' make[1]: Entering directory 'blablabla/klystrack' Generating dependencies for main.c... Generating dependencies for action.c... Compiling clipboard.c... Compiling view.c... Compiling key.c... Compiling memwriter.c... Compiling undo.c... Compiling nostalgy.c... Compiling menudefs.c... Compiling config.c... Compiling zap.c... Compiling help.c... Compiling mused.c... Compiling copypaste.c... Compiling console.c... Compiling wave.c... Compiling action.c... Compiling theme.c... Compiling wave_action.c... Compiling edit.c... Compiling midi.c... Compiling main.c... Compiling export.c... Compiling event.c... Compiling wavegen.c... Compiling stats.c... Compiling keytab.c... Compiling shortcutdefs.c... Compiling command.c... Compiling wavewriter.c... Compiling diskop.c... Compiling optimize.c... Compiling xm.c... Compiling ahx.c... Compiling mod.c... Compiling import.c... Compiling hubdialog.c... Compiling hubbard.c... Compiling org.c... Compiling visu.c... Compiling pattern.c... Compiling sequence.c... Compiling timer.c... Compiling wavetableview.c... Linking klystrack... Building theme Default... themes/Default/font/charmap.txt: 155 bytes written. themes/Default/font/font.png: 973 bytes written. themes/Default/font/res.txt: 3 bytes written. Copying data to bundle: 1131 bytes written. Cleaning up. themes/Default/font7x6/charmap.txt: 50 bytes written. themes/Default/font7x6/font.png: 698 bytes written. themes/Default/font7x6/res.txt: 3 bytes written. Copying data to bundle: 751 bytes written. Cleaning up. themes/Default/tiny/charmap.txt: 18 bytes written. themes/Default/tiny/font.png: 359 bytes written. themes/Default/tiny/res.txt: 3 bytes written. Copying data to bundle: 380 bytes written. Cleaning up. themetemp/7x6.fnt: 804 bytes written. themetemp/catometer.png: 2644 bytes written. themetemp/cursor.png: 357 bytes written. themetemp/colors.txt: 1173 bytes written. themetemp/bevel.png: 1401 bytes written. themetemp/logo.png: 3014 bytes written. themetemp/icon.png: 36646 bytes written. themetemp/analyzor.png: 1073 bytes written. themetemp/vu.png: 1218 bytes written. themetemp/8x8.fnt: 1184 bytes written. themetemp/4x6.fnt: 433 bytes written. Copying data to bundle: 49947 bytes written. Cleaning up. Building theme AHX... cp: cannot stat 'themes/AHX/analyzor.': No such file or directory Makefile:157: recipe for target 'res/AHX' failed make[1]: [res/AHX] Error 1 (ignored) cp: cannot stat 'themes/AHX/logo.': No such file or directory Makefile:157: recipe for target 'res/AHX' failed make[1]: [res/AHX] Error 1 (ignored) cp: cannot stat 'themes/AHX/catometer.': No such file or directory Makefile:157: recipe for target 'res/AHX' failed make[1]: [res/AHX] Error 1 (ignored) cp: cannot stat 'themes/AHX/cursor.': No such file or directory Makefile:157: recipe for target 'res/AHX' failed make[1]: [res/AHX] Error 1 (ignored) cp: cannot stat 'themes/AHX/icon.': No such file or directory Makefile:157: recipe for target 'res/AHX' failed make[1]: [res/AHX] Error 1 (ignored) themes/AHX/font/charmap.txt: 155 bytes written. themes/AHX/font/font.png: 889 bytes written. themes/AHX/font/res.txt: 3 bytes written. Copying data to bundle: 1047 bytes written. Cleaning up. themes/AHX/font7x6/charmap.txt: 50 bytes written. themes/AHX/font7x6/font.png: 698 bytes written. themes/AHX/font7x6/res.txt: 3 bytes written. Copying data to bundle: 751 bytes written. Cleaning up. themetemp/7x6.fnt: 804 bytes written. themetemp/colors.txt: 999 bytes written. themetemp/bevel.png: 1173 bytes written. themetemp/vu.png: 309 bytes written. themetemp/8x8.fnt: 1100 bytes written. Copying data to bundle: 4385 bytes written. Cleaning up. Building theme C64... cp: cannot stat 'themes/C64/analyzor.': No such file or directory Makefile:157: recipe for target 'res/C64' failed make[1]: [res/C64] Error 1 (ignored) cp: cannot stat 'themes/C64/catometer.': No such file or directory Makefile:157: recipe for target 'res/C64' failed make[1]: [res/C64] Error 1 (ignored) cp: cannot stat 'themes/C64/cursor.': No such file or directory Makefile:157: recipe for target 'res/C64' failed make[1]: [res/C64] Error 1 (ignored) cp: cannot stat 'themes/C64/icon.': No such file or directory Makefile:157: recipe for target 'res/C64' failed make[1]: [res/C64] Error 1 (ignored) themes/C64/font/charmap.txt: 155 bytes written. themes/C64/font/font.png: 829 bytes written. themes/C64/font/res.txt: 3 bytes written. Copying data to bundle: 987 bytes written. Cleaning up. themes/C64/font7x6/charmap.txt: 50 bytes written. themes/C64/font7x6/font.png: 698 bytes written. themes/C64/font7x6/res.txt: 3 bytes written. Copying data to bundle: 751 bytes written. Cleaning up. themetemp/7x6.fnt: 804 bytes written. themetemp/colors.txt: 999 bytes written. themetemp/bevel.png: 1294 bytes written. themetemp/logo.png: 2840 bytes written. themetemp/vu.png: 330 bytes written. themetemp/8x8.fnt: 1040 bytes written. Copying data to bundle: 7307 bytes written. Cleaning up. Building theme Blacklyst... cp: cannot stat 'themes/Blacklyst/logo.': No such file or directory Makefile:157: recipe for target 'res/Blacklyst' failed make[1]: [res/Blacklyst] Error 1 (ignored) cp: cannot stat 'themes/Blacklyst/catometer.': No such file or directory Makefile:157: recipe for target 'res/Blacklyst' failed make[1]: [res/Blacklyst] Error 1 (ignored) cp: cannot stat 'themes/Blacklyst/cursor.': No such file or directory Makefile:157: recipe for target 'res/Blacklyst' failed make[1]: [res/Blacklyst] Error 1 (ignored) cp: cannot stat 'themes/Blacklyst/icon.': No such file or directory Makefile:157: recipe for target 'res/Blacklyst' failed make[1]: [res/Blacklyst] Error 1 (ignored) themes/Blacklyst/font/charmap.txt: 155 bytes written. themes/Blacklyst/font/font.png: 876 bytes written. themes/Blacklyst/font/res.txt: 3 bytes written. Copying data to bundle: 1034 bytes written. Cleaning up. themes/Blacklyst/font7x6/charmap.txt: 50 bytes written. themes/Blacklyst/font7x6/font.png: 698 bytes written. themes/Blacklyst/font7x6/res.txt: 3 bytes written. Copying data to bundle: 751 bytes written. Cleaning up. themetemp/7x6.fnt: 804 bytes written. themetemp/colors.txt: 1156 bytes written. themetemp/bevel.png: 1332 bytes written. themetemp/analyzor.png: 1073 bytes written. themetemp/vu.png: 1218 bytes written. themetemp/8x8.fnt: 1087 bytes written. Copying data to bundle: 6670 bytes written. Cleaning up. Building theme Gameboy... cp: cannot stat 'themes/Gameboy/analyzor.': No such file or directory Makefile:157: recipe for target 'res/Gameboy' failed make[1]: [res/Gameboy] Error 1 (ignored) cp: cannot stat 'themes/Gameboy/logo.': No such file or directory Makefile:157: recipe for target 'res/Gameboy' failed make[1]: [res/Gameboy] Error 1 (ignored) cp: cannot stat 'themes/Gameboy/catometer.': No such file or directory Makefile:157: recipe for target 'res/Gameboy' failed make[1]: [res/Gameboy] Error 1 (ignored) cp: cannot stat 'themes/Gameboy/cursor.': No such file or directory Makefile:157: recipe for target 'res/Gameboy' failed make[1]: [res/Gameboy] Error 1 (ignored) cp: cannot stat 'themes/Gameboy/icon.': No such file or directory Makefile:157: recipe for target 'res/Gameboy' failed make[1]: [res/Gameboy] Error 1 (ignored) themes/Gameboy/font/charmap.txt: 155 bytes written. themes/Gameboy/font/font.png: 889 bytes written. themes/Gameboy/font/res.txt: 3 bytes written. Copying data to bundle: 1047 bytes written. Cleaning up. themes/Gameboy/font7x6/charmap.txt: 50 bytes written. themes/Gameboy/font7x6/font.png: 698 bytes written. themes/Gameboy/font7x6/res.txt: 3 bytes written. Copying data to bundle: 751 bytes written. Cleaning up. themetemp/7x6.fnt: 804 bytes written. themetemp/colors.txt: 726 bytes written. themetemp/bevel.png: 1037 bytes written. themetemp/vu.png: 324 bytes written. themetemp/8x8.fnt: 1100 bytes written. Copying data to bundle: 3991 bytes written. Cleaning up. Building theme Golden_Brown... cp: cannot stat 'themes/Golden_Brown/logo.': No such file or directory Makefile:157: recipe for target 'res/Golden_Brown' failed make[1]: [res/Golden_Brown] Error 1 (ignored) cp: cannot stat 'themes/Golden_Brown/catometer.': No such file or directory Makefile:157: recipe for target 'res/Golden_Brown' failed make[1]: [res/Golden_Brown] Error 1 (ignored) cp: cannot stat 'themes/Golden_Brown/cursor.': No such file or directory Makefile:157: recipe for target 'res/Golden_Brown' failed make[1]: [res/Golden_Brown] Error 1 (ignored) cp: cannot stat 'themes/Golden_Brown/icon.': No such file or directory Makefile:157: recipe for target 'res/Golden_Brown' failed make[1]: [res/Golden_Brown] Error 1 (ignored) themes/Golden_Brown/font/charmap.txt: 155 bytes written. themes/Golden_Brown/font/font.png: 959 bytes written. themes/Golden_Brown/font/res.txt: 3 bytes written. Copying data to bundle: 1117 bytes written. Cleaning up. themes/Golden_Brown/font7x6/charmap.txt: 50 bytes written. themes/Golden_Brown/font7x6/font.png: 709 bytes written. themes/Golden_Brown/font7x6/res.txt: 3 bytes written. Copying data to bundle: 762 bytes written. Cleaning up. themetemp/7x6.fnt: 815 bytes written. themetemp/colors.txt: 1142 bytes written. themetemp/bevel.png: 1377 bytes written. themetemp/analyzor.png: 1182 bytes written. themetemp/vu.png: 1904 bytes written. themetemp/8x8.fnt: 1170 bytes written. Copying data to bundle: 7590 bytes written. Cleaning up. Building theme Ultimate_Proctamed... cp: cannot stat 'themes/Ultimate_Proctamed/logo.': No such file or directory Makefile:157: recipe for target 'res/Ultimate_Proctamed' failed make[1]: [res/Ultimate_Proctamed] Error 1 (ignored) cp: cannot stat 'themes/Ultimate_Proctamed/catometer.': No such file or directory Makefile:157: recipe for target 'res/Ultimate_Proctamed' failed make[1]: [res/Ultimate_Proctamed] Error 1 (ignored) cp: cannot stat 'themes/Ultimate_Proctamed/cursor.': No such file or directory Makefile:157: recipe for target 'res/Ultimate_Proctamed' failed make[1]: [res/Ultimate_Proctamed] Error 1 (ignored) cp: cannot stat 'themes/Ultimate_Proctamed/icon.': No such file or directory Makefile:157: recipe for target 'res/Ultimate_Proctamed' failed make[1]: [res/Ultimate_Proctamed] Error 1 (ignored) themes/Ultimate_Proctamed/font/charmap.txt: 155 bytes written. themes/Ultimate_Proctamed/font/font.png: 829 bytes written. themes/Ultimate_Proctamed/font/res.txt: 3 bytes written. Copying data to bundle: 987 bytes written. Cleaning up. themes/Ultimate_Proctamed/font7x6/charmap.txt: 50 bytes written. themes/Ultimate_Proctamed/font7x6/font.png: 698 bytes written. themes/Ultimate_Proctamed/font7x6/res.txt: 3 bytes written. Copying data to bundle: 751 bytes written. Cleaning up. themes/Ultimate_Proctamed/tiny/charmap.txt: 18 bytes written. themes/Ultimate_Proctamed/tiny/font.png: 359 bytes written. themes/Ultimate_Proctamed/tiny/res.txt: 3 bytes written. Copying data to bundle: 380 bytes written. Cleaning up. themetemp/7x6.fnt: 804 bytes written. themetemp/colors.txt: 1067 bytes written. themetemp/bevel.png: 1261 bytes written. themetemp/analyzor.png: 952 bytes written. themetemp/vu.png: 1132 bytes written. themetemp/8x8.fnt: 1040 bytes written. themetemp/4x6.fnt: 433 bytes written. Copying data to bundle: 6689 bytes written. Cleaning up. Building theme Classic... cp: cannot stat 'themes/Classic/analyzor.': No such file or directory Makefile:157: recipe for target 'res/Classic' failed make[1]: [res/Classic] Error 1 (ignored) cp: cannot stat 'themes/Classic/logo.': No such file or directory Makefile:157: recipe for target 'res/Classic' failed make[1]: [res/Classic] Error 1 (ignored) cp: cannot stat 'themes/Classic/catometer.': No such file or directory Makefile:157: recipe for target 'res/Classic' failed make[1]: [res/Classic] Error 1 (ignored) cp: cannot stat 'themes/Classic/cursor.': No such file or directory Makefile:157: recipe for target 'res/Classic' failed make[1]: [res/Classic] Error 1 (ignored) cp: cannot stat 'themes/Classic/icon.': No such file or directory Makefile:157: recipe for target 'res/Classic' failed make[1]: [res/Classic] Error 1 (ignored) themes/Classic/font/charmap.txt: 155 bytes written. themes/Classic/font/font.png: 876 bytes written. themes/Classic/font/res.txt: 3 bytes written. Copying data to bundle: 1034 bytes written. Cleaning up. themes/Classic/font7x6/charmap.txt: 50 bytes written. themes/Classic/font7x6/font.png: 698 bytes written. themes/Classic/font7x6/res.txt: 3 bytes written. Copying data to bundle: 751 bytes written. Cleaning up. themetemp/7x6.fnt: 804 bytes written. themetemp/colors.txt: 726 bytes written. themetemp/bevel.png: 1399 bytes written. themetemp/vu.png: 324 bytes written. themetemp/8x8.fnt: 1087 bytes written. Copying data to bundle: 4340 bytes written. Cleaning up. Building theme Rust_Red... cp: cannot stat 'themes/Rust_Red/logo.': No such file or directory Makefile:157: recipe for target 'res/Rust_Red' failed make[1]: [res/Rust_Red] Error 1 (ignored) cp: cannot stat 'themes/Rust_Red/cursor.': No such file or directory Makefile:157: recipe for target 'res/Rust_Red' failed make[1]: [res/Rust_Red] Error 1 (ignored) cp: cannot stat 'themes/Rust_Red/icon.': No such file or directory Makefile:157: recipe for target 'res/Rust_Red' failed make[1]: [res/Rust_Red] Error 1 (ignored) themes/Rust_Red/font/charmap.txt: 155 bytes written. themes/Rust_Red/font/font.png: 841 bytes written. themes/Rust_Red/font/res.txt: 3 bytes written. Copying data to bundle: 999 bytes written. Cleaning up. themes/Rust_Red/font7x6/charmap.txt: 50 bytes written. themes/Rust_Red/font7x6/font.png: 698 bytes written. themes/Rust_Red/font7x6/res.txt: 3 bytes written. Copying data to bundle: 751 bytes written. Cleaning up. themes/Rust_Red/tiny/charmap.txt: 18 bytes written. themes/Rust_Red/tiny/font.png: 359 bytes written. themes/Rust_Red/tiny/res.txt: 3 bytes written. Copying data to bundle: 380 bytes written. Cleaning up. themetemp/7x6.fnt: 804 bytes written. themetemp/catometer.png: 2641 bytes written. themetemp/colors.txt: 1081 bytes written. themetemp/bevel.png: 1238 bytes written. themetemp/analyzor.png: 1076 bytes written. themetemp/vu.png: 1218 bytes written. themetemp/8x8.fnt: 1052 bytes written. themetemp/4x6.fnt: 433 bytes written. Copying data to bundle: 9543 bytes written. Cleaning up. Building theme Rust_Camo... cp: cannot stat 'themes/Rust_Camo/logo.': No such file or directory Makefile:157: recipe for target 'res/Rust_Camo' failed make[1]: [res/Rust_Camo] Error 1 (ignored) cp: cannot stat 'themes/Rust_Camo/cursor.': No such file or directory Makefile:157: recipe for target 'res/Rust_Camo' failed make[1]: [res/Rust_Camo] Error 1 (ignored) cp: cannot stat 'themes/Rust_Camo/icon.*': No such file or directory Makefile:157: recipe for target 'res/Rust_Camo' failed make[1]: [res/Rust_Camo] Error 1 (ignored) themes/Rust_Camo/font/charmap.txt: 155 bytes written. themes/Rust_Camo/font/font.png: 841 bytes written. themes/Rust_Camo/font/res.txt: 3 bytes written. Copying data to bundle: 999 bytes written. Cleaning up. themes/Rust_Camo/font7x6/charmap.txt: 50 bytes written. themes/Rust_Camo/font7x6/font.png: 698 bytes written. themes/Rust_Camo/font7x6/res.txt: 3 bytes written. Copying data to bundle: 751 bytes written. Cleaning up. themes/Rust_Camo/tiny/charmap.txt: 18 bytes written. themes/Rust_Camo/tiny/font.png: 359 bytes written. themes/Rust_Camo/tiny/res.txt: 3 bytes written. Copying data to bundle: 380 bytes written. Cleaning up. themetemp/7x6.fnt: 804 bytes written. themetemp/catometer.png: 2641 bytes written. themetemp/colors.txt: 1081 bytes written. themetemp/bevel.png: 1286 bytes written. themetemp/analyzor.png: 1076 bytes written. themetemp/vu.png: 1218 bytes written. themetemp/8x8.fnt: 1052 bytes written. themetemp/4x6.fnt: 433 bytes written. Copying data to bundle: 9591 bytes written. Cleaning up. make[1]: Leaving directory 'blablabla/klystrack/klystrack'

Is that to be expected or something is going wrong here?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/kometbomb/klystrack/issues/249#issuecomment-425601217, or mute the thread https://github.com/notifications/unsubscribe-auth/ABCK6UWWW5yBLxHRuxuTveKKtv8QLhwiks5ufsIngaJpZM4W1uv5 .

trebmuh commented 6 years ago

Got it, thanks for the explanation. Not need for me to be scared then. :smile:

kometbomb commented 6 years ago

Fixed the makefile to skip theme files that do not exist in d166aac653f5233f0383c6f4354f92086e517a52.

trebmuh commented 6 years ago

I've rebuild it from git master, and the error indications do not show up anymore. @kometbomb thank you!

PS: time to close this thread maybe?

kometbomb commented 6 years ago

I want to fix the printf format warning also but yeah, great that this worked out.

ke 3. lokak. 2018 klo 13.14 Olivier Humbert (notifications@github.com) kirjoitti:

I've rebuild it from git master, and the error indications do not show up anymore. @kometbomb https://github.com/kometbomb thank you!

PS: time to close this thread maybe?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/kometbomb/klystrack/issues/249#issuecomment-426582481, or mute the thread https://github.com/notifications/unsubscribe-auth/ABCK6YfOFNO7XDG7RcFts2lLXcBd4Bm8ks5uhI4HgaJpZM4W1uv5 .

kometbomb commented 6 years ago

Could someone double check if the latest klystron/klystrack fixes this formatting error? You need to sync the klystron submodule, the change was made there.

suhr commented 6 years ago

Now it compiles in debug.