fiend-o-hell
Member

Posts: 321
Registered: 01-06 |
I've been meaning to get into source port editing for quite a while now, so I thought chocolate doom would be as good a port as any to start with. I'm still pretty new at this, so please be patient with my questions.
So here is the problem:
I got stuck somewhere compiling chocolate doom with code::blocks and MinGW in XP. I followed the setup directions from here to the letter. I'm compiling out of main.workspace.
Here is my build log:
code:
D:/DOOM/ports/chocolate doom/SVN Source/textscreen/txt_gui.c:347: undefined reference to `TXT_DecodeUTF8'
D:/DOOM/ports/chocolate doom/SVN Source/textscreen/txt_gui.c:364: undefined reference to `TXT_UTF8_Strlen'
collect2: ld returned 1 exit status
Process terminated with status 1 (0 minutes, 10 seconds)
4 errors, 46 warnings
I'm not sure why these undefined reference errors are cropping up...
Last edited by fiend-o-hell on 06-15-12 at 05:50
|