Okay, I rechecked the path system variable, opened a DOS prompt, cd'ed to the \src directory, and pasted in Andrew's command. It generated a lot of output text to the screen, which overflowed the window's history buffer, and stopped after maybe 8 seconds. After increasing the window buffer to catch all the output, I ran the command again, which generated this, and much faster:
[EDIT] These errors look the same as the errors that eclipse generates.
[EDIT] Updated the project in eclipse, then tried to rebuild, using Andrew's instructions in the first post. Eclipse generates the same errors.
[EDIT] Removed a reference to the nightly builds. I'm not using the nightly builds, I'm trying to build the program myself.
[EDIT] After updating, I notice that the modification dates in the src directory for the source and header files are all still 1/6/08. Have there been any changes since then? Shouldn't those changes result in changed modification dates?
[EDIT] These errors look the same as the errors that eclipse generates.
[EDIT] Updated the project in eclipse, then tried to rebuild, using Andrew's instructions in the first post. Eclipse generates the same errors.
[EDIT] Removed a reference to the nightly builds. I'm not using the nightly builds, I'm trying to build the program myself.
[EDIT] After updating, I notice that the modification dates in the src directory for the source and header files are all still 1/6/08. Have there been any changes since then? Shouldn't those changes result in changed modification dates?
Code:
E:\workspace\Angband\src>mingw32-make.exe -f makefile.win gcc -o angband.exe attack.o birth.o cave.o compress.o cmd0.o cmd1.o cmd2.o cmd3. o cmd4.o cmd5.o cmd6.o cmd-obj.o death.o debug.o dungeon.o effects.o files.o gam e-cmd.o game-event.o generate.o history.o init1.o init2.o load.o loadsave.o mele e1.o melee2.o monster1.o monster2.o object1.o object2.o obj-info.o obj-make.o op tion.o randart.o randname.o pathfind.o score.o signals.o save.o spells1.o spells 2.o squelch.o store.o tables.o trap.o ui.o ui-event.o ui-menu.o util.o variable. o wiz-spoil.o wiz-stats.o wizard.o x-spell.o xtra1.o xtra2.o xtra3.o z-file.o z- form.o z-msg.o z-quark.o z-rand.o z-term.o z-type.o z-util.o z-virt.o z-blockfil e.o z-smap.o win/angband.res main-win.o win/readdib.o -mno-cygwin -e _mainCRTSt artup main-win.o:main-win.c:(.text+0x304): undefined reference to `GetPaletteEntries@1 6' main-win.o:main-win.c:(.text+0x3db): undefined reference to `CreatePalette@4' main-win.o:main-win.c:(.text+0x418): undefined reference to `SelectPalette@12' main-win.o:main-win.c:(.text+0x423): undefined reference to `RealizePalette@4' main-win.o:main-win.c:(.text+0x481): undefined reference to `SelectPalette@12' main-win.o:main-win.c:(.text+0x4f7): undefined reference to `DeleteObject@4' main-win.o:main-win.c:(.text+0x604): undefined reference to `RemoveFontResourceA @4' main-win.o:main-win.c:(.text+0x73d): undefined reference to `DeleteObject@4' main-win.o:main-win.c:(.text+0x75e): undefined reference to `AddFontResourceA@4' main-win.o:main-win.c:(.text+0x810): undefined reference to `CreateFontA@56' main-win.o:main-win.c:(.text+0x85c): undefined reference to `SelectObject@8' main-win.o:main-win.c:(.text+0x873): undefined reference to `GetTextMetricsA@8' main-win.o:main-win.c:(.text+0x882): undefined reference to `SelectObject@8' main-win.o:main-win.c:(.text+0xf90): undefined reference to `SetBkColor@8' main-win.o:main-win.c:(.text+0xfa5): undefined reference to `SelectObject@8' main-win.o:main-win.c:(.text+0xfde): undefined reference to `ExtTextOutA@32' main-win.o:main-win.c:(.text+0x1086): undefined reference to `PlaySoundA@12' main-win.o:main-win.c:(.text+0x12ec): undefined reference to `SetBkColor@8' main-win.o:main-win.c:(.text+0x1301): undefined reference to `SelectObject@8' main-win.o:main-win.c:(.text+0x133a): undefined reference to `ExtTextOutA@32' main-win.o:main-win.c:(.text+0x13d3): undefined reference to `SetBkColor@8' main-win.o:main-win.c:(.text+0x1406): undefined reference to `SetTextColor@8' main-win.o:main-win.c:(.text+0x141b): undefined reference to `SelectObject@8' main-win.o:main-win.c:(.text+0x146f): undefined reference to `ExtTextOutA@32' main-win.o:main-win.c:(.text+0x14f5): undefined reference to `ExtTextOutA@32' main-win.o:main-win.c:(.text+0x1596): undefined reference to `ExtTextOutA@32' main-win.o:main-win.c:(.text+0x1658): undefined reference to `CreateCompatibleDC @4' main-win.o:main-win.c:(.text+0x1672): undefined reference to `SelectObject@8' main-win.o:main-win.c:(.text+0x1721): undefined reference to `BitBlt@36' main-win.o:main-win.c:(.text+0x1766): undefined reference to `BitBlt@36' main-win.o:main-win.c:(.text+0x17ab): undefined reference to `BitBlt@36' main-win.o:main-win.c:(.text+0x1870): undefined reference to `SetStretchBltMode@ 8' main-win.o:main-win.c:(.text+0x18c0): undefined reference to `StretchBlt@44' main-win.o:main-win.c:(.text+0x1928): undefined reference to `StretchBlt@44' main-win.o:main-win.c:(.text+0x1950): undefined reference to `SetStretchBltMode@ 8' main-win.o:main-win.c:(.text+0x19a3): undefined reference to `StretchBlt@44' main-win.o:main-win.c:(.text+0x19ee): undefined reference to `SelectObject@8' main-win.o:main-win.c:(.text+0x19fc): undefined reference to `DeleteDC@4' main-win.o:main-win.c:(.text+0x1a39): undefined reference to `CreateCompatibleDC @4' main-win.o:main-win.c:(.text+0x1a53): undefined reference to `SelectObject@8' main-win.o:main-win.c:(.text+0x1a6d): undefined reference to `SelectObject@8' main-win.o:main-win.c:(.text+0x1a7b): undefined reference to `DeleteDC@4' main-win.o:main-win.c:(.text+0x2135): undefined reference to `SelectPalette@12' main-win.o:main-win.c:(.text+0x2140): undefined reference to `RealizePalette@4' main-win.o:main-win.c:(.text+0x2cbb): undefined reference to `GetOpenFileNameA@4 ' main-win.o:main-win.c:(.text+0x323c): undefined reference to `GetOpenFileNameA@4 ' main-win.o:main-win.c:(.text+0x33f4): undefined reference to `SelectPalette@12' main-win.o:main-win.c:(.text+0x33ff): undefined reference to `RealizePalette@4' main-win.o:main-win.c:(.text+0x3b73): undefined reference to `DeleteObject@4' main-win.o:main-win.c:(.text+0x3c1e): undefined reference to `DeleteObject@4' main-win.o:main-win.c:(.text+0x3cb7): undefined reference to `DeleteObject@4' main-win.o:main-win.c:(.text+0x4082): undefined reference to `GetDeviceCaps@8' main-win.o:main-win.c:(.text+0x40a0): undefined reference to `GetDeviceCaps@8' main-win.o:main-win.c:(.text+0x48fd): undefined reference to `CreateSolidBrush@4 ' main-win.o:main-win.c:(.text+0x4aa1): undefined reference to `GetStockObject@4' win/readdib.o:readdib.c:(.text+0x39e): undefined reference to `CreatePalette@4' win/readdib.o:readdib.c:(.text+0x3d3): undefined reference to `SelectPalette@12' win/readdib.o:readdib.c:(.text+0x3e6): undefined reference to `RealizePalette@4' win/readdib.o:readdib.c:(.text+0x42a): undefined reference to `CreateDIBitmap@24 ' win/readdib.o:readdib.c:(.text+0x44e): undefined reference to `SelectPalette@12' win/readdib.o:readdib.c:(.text+0x45f): undefined reference to `RealizePalette@4' win/readdib.o:readdib.c:(.text+0x5a1): undefined reference to `DeleteObject@4' win/readdib.o:readdib.c:(.text+0x5cd): undefined reference to `GetStockObject@4' win/readdib.o:readdib.c:(.text+0x61b): undefined reference to `DeleteObject@4' win/readdib.o:readdib.c:(.text+0x634): undefined reference to `DeleteObject@4' collect2: ld returned 1 exit status mingw32-make.exe: *** [angband.exe] Error 1
Comment