in reply to Re^2: problem with par as other user
in thread problem with par as other user
gcc.exe "C:\test\start.c" -o "C:\test\start.exe" -I"C:\Dev-Cpp\incl +ude" -I"C:\perl-5.8.8" -L"C:\Dev-Cpp\lib" -L"C:\perl-5.8.8\lib" In file included from C:\test\start.c:21: C:/perl-5.8.8/perl.h:37:23: config.h: No such file or directory In file included from C:\test\start.c:21: C:/perl-5.8.8/perl.h:1367: error: syntax error before "IV" C:/perl-5.8.8/perl.h:1367: warning: data definition has no type or sto +rage class C:/perl-5.8.8/perl.h:1368: error: syntax error before "UV" C:/perl-5.8.8/perl.h:1368: warning: data definition has no type or sto +rage class C:/perl-5.8.8/perl.h:1585: error: syntax error before "NV" C:/perl-5.8.8/perl.h:1585: warning: data definition has no type or sto +rage class C:/perl-5.8.8/perl.h:2065: error: syntax error before "STRLEN" C:/perl-5.8.8/perl.h:2065: warning: data definition has no type or sto +rage class In file included from C:/perl-5.8.8/perl.h:2120, from C:\test\start.c:21: C:/perl-5.8.8/handy.h:147: error: syntax error before "I8" C:/perl-5.8.8/handy.h:147: warning: data definition has no type or sto +rage class C:/perl-5.8.8/handy.h:148: error: syntax error before "U8" C:/perl-5.8.8/handy.h:148: warning: data definition has no type or sto +rage class C:/perl-5.8.8/handy.h:149: error: syntax error before "I16" C:/perl-5.8.8/handy.h:149: warning: data definition has no type or sto +rage class C:/perl-5.8.8/handy.h:150: error: syntax error before "U16" C:/perl-5.8.8/handy.h:150: warning: data definition has no type or sto +rage class C:/perl-5.8.8/handy.h:151: error: syntax error before "I32" C:/perl-5.8.8/handy.h:151: warning: data definition has no type or sto +rage class C:/perl-5.8.8/handy.h:152: error: syntax error before "U32" C:/perl-5.8.8/handy.h:152: warning: data definition has no type or sto +rage class C:/perl-5.8.8/handy.h:536: error: syntax error before "line_t" C:/perl-5.8.8/handy.h:536: warning: data definition has no type or sto +rage class C:/perl-5.8.8/perl.h:2435:21: win32.h: No such file or directory In file included from C:\test\start.c:21: C:/perl-5.8.8/perl.h:2695: error: syntax error before "I32" C:/perl-5.8.8/perl.h:2695: warning: no semicolon at end of struct or u +nion C:/perl-5.8.8/perl.h:2696: warning: data definition has no type or sto +rage class C:/perl-5.8.8/perl.h:2701: error: syntax error before '}' token C:/perl-5.8.8/perl.h:2710: error: syntax error before '*' token C:/perl-5.8.8/perl.h:2710: error: `I32' declared as function returning + a function C:/perl-5.8.8/perl.h:2710: error: 'I32' redeclared as different kind o +f symbol C:/perl-5.8.8/handy.h:151: error: previous declaration of 'I32' was he +re In file included from C:/perl-5.8.8/perl.h:2733, from C:\test\start.c:21: C:/perl-5.8.8/iperlsys.h:54: error: syntax error before '*' token C:/perl-5.8.8/iperlsys.h:54: error: `Signal_t' declared as function re +turning a function In file included from C:/perl-5.8.8/perl.h:2746, from C:\test\start.c:21: C:/perl-5.8.8/regexp.h:20: error: syntax error before "U8" C:/perl-5.8.8/regexp.h:20: warning: no semicolon at end of struct or u +nion C:/perl-5.8.8/regexp.h:21: warning: data definition has no type or sto +rage class C:/perl-5.8.8/regexp.h:22: error: syntax error before "next_off" C:/perl-5.8.8/regexp.h:22: warning: data definition has no type or sto +rage class .... And so forth...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: problem with par as other user
by vkon (Curate) on Jun 29, 2006 at 14:37 UTC | |
by Ace128 (Hermit) on Jun 29, 2006 at 19:04 UTC | |
by vkon (Curate) on Jun 29, 2006 at 22:16 UTC | |
by Ace128 (Hermit) on Jun 29, 2006 at 23:38 UTC | |
by vkon (Curate) on Jun 30, 2006 at 05:56 UTC | |
| |
by vkon (Curate) on Jun 29, 2006 at 22:14 UTC | |
by Ace128 (Hermit) on Jun 29, 2006 at 23:34 UTC | |
by vkon (Curate) on Jun 30, 2006 at 05:35 UTC | |
by Ace128 (Hermit) on Jun 29, 2006 at 23:55 UTC | |
by vkon (Curate) on Jun 30, 2006 at 05:53 UTC | |
|