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/000200.html | 222 ++++++++++++++++++++++++++++++++ 1 file changed, 222 insertions(+) create mode 100644 pipermail/nel/2001-February/000200.html (limited to 'pipermail/nel/2001-February/000200.html') diff --git a/pipermail/nel/2001-February/000200.html b/pipermail/nel/2001-February/000200.html new file mode 100644 index 00000000..e013ee77 --- /dev/null +++ b/pipermail/nel/2001-February/000200.html @@ -0,0 +1,222 @@ + + + + [Nel] Okay, I'm getting this now... + + + + + + +

[Nel] Okay, I'm getting this now...

+ Jared Mark + jmark4@home.com
+ Sun, 18 Feb 2001 05:24:55 -0600 +

+
+ +
This is a multi-part message in MIME format.
+
+------=_NextPart_000_0014_01C0996B.20F12980
+Content-Type: text/plain;
+	charset="iso-8859-1"
+Content-Transfer-Encoding: quoted-printable
+
+I completely ignored the makefile stuff for stlport, and freetype...=20
+
+I think I got it now, except, I'm a little confused about freetype.  I =
+do the freetype make, and it creates a .lib just fine, but it's not =
+named "freetype.lib"... it's named "freetype200b8MT.lib".  at one point =
+it created "freetype200b8.lib" also.
+
+I have gotten the NeL core to compile, and the services .exe files to =
+compile (they all run, but do nothing for me yet...)  I have all of the =
+client projects compiling except one... (my last hurdle perhaps?).
+
+Client Files Project was not compiling because it said it needed =
+"freetype.lib".  Fine... I tried renaming the freetype200b8.lib file to =
+freetype.lib.  Didn't work.  So I tried the other one (the multithreaded =
+one), and it didn't work either.
+
+Here's what it's telling me...
+
+--------------------Configuration: client - Win32 =
+ReleaseDebug--------------------
+Linking...
+LINK : warning LNK4098: defaultlib "LIBCMT" conflicts with use of other =
+libs; use /NODEFAULTLIB:library
+freetype.lib(ftinit.obj) : error LNK2001: unresolved external symbol =
+_psaux_module_class
+MSVCRT.lib(crtexe.obj) : error LNK2001: unresolved external symbol _main
+ReleaseDebug/snowballs.exe : fatal error LNK1120: 2 unresolved externals
+Error executing link.exe.
+
+snowballs.exe - 3 error(s), 1 warning(s)
+
+So, I know my freetype.lib isn't right... so I must not be doing =
+something right with freetype during the making of it.
+
+So I go back to freetype and check it out... well, I had had some =
+problems with the other parts of freetype compiling, but I figured since =
+I had the .lib file i didn't need to bother with the 3 other project =
+files for freetype... here's what they're telling me.
+
+Build : warning : failed to (or don't know how to) build 'C:\My =
+Documents\MyProjects\snowball\freetype\demos\src\ftdump.c'
+Compiling...
+common.c
+fatal error C1083: Cannot open source file: 'C:\My =
+Documents\MyProjects\snowball\freetype\demos\src\common.c': No such file =
+or directory
+ftdump.c
+fatal error C1083: Cannot open source file: 'C:\My =
+Documents\MyProjects\snowball\freetype\demos\src\ftdump.c': No such file =
+or directory
+Error executing cl.exe.
+
+ftdump_D.exe - 2 error(s), 1 warning(s)
+
+It's pretty much the same thing for the other two, so y'all get the =
+idea.
+
+It's 5am and I'm going to bed... Maybe tomorrow I'll be able to figure =
+it out on my own like I did my other stupid mistakes... I know I'm =
+missing something, but I'm too braindead right now to know if it's =
+something obvious or not.  If it's not something obvious, could someone =
+help me? :)
+
+------=_NextPart_000_0014_01C0996B.20F12980
+Content-Type: text/html;
+	charset="iso-8859-1"
+Content-Transfer-Encoding: quoted-printable
+
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<HTML><HEAD>
+<META http-equiv=3DContent-Type content=3D"text/html; =
+charset=3Diso-8859-1">
+<META content=3D"MSHTML 5.50.4522.1801" name=3DGENERATOR>
+<STYLE></STYLE>
+</HEAD>
+<BODY bgColor=3D#ffffff>
+<DIV><FONT size=3D2>I completely ignored the makefile stuff for stlport, =
+and=20
+freetype... </FONT></DIV>
+<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
+<DIV><FONT size=3D2>I think I got it now, except, I'm a little confused =
+about=20
+freetype.&nbsp; I do the freetype make, and it creates a .lib just fine, =
+but=20
+it's not named "freetype.lib"... it's named "freetype200b8MT.lib".&nbsp; =
+at one=20
+point it created "freetype200b8.lib" also.</FONT></DIV>
+<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
+<DIV><FONT size=3D2>I have gotten the NeL core to compile, and the =
+services .exe=20
+files to compile (they all run, but do nothing for me yet...)&nbsp; I =
+have all=20
+of the client projects compiling except one... (my last hurdle=20
+perhaps?).</FONT></DIV>
+<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
+<DIV><FONT size=3D2>Client Files Project was not compiling because it =
+said it=20
+needed "freetype.lib".&nbsp; Fine... I tried renaming the =
+freetype200b8.lib file=20
+to freetype.lib.&nbsp; Didn't work.&nbsp; So I tried the other one (the=20
+multithreaded one), and it didn't work either.</FONT></DIV>
+<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
+<DIV><FONT size=3D2>Here's what it's telling me...</FONT></DIV>
+<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
+<DIV><FONT size=3D2>--------------------Configuration: client - Win32=20
+ReleaseDebug--------------------<BR>Linking...<BR>LINK : warning =
+LNK4098:=20
+defaultlib "LIBCMT" conflicts with use of other libs; use=20
+/NODEFAULTLIB:library<BR>freetype.lib(ftinit.obj) : error LNK2001: =
+unresolved=20
+external symbol _psaux_module_class<BR>MSVCRT.lib(crtexe.obj) : error =
+LNK2001:=20
+unresolved external symbol _main<BR>ReleaseDebug/snowballs.exe : fatal =
+error=20
+LNK1120: 2 unresolved externals<BR>Error executing =
+link.exe.</FONT></DIV>
+<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
+<DIV><FONT size=3D2>snowballs.exe - 3 error(s), 1 =
+warning(s)<BR></FONT></DIV>
+<DIV><FONT size=3D2>So, I know my freetype.lib isn't right... so I must =
+not be=20
+doing something right with freetype during the making of =
+it.</FONT></DIV>
+<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
+<DIV><FONT size=3D2>So I go back to freetype and check it out... well, I =
+had had=20
+some problems with the other parts of freetype compiling, but I figured =
+since I=20
+had the .lib file i didn't need to bother with the 3 other project files =
+for=20
+freetype... here's what they're telling me.</FONT></DIV>
+<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
+<DIV><FONT size=3D2>Build : warning : failed to (or don't know how to) =
+build=20
+'C:\My=20
+Documents\MyProjects\snowball\freetype\demos\src\ftdump.c'<BR>Compiling..=
+.<BR>common.c<BR>fatal=20
+error C1083: Cannot open source file: 'C:\My=20
+Documents\MyProjects\snowball\freetype\demos\src\common.c': No such file =
+or=20
+directory<BR>ftdump.c<BR>fatal error C1083: Cannot open source file: =
+'C:\My=20
+Documents\MyProjects\snowball\freetype\demos\src\ftdump.c': No such file =
+or=20
+directory<BR>Error executing cl.exe.</FONT></DIV>
+<DIV>&nbsp;</DIV>
+<DIV><FONT size=3D2>ftdump_D.exe - 2 error(s), 1 warning(s)</FONT></DIV>
+<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
+<DIV><FONT size=3D2>It's pretty much the same thing for the other two, =
+so y'all=20
+get the idea.</FONT></DIV>
+<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
+<DIV><FONT size=3D2>It's 5am and I'm going to bed... Maybe tomorrow I'll =
+be able=20
+to figure it out on my own like I did my other stupid mistakes... I know =
+I'm=20
+missing something, but I'm too braindead right now to know if it's =
+something=20
+obvious or not.&nbsp; If it's not something obvious, could someone help =
+me?=20
+:)</DIV></FONT></BODY></HTML>
+
+------=_NextPart_000_0014_01C0996B.20F12980--
+
+
+
+ + + + + + + + + +
+

+ -- cgit v1.2.1