You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I wanted to try this programme but i have this error when compiling the current git version in Mageia Linux 7:
bison --yacc --defines --verbose --output=output/parser.c bison_flex/bison/parser.y
bison_flex/bison/parser.y: προειδοποίηση: ανέμενα 3 συγκρούσεις ολίσθηση/ελάττωση [-Wconflicts-sr]
flex --outfile=output/scanner.c bison_flex/flex/scanner.l
gcc -c output/scanner.c -o output/scanner.o
gcc -c output/parser.c -o output/parser.o
gcc -c bison_flex/analyzer/word_exif_data_to_mem.c -o output/word_exif_data_to_mem.o
gcc -o greely output/scanner.o output/parser.o output/word_exif_data_to_mem.o
./greely input/input.txt
I will look into it and try to fix it, as fast as I can.
(Consider that I have paused the development of the current project as I don't have time anymore to work on it full time, so it may take me more time than usual to fix it for you)
Hi
I wanted to try this programme but i have this error when compiling the current git version in Mageia Linux 7:
bison --yacc --defines --verbose --output=output/parser.c bison_flex/bison/parser.y
bison_flex/bison/parser.y: προειδοποίηση: ανέμενα 3 συγκρούσεις ολίσθηση/ελάττωση [-Wconflicts-sr]
flex --outfile=output/scanner.c bison_flex/flex/scanner.l
gcc -c output/scanner.c -o output/scanner.o
gcc -c output/parser.c -o output/parser.o
gcc -c bison_flex/analyzer/word_exif_data_to_mem.c -o output/word_exif_data_to_mem.o
gcc -o greely output/scanner.o output/parser.o output/word_exif_data_to_mem.o
./greely input/input.txt
malloc(): corrupted top size
make: *** [Makefile:10: all] Ακυρώθηκε (core dumped)
The text was updated successfully, but these errors were encountered: