From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- pipermail/nel/2001-February/000257.html | 75 +++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 pipermail/nel/2001-February/000257.html (limited to 'pipermail/nel/2001-February/000257.html') diff --git a/pipermail/nel/2001-February/000257.html b/pipermail/nel/2001-February/000257.html new file mode 100644 index 00000000..be693e65 --- /dev/null +++ b/pipermail/nel/2001-February/000257.html @@ -0,0 +1,75 @@ + + + + [Nel] Link error + + + + + + +

[Nel] Link error

+ Valignat Cedric + valignat@nevrax.com
+ Thu, 22 Feb 2001 18:46:24 +0100 +

+
+ +
Jason Dominiczak wrote:
+> I did that, and freetype compiled nicely, but now when i compile the client
+> I get some more error messages:
+>
+> [...]
+> 
+> I really don't know c++ well so I can't figure out what is causing this
+
+This is caused because some FreeType modules that we are using are not
+inlcuded in your FreeType compilation.
+
+We, Nevrax, are using GNU make to compil Freetype, and that compilation
+method include everything by default.
+
+As you are using an IDE to compil it you have to put the base components
+and, eventualy, some optional components.
+
+In your specific case the psaux module need the t1types and psnames modules.
+
+As NeL is a "work in progress" and that we migth add new features to
+font_generator, my advice is to compile *all* the optionals modules,
+all the C files listed at the end of the INSTALL file, in your FreeType
+compilation and installation process ... :-)
+
+
+
+Cedric.
+
+
+
+
+
+ + + +
+

+ -- cgit v1.2.1