diff options
author | neodarz <neodarz@neodarz.net> | 2018-08-11 20:21:34 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2018-08-11 20:21:34 +0200 |
commit | 0ea5fc66924303d1bf73ba283a383e2aadee02f2 (patch) | |
tree | 2568e71a7ccc44ec23b8bb3f0ff97fb6bf2ed709 /pipermail/nel/2001-February/000255.html | |
download | nevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.tar.xz nevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.zip |
Initial commit
Diffstat (limited to '')
-rw-r--r-- | pipermail/nel/2001-February/000255.html | 95 |
1 files changed, 95 insertions, 0 deletions
diff --git a/pipermail/nel/2001-February/000255.html b/pipermail/nel/2001-February/000255.html new file mode 100644 index 00000000..fcf22c77 --- /dev/null +++ b/pipermail/nel/2001-February/000255.html @@ -0,0 +1,95 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Nel] Link error</TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:jdominiczak%40home.com"> + <LINK REL="Previous" HREF="000250.html"> + <LINK REL="Next" HREF="000257.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Nel] Link error</H1> + <B>Jason Dominiczak</B> + <A HREF="mailto:jdominiczak%40home.com" + TITLE="[Nel] Link error">jdominiczak@home.com</A><BR> + <I>Thu, 22 Feb 2001 11:29:39 -0500</I> + <P><UL> + <LI> Previous message: <A HREF="000250.html">[Nel] Link error</A></li> + <LI> Next message: <A HREF="000257.html">[Nel] Link error</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#255">[ date ]</a> + <a href="thread.html#255">[ thread ]</a> + <a href="subject.html#255">[ subject ]</a> + <a href="author.html#255">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>I did that, and freetype compiled nicely, but now when i compile the client +I get some more error messages: + +LINK : warning LNK4098: defaultlib "LIBCMT" conflicts with use of other +libs; use /NODEFAULTLIB:library +freetype.lib(psauxmod.obj) : error LNK2001: unresolved external symbol +_T1_Decrypt +freetype.lib(psauxmod.obj) : error LNK2001: unresolved external symbol +_T1_Decoder_Parse_Charstrings +freetype.lib(psauxmod.obj) : error LNK2001: unresolved external symbol +_T1_Decoder_Done +freetype.lib(psauxmod.obj) : error LNK2001: unresolved external symbol +_T1_Decoder_Init +freetype.lib(psauxmod.obj) : error LNK2001: unresolved external symbol +_T1_Builder_Close_Contour +freetype.lib(psauxmod.obj) : error LNK2001: unresolved external symbol +_T1_Builder_Start_Point +freetype.lib(psauxmod.obj) : error LNK2001: unresolved external symbol +_T1_Builder_Add_Contour +freetype.lib(psauxmod.obj) : error LNK2001: unresolved external symbol +_T1_Builder_Add_Point1 +etc....... + +I really don't know c++ well so I can't figure out what is causing this + +Thanks for your help, + +Jay + +><i> > LINK : warning LNK4098: defaultlib "LIBCMT" conflicts with use of other +</I>libs; use /NODEFAULTLIB:library +><i> > freetype.lib(ftinit.obj) : error LNK2001: unresolved external symbol +</I>_psaux_module_class +><i> > Release/snowballs.exe : fatal error LNK1120: 1 unresolved externals +</I>><i> +</I>><i> Yous should put the psauxmod.c files in freetype the freetype project. +</I>><i> +</I>><i> Jérome Lanquetot and Julien Hognon already post somthin about that and i +</I>><i> should have updated the INSTALL file for a long time ago. +</I>><i> +</I>><i> +</I>><i> Sorry about that, +</I>><i> +</I>><i> Cedric. +</I>><i> +</I>><i> _______________________________________________ +</I>><i> Nel mailing list +</I>><i> <A HREF="mailto:Nel@nevrax.org">Nel@nevrax.org</A> +</I>><i> <A HREF="http://www.nevrax.org/mailman/listinfo.cgi/nel">http://www.nevrax.org/mailman/listinfo.cgi/nel</A> +</I> + +</pre> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI> Previous message: <A HREF="000250.html">[Nel] Link error</A></li> + <LI> Next message: <A HREF="000257.html">[Nel] Link error</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#255">[ date ]</a> + <a href="thread.html#255">[ thread ]</a> + <a href="subject.html#255">[ subject ]</a> + <a href="author.html#255">[ author ]</a> + </LI> + </UL> +</body></html> |