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/000201.html | |
download | nevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.tar.xz nevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.zip |
Initial commit
Diffstat (limited to 'pipermail/nel/2001-February/000201.html')
-rw-r--r-- | pipermail/nel/2001-February/000201.html | 127 |
1 files changed, 127 insertions, 0 deletions
diff --git a/pipermail/nel/2001-February/000201.html b/pipermail/nel/2001-February/000201.html new file mode 100644 index 00000000..4481f452 --- /dev/null +++ b/pipermail/nel/2001-February/000201.html @@ -0,0 +1,127 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Nel] Compiling under Linux</TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:nevrax_dummy%40bloodgate.com"> + <LINK REL="Previous" HREF="000205.html"> + <LINK REL="Next" HREF="000215.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Nel] Compiling under Linux</H1> + <B>Tels</B> + <A HREF="mailto:nevrax_dummy%40bloodgate.com" + TITLE="[Nel] Compiling under Linux">nevrax_dummy@bloodgate.com</A><BR> + <I>Sun, 18 Feb 2001 13:27:30 +0100 (CET)</I> + <P><UL> + <LI> Previous message: <A HREF="000205.html">[Nel] Okay, I'm getting this now...</A></li> + <LI> Next message: <A HREF="000215.html">[Nel] Compiling under Linux</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#201">[ date ]</a> + <a href="thread.html#201">[ thread ]</a> + <a href="subject.html#201">[ subject ]</a> + <a href="author.html#201">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>-----BEGIN PGP SIGNED MESSAGE----- + +Moin, + +several nitpicks after my 2-hour adventures with ./configure under +linux/gcc (SuSE 7.0): + +#configure: error: Cannot find freetype-config: check your path. +# FreeType 2 library is needed to compile NeL (www.freetype.org). + +Freetype.org is down, I could not reach it for several days/weeks. + +<A HREF="http://www.sourceforge.org/projects/freetype/">http://www.sourceforge.org/projects/freetype/</A> seems to be the new +url. + +StlPort: Do I need to make it, or is simple unzipping enough? If yes, +please document this, the make takes for ever ;o) Also, for stlport, +there is no "make install" for unix. Does this matter? I also run low on +diskspace due to stlport ... is there anyway to cut down the size after +making it? + +#checking for freetype-config... no +#configure: error: Cannot find freetype-config: check your path. +# FreeType 2 library is needed to compile NeL (www.freetype.org). + +Ugh, this file does not get installed, and only resides in the build dir +of freetype (which I was to delete). + +So I copied it in the nel pat, but root does not have "." in it's path. +Now I try configure as user and get this: + +#checking whether c++ accepts -g... \c +#yes +#./configure: /dev/null: Permission denied +#configure: error: can not run ./config.sub + +Now my hour for this day is running out... + +The build process needs to be MUCH easier, if this game will ever come of +for Linux. Nobodies going to fiddle for 3 hours with it....or did I get it +wrong and level one is named "./configure" ? ;-P + +Tels + + + +Tels + +- -- + "Why do you go so slowly? Do you think this is some kind of game?" + <A HREF="http://bloodgate.com/thief/">http://bloodgate.com/thief/</A> Thief - The Dark Project + <A HREF="http://bloodgate.com/aifilter">http://bloodgate.com/aifilter</A> Rewriting the HTML as we know it. + <A HREF="http://freedomforlinks.de">http://freedomforlinks.de</A> Fight for your right to link. + PGP key available on <A HREF="http://bloodgate.com/tels.asc">http://bloodgate.com/tels.asc</A> or via email. + +The email address contained in the From/Reply of this email is NOT +to be displayed on webpages, entered into any mailing lists, given +to other people, used to send me electronic greeting cards without +my written, signed permission. No SPAM nor UCE, either! Thank you! +And PLEASE refrain from forwarding me chain letters, massmailings, +or pyramid schemes. + +-----BEGIN PGP SIGNATURE----- +Version: 2.6.3i +Charset: latin1 + +iQEVAwUBOo+4oncLPEOTuEwVAQEgbwf9GkgUnGjpRdaVlEc9cVgqIh+XfIHUk4+1 +PZUk8ArLuZpRR4RS6Qd7+V6dtwS4QCPGCNswDwB63Ce02DmAOFEE/wCpY/zWPDF+ +Tr2+T+CH3aFYQRrWx1/yG0NQDR4bSCIF0U3ZmzOu+nZPmfix2BWx95YvibAnuwsA +qoMjVvYJf1LJ5pvPgJ2iIKJ0m/f3TvbMwN2QEoNLqhN/bxcHaIGjtYeEzD3LAc5R +2KjqfvTZagFJGb22ByOCkDY7SXUGBS2Ql1BnmeS5mlqnnqiMrSxLbjtHAQZm3/7Z +W8Bb0AnPJgB68+EGh0oAW29GpOMz/xM22+gkuV7VejmDffKfFA2DaA== +=zPt+ +-----END PGP SIGNATURE----- + +</pre> + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI> Previous message: <A HREF="000205.html">[Nel] Okay, I'm getting this now...</A></li> + <LI> Next message: <A HREF="000215.html">[Nel] Compiling under Linux</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#201">[ date ]</a> + <a href="thread.html#201">[ thread ]</a> + <a href="subject.html#201">[ subject ]</a> + <a href="author.html#201">[ author ]</a> + </LI> + </UL> +</body></html> |