typo in header include, errnos.h should be errno.h#3
typo in header include, errnos.h should be errno.h#3weskerfoot wants to merge 2 commits intoid-Software:masterfrom
Conversation
|
|
Correcting the errnos.h on i_video.c gives: |
|
Commenting those lines in m_misc.c gives: |
|
In file i_sound.c in place of: |
|
so using a doom.wad (case sensitive) gives: |
|
Launching Guilty line
Declaring |
See #9 |
|
Hi everyone, I've been also playing with the code (building it as 64-bit) and tried to load a DOOM2.WAD from Doom 2 1.9. The above crash is rectified by changing this line in void **columndirectory; // OBSOLETEto Of course, apply all the other 64-bit fixes from the other PRs. |
|
Guess you need to create a |
|
gcc -g -Wall -DNORMALUNIX -DLINUX -I.. -L/usr/X11R6/lib linux/doomdef.o linux/doomstat.o linux/dstrings.o linux/i_system.o linux/i_sound.o linux/i_video.o linux/i_net.o linux/tables.o linux/f_finale.o linux/f_wipe.o linux/d_main.o linux/d_net.o linux/d_items.o linux/g_game.o linux/m_menu.o linux/m_misc.o linux/m_argv.o linux/m_bbox.o linux/m_fixed.o linux/m_swap.o linux/m_cheat.o linux/m_random.o linux/am_map.o linux/p_ceilng.o linux/p_doors.o linux/p_enemy.o linux/p_floor.o linux/p_inter.o linux/p_lights.o linux/p_map.o linux/p_maputl.o linux/p_plats.o linux/p_pspr.o linux/p_setup.o linux/p_sight.o linux/p_spec.o linux/p_switch.o linux/p_mobj.o linux/p_telept.o linux/p_tick.o linux/p_saveg.o linux/p_user.o linux/r_bsp.o linux/r_data.o linux/r_draw.o linux/r_main.o linux/r_plane.o linux/r_segs.o linux/r_sky.o linux/r_things.o linux/w_wad.o linux/wi_stuff.o linux/v_video.o linux/st_lib.o linux/st_stuff.o linux/hu_stuff.o linux/hu_lib.o linux/s_sound.o linux/z_zone.o linux/info.o linux/sounds.o linux/i_main.o |
|
Was the original use of errnos.h an actual typo by the developer? |
No description provided.