francinette icon indicating copy to clipboard operation
francinette copied to clipboard

minitalk issue.

Open m4nnb3ll opened this issue 2 years ago • 4 comments

Describe the bug

  • OS: MacOS Catalina

1st - Problem in compilation:

compilation error

By the way the repo is not mine, you can find it here

2nd - francinette possible bug

francinette error

Because, i print the string only after i fully receive it, and not char by char as others have done, i guess that what could have caused the issue.

m4nnb3ll avatar Feb 05 '23 15:02 m4nnb3ll

The first error I think I know what it could be. The second one, printing the whole string should not be a problem for me, but maybe it is. I'll check it out.

xicodomingues avatar Feb 07 '23 13:02 xicodomingues

Same error like the 1st one but for another function: ft_putnbr_fd. OS: macOS Ventura.

552020 avatar Aug 11 '23 17:08 552020

Yup, same error as the 1st one. The tester can't compile because it gets a "call to undeclared function '__main2' " on the very first function my makefile compiles (so for me it's one of my libft function for instance)

asut00 avatar Jun 08 '24 14:06 asut00

After further checks it seems like the tester doesnt handle makefiles that include compilation of other libs. I brought all the functions i use in the client.c and server.c files and tester compilation worked.

asut00 avatar Jun 08 '24 15:06 asut00