-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
typo in header include, errnos.h should be errno.h #3
base: master
Are you sure you want to change the base?
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; // OBSOLETE to
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 |
No description provided.