Skip to content

Error when compiling #2

Description

@dglent

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions