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)
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)