diff options
Diffstat (limited to 'pipermail/nel/2001-January/000145.html')
-rw-r--r-- | pipermail/nel/2001-January/000145.html | 96 |
1 files changed, 96 insertions, 0 deletions
diff --git a/pipermail/nel/2001-January/000145.html b/pipermail/nel/2001-January/000145.html new file mode 100644 index 00000000..7ec334f1 --- /dev/null +++ b/pipermail/nel/2001-January/000145.html @@ -0,0 +1,96 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Nel] Problems compiling tile_edit</TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:robofly%40in-orbit.net"> + <LINK REL="Previous" HREF="000144.html"> + <LINK REL="Next" HREF="000146.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Nel] Problems compiling tile_edit</H1> + <B>robofly</B> + <A HREF="mailto:robofly%40in-orbit.net" + TITLE="[Nel] Problems compiling tile_edit">robofly@in-orbit.net</A><BR> + <I>Mon, 22 Jan 2001 09:59:57 -0800</I> + <P><UL> + <LI> Previous message: <A HREF="000144.html">[Nel] nel, snowballs and linux</A></li> + <LI> Next message: <A HREF="000146.html">[Nel] Problems compiling tile_edit</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#145">[ date ]</a> + <a href="thread.html#145">[ thread ]</a> + <a href="subject.html#145">[ subject ]</a> + <a href="author.html#145">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Hi, + +I'm trying to compile tile_edit from the tools folder. After +uncompressing a jpeg source code library in the Pic subfolder +I get the following compilation errors. It the Pic/ stuff +some kind of an standard image library, from somewhere? + +Warm regards, +Róbert + +ps. Here is the output from my compiler: + +--------------------Configuration: tile_edit_exe - Win32 Release-------------------- +Compiling... +jchuff.c +D:\code\tool\tile_edit\Pic\jchuff.c(271) : error C2054: expected '(' to follow 'inline' +D:\code\tool\tile_edit\Pic\jchuff.c(273) : error C2085: 'emit_bits' : not in formal parameter list +D:\code\tool\tile_edit\Pic\jchuff.c(273) : error C2143: syntax error : missing ';' before '{' +D:\code\tool\tile_edit\Pic\jchuff.c(311) : warning C4013: 'emit_bits' undefined; assuming extern returning int +jcphuff.c +D:\code\tool\tile_edit\Pic\jcphuff.c(235) : error C2054: expected '(' to follow 'inline' +D:\code\tool\tile_edit\Pic\jcphuff.c(237) : error C2085: 'emit_bits' : not in formal parameter list +D:\code\tool\tile_edit\Pic\jcphuff.c(237) : error C2143: syntax error : missing ';' before '{' +D:\code\tool\tile_edit\Pic\jcphuff.c(276) : warning C4013: 'emit_bits' undefined; assuming extern returning int +D:\code\tool\tile_edit\Pic\jcphuff.c(288) : error C2054: expected '(' to follow 'inline' +D:\code\tool\tile_edit\Pic\jcphuff.c(289) : error C2085: 'emit_symbol' : not in formal parameter list +D:\code\tool\tile_edit\Pic\jcphuff.c(289) : error C2143: syntax error : missing ';' before '{' +D:\code\tool\tile_edit\Pic\jcphuff.c(333) : warning C4013: 'emit_symbol' undefined; assuming extern returning int +Pic_BMP.c +fatal error C1083: Cannot open source file: 'D:\code\tool\tile_edit\Pic\Pic_BMP.c': No such file or directory +Pic_JPG.c +fatal error C1083: Cannot open source file: 'D:\code\tool\tile_edit\Pic\Pic_JPG.c': No such file or directory +Pic_Manage.c +fatal error C1083: Cannot open source file: 'D:\code\tool\tile_edit\Pic\Pic_Manage.c': No such file or directory +PIC_System.c +fatal error C1083: Cannot open source file: 'D:\code\tool\tile_edit\Pic\PIC_System.c': No such file or directory +Pic_TGA.c +fatal error C1083: Cannot open source file: 'D:\code\tool\tile_edit\Pic\Pic_TGA.c': No such file or directory +Generating Code... +Compiling... +readpic.cpp +fatal error C1083: Cannot open source file: 'D:\code\tool\tile_edit\Pic\readpic.cpp': No such file or directory +Generating Code... +Error executing cl.exe. + +tile_edit.exe - 15 error(s), 3 warning(s) + + + +</pre> + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI> Previous message: <A HREF="000144.html">[Nel] nel, snowballs and linux</A></li> + <LI> Next message: <A HREF="000146.html">[Nel] Problems compiling tile_edit</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#145">[ date ]</a> + <a href="thread.html#145">[ thread ]</a> + <a href="subject.html#145">[ subject ]</a> + <a href="author.html#145">[ author ]</a> + </LI> + </UL> +</body></html> |