<x-flowed>
please unsubscribe me
>From: [EMAIL PROTECTED]
>Reply-To: [EMAIL PROTECTED]
>To: "general-l List Member" <[EMAIL PROTECTED]>
>Subject: [general-l] Make problem {01}
>Date: Fri, 30 Aug 2002 13:40:35 -0400
>
>I am not usre what this error is....
>
>but everytime I run make I get this
>
>gcc -O2 -Wall -ggdb -c -o main.o main.c
>main.c: In function `main':
>main.c:88: `LOG_FTP' undeclared (first use in this function)
>main.c:88: (Each undeclared identifier is reported only once
>main.c:88: for each function it appears in.)
>make: *** [main.o] Error 1
>
>
>I am trying to install ftp.proxy on Solaris 8 machine.
>
>Thanks for any help.
>
>_______________________________________________________________________________
>
>This e-mail, including attachments, is intended for the person(s) or
>company named and may contain confidential and/or legally privileged
>information. Unauthorized disclosure, copying or use of this information
>may be unlawful and is prohibited. If you are not the intended recipient,
>please delete this message and notify the sender.
_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com
</x-flowed>
From [EMAIL PROTECTED] Mon Sep 02 10:46:26 2002
X-Persona: <ftp.pproxy>
Return-path: <[EMAIL PROTECTED]>
Received: from ns.uec.ac.jp ([130.153.8.60])
by compucation.de ([213.185.64.44])
with SMTP (MDaemon.PRO.v6.0.5.R)
for <[email protected]>; Sat, 31 Aug 2002 08:28:22 +0200
To: "general-l List Member" <[email protected]>
Subject: [general-l] Make problem {02}
In-Reply-To: Your message of "Fri, 30 Aug 2002 13:40:35 -0400".
<[EMAIL PROTECTED]>
From: [EMAIL PROTECTED] (HONGMA Yuske)
Mime-Version: 1.0
X-Mailer: mnews [version 1.22PL5] 2001-02/07(Wed)
Date: Sat, 31 Aug 2002 15:28:12 +0900
Message-ID: <[EMAIL PROTECTED]>
X-MDRcpt-To: [EMAIL PROTECTED]
X-MDRemoteIP: 130.153.8.60
Sender: [EMAIL PROTECTED]
X-Return-Path: [EMAIL PROTECTED]
Precedence: bulk
List-Unsubscribe: <mailto:[EMAIL PROTECTED]>
X-MDMailing-List: [EMAIL PROTECTED]
X-MDSend-Notifications-To: [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
X-MDaemon-Deliver-To: [email protected]
X-Eudora2Unix: 3905-11-05T08:39:35Z converted
Hello
[EMAIL PROTECTED] wrote:
>> I am not usre what this error is....
>>
>> but everytime I run make I get this
>>
>> gcc -O2 -Wall -ggdb -c -o main.o main.c
>> main.c: In function `main':
>> main.c:88: `LOG_FTP' undeclared (first use in this function)
>> main.c:88: (Each undeclared identifier is reported only once
>> main.c:88: for each function it appears in.)
>> make: *** [main.o] Error 1
rewrite 'LOG_FTP' to 'LOG_DAEMON' would be work.
even if fail, see 'man 3 syslog' and choose proper facility.
------------
HOMMA Yusuke