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-March/000312.html | |
download | nevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.tar.xz nevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.zip |
Initial commit
Diffstat (limited to 'pipermail/nel/2001-March/000312.html')
-rw-r--r-- | pipermail/nel/2001-March/000312.html | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/pipermail/nel/2001-March/000312.html b/pipermail/nel/2001-March/000312.html new file mode 100644 index 00000000..524f462f --- /dev/null +++ b/pipermail/nel/2001-March/000312.html @@ -0,0 +1,63 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Nel] Compile error</TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:nel%40elwar.com"> + <LINK REL="Previous" HREF="000320.html"> + <LINK REL="Next" HREF="000321.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Nel] Compile error</H1> + <B>nel@elwar.com</B> + <A HREF="mailto:nel%40elwar.com" + TITLE="[Nel] Compile error">nel@elwar.com</A><BR> + <I>Thu, 01 Mar 2001 01:49:50 -0500</I> + <P><UL> + <LI> Previous message: <A HREF="000320.html">[Nel] STLPort...</A></li> + <LI> Next message: <A HREF="000321.html">[Nel] Compile error</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#312">[ date ]</a> + <a href="thread.html#312">[ thread ]</a> + <a href="subject.html#312">[ subject ]</a> + <a href="author.html#312">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>I've been trying to get the client to compile and I've gotten through +quite a bit as far as installing freetype and stlport and getting +a satisfied configuration. I'm running it on Linux but I get the +following error: + +c++ -I/usr/local/include/freetype2 -I/home/nel/code/nel/include -I/home/nel/STLport-4.0/stlport -g -O2 -o client character_interface.o client.o language_interface.o login_interface.o move_listener.o pb_message_box.o player_view.o shards_list_interface.o zone_manager.o zone_search.o sight.o lens_flare.o -lnelnet -lnelmisc -lnel3d -L/usr/local/lib -lfreetype -L/home/nel/code/nel/lib -L/home/nel/STLport-4.0/lib -lstlport_gcc +/usr/local/i686-pc-linux-gnu/bin/ld: cannot find -lnelnet +collect2: ld returned 1 exit status + +I was doing pretty well up until then. Any ideas on what I'm missing here? + + Elwar + +</pre> + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI> Previous message: <A HREF="000320.html">[Nel] STLPort...</A></li> + <LI> Next message: <A HREF="000321.html">[Nel] Compile error</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#312">[ date ]</a> + <a href="thread.html#312">[ thread ]</a> + <a href="subject.html#312">[ subject ]</a> + <a href="author.html#312">[ author ]</a> + </LI> + </UL> +</body></html> |