From: Wolfgang Nowak (wn@lux.vrg.de)
Date: Tue Nov 19 2002 - 08:52:17 CET
Moinchen *, hi Ralf
On Mon, Nov 18, 2002 at 11:29:54PM +0000, Ralf Springwald wrote:
> ich habe ein 3 Jahre altes C-Programm, welches sich unter Debian nicht
> compilieren lässt. Folgende Fehlereingrenzung:
[]
> In file included from test.c:3:
> /usr/include/stdlib.h:485: parse error before `;'
mmmh.
###########################
wn@lux:/home/wn/hmm%cat hmm.c
#include <asm/system.h>
#include <asm/io.h>
#include <stdlib.h>
#include <unistd.h>
#include <stdio.h>
#include <time.h>
#include <string.h>
#include <sched.h>
#include <sys/resource.h>
int main(int argc, char *argv[])
{
return 0;
}
wn@lux:/home/wn/hmm%make hmm
cc hmm.c -o hmm
In file included from hmm.c:3:
/usr/include/stdlib.h:485: parse error before `;'
make: *** [hmm] Error 1
wn@lux:/home/wn/hmm%vi hmm.c
wn@lux:/home/wn/hmm%cat hmm.c
#include <asm/system.h>
#include <asm/io.h>
// #include <stdlib.h>
#include <unistd.h>
#include <stdio.h>
#include <time.h>
#include <string.h>
#include <sched.h>
#include <sys/resource.h>
int main(int argc, char *argv[])
{
return 23;
}
wn@lux:/home/wn/hmm%make hmm
cc hmm.c -o hmm
wn@lux:/home/wn/hmm%./hmm ; echo $?
23
##############################
Weitere Forschungen wurden bis auf weiteres eingestellt. 8*)))
> Und nun denke ich nach 2 Stunden Fehlersuche und Googeln mein Schwein
> pfeift tango um Mitternacht. Und das blöde ist, auf einer Suse 7.3 mit
[X] Send mp3
CU
Wuffel
-- VRG Oldenburg Kommunikation & Netze http://vrg.de/ 0441 3907 196
This archive was generated by hypermail 2.1.4 : Tue Nov 19 2002 - 08:52:25 CET