Advertisement

Quake 2 won;t compile

Started by January 09, 2003 09:44 AM
6 comments, last by plugwatson 21 years, 10 months ago
Please help! \release/quake2.exe : fatal error LNK1120: 45 unresolved externals Any help much apreesh. I will be monitoring the page so ask me any questions and I will try and answer them. Thanks again. This is the list of the errors. cd_win.obj : error LNK2001: unresolved external symbol mciSendCommandA menu.obj : error LNK2001: unresolved external symbol __turboFloat pmove.obj : error LNK2001: unresolved external symbol __turboFloat common.obj : error LNK2001: unresolved external symbol __turboFloat console.obj : error LNK2001: unresolved external symbol __turboFloat cvar.obj : error LNK2001: unresolved external symbol __turboFloat in_win.obj : error LNK2001: unresolved external symbol __turboFloat cl_scrn.obj : error LNK2001: unresolved external symbol __turboFloat cl_tent.obj : error LNK2001: unresolved external symbol __turboFloat cl_view.obj : error LNK2001: unresolved external symbol __turboFloat cmodel.obj : error LNK2001: unresolved external symbol __turboFloat cl_main.obj : error LNK2001: unresolved external symbol __turboFloat cl_newfx.obj : error LNK2001: unresolved external symbol __turboFloat cl_parse.obj : error LNK2001: unresolved external symbol __turboFloat cl_pred.obj : error LNK2001: unresolved external symbol __turboFloat cl_cin.obj : error LNK2001: unresolved external symbol __turboFloat cl_ents.obj : error LNK2001: unresolved external symbol __turboFloat cl_fx.obj : error LNK2001: unresolved external symbol __turboFloat cl_input.obj : error LNK2001: unresolved external symbol __turboFloat common.obj : error LNK2001: unresolved external symbol _setjmp conproc.obj : error LNK2001: unresolved external symbol __ltoupper menu.obj : error LNK2001: unresolved external symbol __ltoupper conproc.obj : error LNK2001: unresolved external symbol GetStdHandle conproc.obj : error LNK2001: unresolved external symbol WaitForMultipleObjects conproc.obj : error LNK2001: unresolved external symbol SetConsoleWindowInfo conproc.obj : error LNK2001: unresolved external symbol CreateEventA conproc.obj : error LNK2001: unresolved external symbol GetLargestConsoleWindowSize conproc.obj : error LNK2001: unresolved external symbol WriteConsoleInputA conproc.obj : error LNK2001: unresolved external symbol ReadConsoleOutputCharacterA conproc.obj : error LNK2001: unresolved external symbol UnmapViewOfFile conproc.obj : error LNK2001: unresolved external symbol CloseHandle conproc.obj : error LNK2001: unresolved external symbol SetEvent conproc.obj : error LNK2001: unresolved external symbol SetConsoleScreenBufferSize conproc.obj : error LNK2001: unresolved external symbol MapViewOfFile conproc.obj : error LNK2001: unresolved external symbol GetConsoleScreenBufferInfo files.obj : error LNK2001: unresolved external symbol __lstrlwr in_win.obj : error LNK2001: unresolved external symbol GetWindowRect in_win.obj : error LNK2001: unresolved external symbol ReleaseCapture in_win.obj : error LNK2001: unresolved external symbol joyGetDevCapsA in_win.obj : error LNK2001: unresolved external symbol ClipCursor in_win.obj : error LNK2001: unresolved external symbol joyGetPosEx in_win.obj : error LNK2001: unresolved external symbol SystemParametersInfoA in_win.obj : error LNK2001: unresolved external symbol GetSystemMetrics in_win.obj : error LNK2001: unresolved external symbol joyGetNumDevs in_win.obj : error LNK2001: unresolved external symbol SetCapture in_win.obj : error LNK2001: unresolved external symbol SetCursorPos in_win.obj : error LNK2001: unresolved external symbol ShowCursor in_win.obj : error LNK2001: unresolved external symbol GetCursorPos net_wins.obj : error LNK2001: unresolved external symbol bind net_wins.obj : error LNK2001: unresolved external symbol WSACleanup net_wins.obj : error LNK2001: unresolved external symbol ioctlsocket net_wins.obj : error LNK2001: unresolved external symbol socket net_wins.obj : error LNK2001: unresolved external symbol select net_wins.obj : error LNK2001: unresolved external symbol setsockopt net_wins.obj : error LNK2001: unresolved external symbol htons net_wins.obj : error LNK2001: unresolved external symbol gethostbyname net_wins.obj : error LNK2001: unresolved external symbol WSAStartup net_wins.obj : error LNK2001: unresolved external symbol sendto net_wins.obj : error LNK2001: unresolved external symbol inet_addr net_wins.obj : error LNK2001: unresolved external symbol ntohs net_wins.obj : error LNK2001: unresolved external symbol closesocket net_wins.obj : error LNK2001: unresolved external symbol recvfrom net_wins.obj : error LNK2001: unresolved external symbol WSAGetLastError [edited by - plugwatson on January 9, 2003 10:55:28 AM] [edited by - plugwatson on January 9, 2003 10:56:48 AM]
What are you using to compile?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"If people are good only because they fear punishment and hope for reward, then we are a sorry lot indeed." - Albert Einstein
With love, AnonymousPosterChild
Advertisement
visual C++ 6
Please, don''t double post, ok? It''s not going to get you more help, but less.
It''s one of two things : you have modified the project settings and the necessary libraries are missing from the linkage list, or you have modified your VC++ directory settings and it can''t find the libraries it need to link with.

I''ve compiled the Q2 source in VC++ 6 and VS.NET with zero modifications and no problems other than a few warnings.

greg
How to find out which files were missing?
Advertisement
I just did a search by content and some of the searched for items appear to be in hard core libs like win32.. so I''ll be checking the libraries again.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vccore98/html/lnk2001.asp

this is where I''m at thanks for everyones help. I did not realise I had not posted a common issue. thanks.

This topic is closed to new replies.

Advertisement