Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when compiling #2

Open
dglent opened this issue Nov 19, 2019 · 1 comment
Open

Error when compiling #2

dglent opened this issue Nov 19, 2019 · 1 comment

Comments

@dglent
Copy link

dglent commented Nov 19, 2019

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)

@keybraker
Copy link
Owner

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants