nel-all
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Nel] Snowballs.exe Build Errors


From: Andi [ Debug ]
Subject: Re: [Nel] Snowballs.exe Build Errors
Date: Mon, 20 Sep 2004 07:01:29 -0500

this is because you are linking to the Dynamic ( DLL ) build of libxml2 you need to link to the static build (a) which is creted if you add the static=yes command to the build line and then change the link listing to be libxml2_a.lib instead of libxml.lib
----- Original Message -----
Sent: Sunday, September 19, 2004 12:15 PM
Subject: [Nel] Snowballs.exe Build Errors

HI Everyone,

 

  Interestingly enough, I have everything compiled without issue except the snowballs.exe project. When I attempt to compile, I get the following 2 errors:

 

nl3d_d.lib(i_xml.obj) : error LNK2001: unresolved external symbol _xmlFree

Debug/snowballs.exe : fatal error LNK1120: 1 unresolved externals

Error executing link.exe.

 

  I know the 2nd error will go away when I get the 1st one corrected. I did some searching on the list and I did see that there was an article about NEL and how they change how things are used every now and then with FreeType2. I went back to my FreeType2 project and included all the optional components and recompiled. I then went to recompile and still get the same issue.

 

  Did anyone else have this issue with Snowballs2? Any suggestions on how to fix this?

 

-Timothy 

 


_______________________________________________
Nel mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/nel-all

reply via email to

[Prev in Thread] Current Thread [Next in Thread]