http://bugs.winehq.com/show_bug.cgi?id=953
------- Additional Comments From z_god@wanadoo.nl 2003-22-06 06:31 ------- Bug comments restored from Gmane.org:
I tried a full build (cvs update -dAP/configure/make depend/make) and got the following:
gcc -o hlp2sgml hlp2sgml.o hlpfile.o hlpfile.o: In function `HLPFILE_ReadHlpFile': hlpfile.o(.text+0x442): undefined reference to `GetProcessHeap' hlpfile.o(.text+0x56f): undefined reference to `GetProcessHeap' hlpfile.o(.text+0x58e): undefined reference to `GetProcessHeap' hlpfile.o(.text+0x5ad): undefined reference to `GetProcessHeap' hlpfile.o(.text+0x5cc): undefined reference to `GetProcessHeap' hlpfile.o(.text+0xcfa): more undefined references to `GetProcessHeap' follow collect2: ld returned 1 exit status
Notice no libraries appear on the gcc line.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-08-07 21:44 ------- Maybe sometning wrong with ./configure? last couple of lines in for make yield
hlp2sgml.c: In function `main': hlp2sgml.c:219: warning: `%x' yields only last 2 digits of year in some locales gcc -o hlp2sgml hlp2sgml.o hlpfile.o [tony@tony winhelp]$
no library calls here
------- Additional Comments From apa3a <at> yahoo.com 2002-08-20 13:25 ------- David, does "configure" give you any error messages? What version/distribution of Linux do you use?
------- Additional Comments From ronis <at> onsager.chem.mcgill.ca 2002-08-20 13:41 ------- I use slackware (basically 8.0 with lots of upgrades); kernel 2.4.19.
I did a cvs update today and built. The problem seens to be fixed. (No, configure doesn't complain).
Interestingly the build line is still:
gcc -o hlp2sgml hlp2sgml.o hlpfile.o
i.e., no extra libraries
------- Additional Comments From apa3a <at> yahoo.com 2002-08-20 13:52 ------- Closing per reporter's comments
------- Additional Comments From apa3a <at> yahoo.com 2002-08-20 13:53 ------- Closing.