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
{{ message }}
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.
Hi.
I have ubuntu x64, installed all pre-requisites and try to compile with 'make' with root access.
This comes up
cc -D_FILE_OFFSET_BITS=64 -Wall -g -03 -pipe -I./include -c steam_parser.c
cc -D_FILE_OFFSET_BITS=64 -Wall -g -03 -pipe -I./include .pthread -lm stream_parser.o -o stream_parser
stream_parser.o: in the function 'process_ibfile":
/home/ubuntu/undrop-forinnodb/stream_parser.c:387: riferimento non definito a "process_ibpage"
collect2: error: Id returned 1 exit status
Makefile:31: recipe for target 'stream_parser' failed
make: *** {stream_parser] Error 1
The text was updated successfully, but these errors were encountered:
Hi.
I have ubuntu x64, installed all pre-requisites and try to compile with 'make' with root access.
This comes up
The text was updated successfully, but these errors were encountered: