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
According to @ska42 this should've been fixed in #19, but this doesn't seem to be the case.
What I've been having to do so far is renaming all 9 bonus files to remove the _bonus suffix, and to also remove _bonus suffix from the hardcoded paths of the files in the Makefile (not allowed to use wildcards yet).
The deepthought file shows it errors when it searches for ft_lstnew.c, while it should fall back to ft_lstnew_bonus.c:
According to @ska42 this should've been fixed in #19, but this doesn't seem to be the case.
What I've been having to do so far is renaming all 9 bonus files to remove the _bonus suffix, and to also remove _bonus suffix from the hardcoded paths of the files in the Makefile (not allowed to use wildcards yet).
The deepthought file shows it errors when it searches for
ft_lstnew.c
, while it should fall back toft_lstnew_bonus.c
:Here's my libft for reproducing my issue: libft-sbos.zip
The text was updated successfully, but these errors were encountered: