blob: 7ec334f187bf75c834d62af2c62ca472bf0b0b7b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
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>
|