blob: 4e3fe46e42aae98e8cc35700d969a12ab0fce57f (
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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Nel] compile.cpp</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:nel%40elwar.com">
<LINK REL="Previous" HREF="000352.html">
<LINK REL="Next" HREF="000340.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Nel] compile.cpp</H1>
<B>nel@elwar.com</B>
<A HREF="mailto:nel%40elwar.com"
TITLE="[Nel] compile.cpp">nel@elwar.com</A><BR>
<I>Tue, 06 Mar 2001 00:39:40 -0500</I>
<P><UL>
<LI> Previous message: <A HREF="000352.html">[Nel] newbies about packet schema</A></li>
<LI> Next message: <A HREF="000340.html">[Nel] compile.cpp</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#339">[ date ]</a>
<a href="thread.html#339">[ thread ]</a>
<a href="subject.html#339">[ subject ]</a>
<a href="author.html#339">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>After finally getting the client to compile and run I ran into the problem
of the itsalive.nevrax.org site not being alive. So I figured I'd compile the
server on my system.
First problem I had with the agent_service directory is it was searching for
my Python.h file which I finally had to explicetly include the path in the
Makefile. The final problem was that there's no compile.cpp in the agent_service
directory and the Makefile is trying to create the compile.o
I'll check out the .gz version to see if there's a compile.cpp in there.
Elwar
</pre>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI> Previous message: <A HREF="000352.html">[Nel] newbies about packet schema</A></li>
<LI> Next message: <A HREF="000340.html">[Nel] compile.cpp</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#339">[ date ]</a>
<a href="thread.html#339">[ thread ]</a>
<a href="subject.html#339">[ subject ]</a>
<a href="author.html#339">[ author ]</a>
</LI>
</UL>
</body></html>
|