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
Running a MiniRT project with the newest version of minilibx-linux, I encountered the following problem when compiling:
/usr/bin/ld: warning: size of symbol `mlx_int_param_event' changed from 296 in objs/main/init_rt.o to 288 in /usr/local/lib/libmlx.a(mlx_int_param_event.o
After that, any function using the mlx int parameters stops working i.e. can't close windows by clicking the "x" buttons, the program simply ignores any function that calls these parameters. This behavior happens even on the mlx tester program.
The problem was solved by using a libmlx.a file compiled from the august release instead of the late november one.
The text was updated successfully, but these errors were encountered:
Running a MiniRT project with the newest version of minilibx-linux, I encountered the following problem when compiling:
/usr/bin/ld: warning: size of symbol `mlx_int_param_event' changed from 296 in objs/main/init_rt.o to 288 in /usr/local/lib/libmlx.a(mlx_int_param_event.o
After that, any function using the mlx int parameters stops working i.e. can't close windows by clicking the "x" buttons, the program simply ignores any function that calls these parameters. This behavior happens even on the mlx tester program.
The problem was solved by using a libmlx.a file compiled from the august release instead of the late november one.
The text was updated successfully, but these errors were encountered: