Problem compiling bankapp with pro c

I'm having difficulty using pro c to build the bank var .ec files. I'm pretty
confident I have proc configured correctly, as I am able to build the oracle samples.
I am getting a very strange group of errors when I try to precompile the .ec
files. Throughout the precomp. process, the compiler complains that semicolons
are various strings (suffix, _f, <eof>, etc.).  I'm pretty sure I need to change
something in my tuxedo configuration, but I've been spinning wheels for a while
here and was hoping someone could point me in the right direction.
thanks

Manoj,
Here is the error message (Hope it helps):
TUXDIR=/opt/Tuxedo:/u01/app/oracle/product/8.1.6/precomp \
/u01/app/oracle/product/8.1.6/bin/proc iname=TLR TLR.ec \
include=/opt/Tuxedo/include
Pro*C/C++: Release 8.1.6.0.0 - Production on Fri Jun 8 14:21:45 2001
(c) Copyright 1999 Oracle Corporation. All rights reserved.
System default option values taken from: /u01/app/oracle/product/8.1.6/precomp/admin/pcscfg.cfg
Syntax error at line 54, column 1, file /usr/include/bits/mathcalls.h:
Error at line 54, column 1 in file /usr/include/bits/mathcalls.h
__MATHCALL (acos,, (_Mdouble_ __x));
1
PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
; , = ( [
The symbol ";" was substituted for "suffix" to continue.
Syntax error at line 54, column 1, file /usr/include/bits/mathcalls.h:
Error at line 54, column 1 in file /usr/include/bits/mathcalls.h
__MATHCALL (acos,, (_Mdouble_ __x));
1
PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
; { , = ( [ auto, char, const, double, enum, extern, float,
int, long, ulong_varchar, OCIBFileLocator OCIBlobLocator,
OCIClobLocator, OCIDateTime, OCIExtProcContext, OCIInterval,
OCIRowid, OCIDate, OCINumber, OCIRaw, OCIString, register,
short, signed, sql_context, sql_cursor, static, struct,
typedef, union, unsigned, utext, uvarchar, varchar, void,
volatile, a typedef name, a precompiled header, exec oracle,
exec oracle begin, exec, exec sql, exec sql begin,
exec sql type, exec sql var, exec sql include,
The symbol ";" was substituted for "suffix" to continue.
Syntax error at line 56, column 1, file /usr/include/bits/mathcalls.h:
Error at line 56, column 1 in file /usr/include/bits/mathcalls.h
__MATHCALL (asin,, (_Mdouble_ __x));
1
PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
; , = ( [
The symbol ";" was substituted for "suffix" to continue.
Syntax error at line 56, column 1, file /usr/include/bits/mathcalls.h:
Error at line 56, column 1 in file /usr/include/bits/mathcalls.h
__MATHCALL (asin,, (_Mdouble_ __x));
1
PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
; { , = ( [ auto, char, const, double, enum, extern, float,
int, long, ulong_varchar, OCIBFileLocator OCIBlobLocator,
OCIClobLocator, OCIDateTime, OCIExtProcContext, OCIInterval,
OCIRowid, OCIDate, OCINumber, OCIRaw, OCIString, register,
short, signed, sql_context, sql_cursor, static, struct,
typedef, union, unsigned, utext, uvarchar, varchar, void,
volatile, a typedef name, a precompiled header, exec oracle,
exec oracle begin, exec, exec sql, exec sql begin,
exec sql type, exec sql var, exec sql include,
The symbol ";" was substituted for "suffix" to continue.
Syntax error at line 58, column 1, file /usr/include/bits/mathcalls.h:
Error at line 58, column 1 in file /usr/include/bits/mathcalls.h
__MATHCALL (atan,, (_Mdouble_ __x));
1
PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
; , = ( [
The symbol ";" was substituted for "suffix" to continue.
Syntax error at line 58, column 1, file /usr/include/bits/mathcalls.h:
Error at line 58, column 1 in file /usr/include/bits/mathcalls.h
__MATHCALL (atan,, (_Mdouble_ __x));
1
PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
; { , = ( [ auto, char, const, double, enum, extern, float,
int, long, ulong_varchar, OCIBFileLocator OCIBlobLocator,
OCIClobLocator, OCIDateTime, OCIExtProcContext, OCIInterval,
OCIRowid, OCIDate, OCINumber, OCIRaw, OCIString, register,
short, signed, sql_context, sql_cursor, static, struct,
typedef, union, unsigned, utext, uvarchar, varchar, void,
volatile, a typedef name, a precompiled header, exec oracle,
exec oracle begin, exec, exec sql, exec sql begin,
exec sql type, exec sql var, exec sql include,
The symbol ";" was substituted for "suffix" to continue.
Syntax error at line 60, column 1, file /usr/include/bits/mathcalls.h:
Error at line 60, column 1 in file /usr/include/bits/mathcalls.h
__MATHCALL (atan2,, (_Mdouble_ __y, Mdouble __x));
1
PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
; , = ( [
The symbol ";" was substituted for "suffix" to continue.
Syntax error at line 60, column 1, file /usr/include/bits/mathcalls.h:
Error at line 60, column 1 in file /usr/include/bits/mathcalls.h
__MATHCALL (atan2,, (_Mdouble_ __y, Mdouble __x));
1
PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
; { , = ( [ auto, char, const, double, enum, extern, float,
int, long, ulong_varchar, OCIBFileLocator OCIBlobLocator,
OCIClobLocator, OCIDateTime, OCIExtProcContext, OCIInterval,
OCIRowid, OCIDate, OCINumber, OCIRaw, OCIString, register,
short, signed, sql_context, sql_cursor, static, struct,
typedef, union, unsigned, utext, uvarchar, varchar, void,
volatile, a typedef name, a precompiled header, exec oracle,
exec oracle begin, exec, exec sql, exec sql begin,
exec sql type, exec sql var, exec sql include,
The symbol ";" was substituted for "suffix" to continue.
Syntax error at line 63, column 1, file /usr/include/bits/mathcalls.h:
Error at line 63, column 1 in file /usr/include/bits/mathcalls.h
__MATHCALL (cos,, (_Mdouble_ __x));
1
PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
; , = ( [
The symbol ";" was substituted for "suffix" to continue.
Syntax error at line 63, column 1, file /usr/include/bits/mathcalls.h:
Error at line 63, column 1 in file /usr/include/bits/mathcalls.h
__MATHCALL (cos,, (_Mdouble_ __x));
1
PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
; { , = ( [ auto, char, const, double, enum, extern, float,
int, long, ulong_varchar, OCIBFileLocator OCIBlobLocator,
OCIClobLocator, OCIDateTime, OCIExtProcContext, OCIInterval,
OCIRowid, OCIDate, OCINumber, OCIRaw, OCIString, register,
short, signed, sql_context, sql_cursor, static, struct,
typedef, union, unsigned, utext, uvarchar, varchar, void,
volatile, a typedef name, a precompiled header, exec oracle,
exec oracle begin, exec, exec sql, exec sql begin,
exec sql type, exec sql var, exec sql include,
The symbol ";" was substituted for "suffix" to continue.
Syntax error at line 65, column 1, file /usr/include/bits/mathcalls.h:
Error at line 65, column 1 in file /usr/include/bits/mathcalls.h
__MATHCALL (sin,, (_Mdouble_ __x));
1
PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
; , = ( [
The symbol ";" was substituted for "suffix" to continue.
Syntax error at line 65, column 1, file /usr/include/bits/mathcalls.h:
Error at line 65, column 1 in file /usr/include/bits/mathcalls.h
__MATHCALL (sin,, (_Mdouble_ __x));
1
PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
; { , = ( [ auto, char, const, double, enum, extern, float,
int, long, ulong_varchar, OCIBFileLocator OCIBlobLocator,
OCIClobLocator, OCIDateTime, OCIExtProcContext, OCIInterval,
OCIRowid, OCIDate, OCINumber, OCIRaw, OCIString, register,
short, signed, sql_context, sql_cursor, static, struct,
typedef, union, unsigned, utext, uvarchar, varchar, void,
volatile, a typedef name, a precompiled header, exec oracle,
exec oracle begin, exec, exec sql, exec sql begin,
exec sql type, exec sql var, exec sql include,
The symbol ";" was substituted for "suffix" to continue.
Syntax error at line 67, column 1, file /usr/include/bits/mathcalls.h:
Error at line 67, column 1 in file /usr/include/bits/mathcalls.h
__MATHCALL (tan,, (_Mdouble_ __x));
1
PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
; , = ( [
The symbol ";" was substituted for "suffix" to continue.
Syntax error at line 67, column 1, file /usr/include/bits/mathcalls.h:
Error at line 67, column 1 in file /usr/include/bits/mathcalls.h
__MATHCALL (tan,, (_Mdouble_ __x));
1
PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
; { , = ( [ auto, char, const, double, enum, extern, float,
int, long, ulong_varchar, OCIBFileLocator OCIBlobLocator,
OCIClobLocator, OCIDateTime, OCIExtProcContext, OCIInterval,
OCIRowid, OCIDate, OCINumber, OCIRaw, OCIString, register,
short, signed, sql_context, sql_cursor, static, struct,
typedef, union, unsigned, utext, uvarchar, varchar, void,
volatile, a typedef name, a precompiled header, exec oracle,
exec oracle begin, exec, exec sql, exec sql begin,
exec sql type, exec sql var, exec sql include,
The symbol ";" was substituted for "suffix" to continue.
Syntax error at line 78, column 1, file /usr/include/bits/mathcalls.h:
Error at line 78, column 1 in file /usr/include/bits/mathcalls.h
__MATHCALL (cosh,, (_Mdouble_ __x));
1
PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
; , = ( [
The symbol ";" was substituted for "suffix" to continue.
Syntax error at line 78, column 1, file /usr/include/bits/mathcalls.h:
Error at line 78, column 1 in file /usr/include/bits/mathcalls.h
__MATHCALL (cosh,, (_Mdouble_ __x));
1
PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
; { , = ( [ auto, char, const, double, enum, extern, float,
int, long, ulong_varchar, OCIBFileLocator OCIBlobLocator,
OCIClobLocator, OCIDateTime, OCIExtProcContext, OCIInterval,
OCIRowid, OCIDate, OCINumber, OCIRaw, OCIString, register,
short, signed, sql_context, sql_cursor, static, struct,
typedef, union, unsigned, utext, uvarchar, varchar, void,
volatile, a typedef name, a precompiled header, exec oracle,
exec oracle begin, exec, exec sql, exec sql begin,
exec sql type, exec sql var, exec sql include,
The symbol ";" was substituted for "suffix" to continue.
Syntax error at line 80, column 1, file /usr/include/bits/mathcalls.h:
Error at line 80, column 1 in file /usr/include/bits/mathcalls.h
__MATHCALL (sinh,, (_Mdouble_ __x));
1
PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
; , = ( [
The symbol ";" was substituted for "suffix" to continue.
Syntax error at line 80, column 1, file /usr/include/bits/mathcalls.h:
Error at line 80, column 1 in file /usr/include/bits/mathcalls.h
__MATHCALL (sinh,, (_Mdouble_ __x));
1
PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
; { , = ( [ auto, char, const, double, enum, extern, float,
int, long, ulong_varchar, OCIBFileLocator OCIBlobLocator,
OCIClobLocator, OCIDateTime, OCIExtProcContext, OCIInterval,
OCIRowid, OCIDate, OCINumber, OCIRaw, OCIString, register,
short, signed, sql_context, sql_cursor, static, struct,
typedef, union, unsigned, utext, uvarchar, varchar, void,
volatile, a typedef name, a precompiled header, exec oracle,
exec oracle begin, exec, exec sql, exec sql begin,
exec sql type, exec sql var, exec sql include,
The symbol ";" was substituted for "suffix" to continue.
Syntax error at line 82, column 1, file /usr/include/bits/mathcalls.h:
Error at line 82, column 1 in file /usr/include/bits/mathcalls.h
__MATHCALL (tanh,, (_Mdouble_ __x));
1
PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
; , = ( [
The symbol ";" was substituted for "suffix" to continue.
Syntax error at line 82, column 1, file /usr/include/bits/mathcalls.h:
Error at line 82, column 1 in file /usr/include/bits/mathcalls.h
__MATHCALL (tanh,, (_Mdouble_ __x));
1
PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
; { , = ( [ auto, char, const, double, enum, extern, float,
int, long, ulong_varchar, OCIBFileLocator OCIBlobLocator,
OCIClobLocator, OCIDateTime, OCIExtProcContext, OCIInterval,
OCIRowid, OCIDate, OCINumber, OCIRaw, OCIString, register,
short, signed, sql_context, sql_cursor, static, struct,
typedef, union, unsigned, utext, uvarchar, varchar, void,
volatile, a typedef name, a precompiled header, exec oracle,
exec oracle begin, exec, exec sql, exec sql begin,
exec sql type, exec sql var, exec sql include,
The symbol ";" was substituted for "suffix" to continue.
Syntax error at line 86, column 1, file /usr/include/bits/mathcalls.h:
Error at line 86, column 1 in file /usr/include/bits/mathcalls.h
__MATHCALL (acosh,, (_Mdouble_ __x));
1
PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
; , = ( [
The symbol ";" was substituted for "suffix" to continue.
Syntax error at line 86, column 1, file /usr/include/bits/mathcalls.h:
Error at line 86, column 1 in file /usr/include/bits/mathcalls.h
__MATHCALL (acosh,, (_Mdouble_ __x));
1
PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
; { , = ( [ auto, char, const, double, enum, extern, float,
int, long, ulong_varchar, OCIBFileLocator OCIBlobLocator,
OCIClobLocator, OCIDateTime, OCIExtProcContext, OCIInterval,
OCIRowid, OCIDate, OCINumber, OCIRaw, OCIString, register,
short, signed, sql_context, sql_cursor, static, struct,
typedef, union, unsigned, utext, uvarchar, varchar, void,
volatile, a typedef name, a precompiled header, exec oracle,
exec oracle begin, exec, exec sql, exec sql begin,
exec sql type, exec sql var, exec sql include,
The symbol ";" was substituted for "suffix" to continue.
Syntax error at line 88, column 1, file /usr/include/bits/mathcalls.h:
Error at line 88, column 1 in file /usr/include/bits/mathcalls.h
__MATHCALL (asinh,, (_Mdouble_ __x));
1
PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
; , = ( [
The symbol ";" was substituted for "suffix" to continue.
Syntax error at line 88, column 1, file /usr/include/bits/mathcalls.h:
Error at line 88, column 1 in file /usr/include/bits/mathcalls.h
__MATHCALL (asinh,, (_Mdouble_ __x));
1
PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
; { , = ( [ auto, char, const, double, enum, extern, float,
int, long, ulong_varchar, OCIBFileLocator OCIBlobLocator,
OCIClobLocator, OCIDateTime, OCIExtProcContext, OCIInterval,
OCIRowid, OCIDate, OCINumber, OCIRaw, OCIString, register,
short, signed, sql_context, sql_cursor, static, struct,
typedef, union, unsigned, utext, uvarchar, varchar, void,
volatile, a typedef name, a precompiled header, exec oracle,
exec oracle begin, exec, exec sql, exec sql begin,
exec sql type, exec sql var, exec sql include,
The symbol ";" was substituted for "suffix" to continue.
Syntax error at line 90, column 1, file /usr/include/bits/mathcalls.h:
Error at line 90, column 1 in file /usr/include/bits/mathcalls.h
__MATHCALL (atanh,, (_Mdouble_ __x));
1
PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
; , = ( [
The symbol ";" was substituted for "suffix" to continue.
Syntax error at line 90, column 1, file /usr/include/bits/mathcalls.h:
Error at line 90, column 1 in file /usr/include/bits/mathcalls.h
__MATHCALL (atanh,, (_Mdouble_ __x));
1
PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
; { , = ( [ auto, char, const, double, enum, extern, float,
int, long, ulong_varchar, OCIBFileLocator OCIBlobLocator,
OCIClobLocator, OCIDateTime, OCIExtProcContext, OCIInterval,
OCIRowid, OCIDate, OCINumber, OCIRaw, OCIString, register,
short, signed, sql_context, sql_cursor, static, struct,
typedef, union, unsigned, utext, uvarchar, varchar, void,
volatile, a typedef name, a precompiled header, exec oracle,
exec oracle begin, exec, exec sql, exec sql begin,
exec sql type, exec sql var, exec sql include,
The symbol ";" was substituted for "suffix" to continue.
Syntax error at line 96, column 1, file /usr/include/bits/mathcalls.h:
Error at line 96, column 1 in file /usr/include/bits/mathcalls.h
__MATHCALL (exp,, (_Mdouble_ __x));
1
PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
; , = ( [
The symbol ";" was substituted for "suffix" to continue.
Syntax error at line 96, column 1, file /usr/include/bits/mathcalls.h:
Error at line 96, column 1 in file /usr/include/bits/mathcalls.h
__MATHCALL (exp,, (_Mdouble_ __x));
1
PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
; { , = ( [ auto, char, const, double, enum, extern, float,
int, long, ulong_varchar, OCIBFileLocator OCIBlobLocator,
OCIClobLocator, OCIDateTime, OCIExtProcContext, OCIInterval,
OCIRowid, OCIDate, OCINumber, OCIRaw, OCIString, register,
short, signed, sql_context, sql_cursor, static, struct,
typedef, union, unsigned, utext, uvarchar, varchar, void,
volatile, a typedef name, a precompiled header, exec oracle,
exec oracle begin, exec, exec sql, exec sql begin,
exec sql type, exec sql var, exec sql include,
The symbol ";" was substituted for "suffix" to continue.
Syntax error at line 106, column 1, file /usr/include/bits/mathcalls.h:
Error at line 106, column 1 in file /usr/include/bits/mathcalls.h
__MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
1
PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
; , = ( [
The symbol ";" was substituted for "suffix" to continue.
Syntax error at line 106, column 1, file /usr/include/bits/mathcalls.h:
Error at line 106, column 1 in file /usr/include/bits/mathcalls.h
__MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
1
PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
; { , = ( [ auto, char, const, double, enum, extern, float,
int, long, ulong_varchar, OCIBFileLocator OCIBlobLocator,
OCIClobLocator, OCIDateTime, OCIExtProcContext, OCIInterval,
OCIRowid, OCIDate, OCINumber, OCIRaw, OCIString, register,
short, signed, sql_context, sql_cursor, static, struct,
typedef, union, unsigned, utext, uvarchar, varchar, void,
volatile, a typedef name, a precompiled header, exec oracle,
exec oracle begin, exec, exec sql, exec sql begin,
exec sql type, exec sql var, exec sql include,
The symbol ";" was substituted for "suffix" to continue.
Syntax error at line 109, column 1, file /usr/include/bits/mathcalls.h:
Error at line 109, column 1 in file /usr/include/bits/mathcalls.h
__MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
1
PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
; , = ( [
The symbol ";" was substituted for "suffix" to continue.
Syntax error at line 109, column 1, file /usr/include/bits/mathcalls.h:
Error at line 109, column 1 in file /usr/include/bits/mathcalls.h
__MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
1
PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
; { , = ( [ auto, char, const, double, enum, extern, float,
int, long, ulong_varchar, OCIBFileLocator OCIBlobLocator,
OCIClobLocator, OCIDateTime, OCIExtProcContext, OCIInterval,
OCIRowid, OCIDate, OCINumber, OCIRaw, OCIString, register,
short, signed, sql_context, sql_cursor, static, struct,
typedef, union, unsigned, utext, uvarchar, varchar, void,
volatile, a typedef name, a precompiled header, exec oracle,
exec oracle begin, exec, exec sql, exec sql begin,
exec sql type, exec sql var, exec sql include,
The symbol ";" was substituted for "suffix" to continue.
Syntax error at line 112, column 1, file /usr/include/bits/mathcalls.h:
Error at line 112, column 1 in file /usr/include/bits/mathcalls.h
__MATHCALL (log,, (_Mdouble_ __x));
1
PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
; , = ( [
The symbol ";" was substituted for "suffix" to continue.
Syntax error at line 112, column 1, file /usr/include/bits/mathcalls.h:
Error at line 112, column 1 in file /usr/include/bits/mathcalls.h
__MATHCALL (log,, (_Mdouble_ __x));
1
PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
; { , = ( [ auto, char, const, double, enum, extern, float,
int, long, ulong_varchar, OCIBFileLocator OCIBlobLocator,
OCIClobLocator, OCIDateTime, OCIExtProcContext, OCIInterval,
OCIRowid, OCIDate, OCINumber, OCIRaw, OCIString, register,
short, signed, sql_context, sql_cursor, static, struct,
typedef, union, unsigned, utext, uvarchar, varchar, void,
volatile, a typedef name, a precompiled header, exec oracle,
exec oracle begin, exec, exec sql, exec sql begin,
exec sql type, exec sql var, exec sql include,
The symbol ";" was substituted for "suffix" to continue.
Syntax error at line 115, column 1, file /usr/include/bits/mathcalls.h:
Error at line 115, column 1 in file /usr/include/bits/mathcalls.h
__MATHCALL (log10,, (_Mdouble_ __x));
1
PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
; , = ( [
The symbol ";" was substituted for "suffix" to continue.
Syntax error at line 115, column 1, file /usr/include/bits/mathcalls.h:
Error at line 115, column 1 in file /usr/include/bits/mathcalls.h
__MATHCALL (log10,, (_Mdouble_ __x));
1
PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
; { , = ( [ auto, char, const, double, enum, extern, float,
int, long, ulong_varchar, OCIBFileLocator OCIBlobLocator,
OCIClobLocator, OCIDateTime, OCIExtProcContext, OCIInterval,
OCIRowid, OCIDate, OCINumber, OCIRaw, OCIString, register,
short, signed, sql_context, sql_cursor, static, struct,
typedef, union, unsigned, utext, uvarchar, varchar, void,
volatile, a typedef name, a precompiled header, exec oracle,
exec oracle begin, exec, exec sql, exec sql begin,
exec sql type, exec sql var, exec sql include,
The symbol ";" was substituted for "suffix" to continue.
Syntax error at line 118, column 1, file /usr/include/bits/mathcalls.h:
Error at line 118, column 1 in file /usr/include/bits/mathcalls.h
__MATHCALL (modf,, (_Mdouble_ __x, Mdouble *__iptr));
1
PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
; , = ( [
The symbol ";" was substituted for "suffix" to continue.
Syntax error at line 118, column 1, file /usr/include/bits/mathcalls.h:
Error at line 118, column 1 in file /usr/include/bits/mathcalls.h
__MATHCALL (modf,, (_Mdouble_ __x, Mdouble *__iptr));
1
PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
; { , = ( [ auto, char, const, double, enum, extern, float,
int, long, ulong_varchar, OCIBFileLocator OCIBlobLocator,
OCIClobLocator, OCIDateTime, OCIExtProcContext, OCIInterval,
OCIRowid, OCIDate, OCINumber, OCIRaw, OCIString, register,
short, signed, sql_context, sql_cursor, static, struct,
typedef, union, unsigned, utext, uvarchar, varchar, void,
volatile, a typedef name, a precompiled header, exec oracle,
exec oracle begin, exec, exec sql, exec sql begin,
exec sql type, exec sql var, exec sql include,
The symbol ";" was substituted for "suffix" to continue.
Syntax error at line 122, column 1, file /usr/include/bits/mathcalls.h:
Error at line 122, column 1 in file /usr/include/bits/mathcalls.h
__MATHCALL (expm1,, (_Mdouble_ __x));
1
PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
; , = ( [
The symbol ";" was substituted for "suffix" to continue.
Syntax error at line 122, column 1, file /usr/include/bits/mathcalls.h:
Error at line 122, column 1 in file /usr/include/bits/mathcalls.h
__MATHCALL (expm1,, (_Mdouble_ __x));
1
PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
; { , = ( [ auto, char, const, double, enum, extern, float,
int, long, ulong_varchar, OCIBFileLocator OCIBlobLocator,
OCIClobLocator, OCIDateTime, OCIExtProcContext, OCIInterval,
OCIRowid, OCIDate, OCINumber, OCIRaw, OCIString, register,
short, signed, sql_context, sql_cursor, static, struct,
typedef, union, unsigned, utext, uvarchar, varchar, void,
volatile, a typedef name, a precompiled header, exec oracle,
exec oracle begin, exec, exec sql, exec sql begin,
exec sql type, exec sql var, exec sql include,
The symbol ";" was substituted for "suffix" to continue.
Syntax error at line 125, column 1, file /usr/include/bits/mathcalls.h:
Error at line 125, column 1 in file /usr/include/bits/mathcalls.h
__MATHCALL (log1p,, (_Mdouble_ __x));
1
PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
; , = ( [
The symbol ";" was substituted for "suffix" to continue.
Syntax error at line 125, column 1, file /usr/include/bits/mathcalls.h:
Error at line 125, column 1 in file /usr/include/bits/mathcalls.h
__MATHCALL (log1p,, (_Mdouble_ __x));
1
PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
; { , = ( [ auto, char, const, double, enum, extern, float,
int, long, ulong_varchar, OCIBFileLocator OCIBlobLocator,
OCIClobLocator, OCIDateTime, OCIExtProcContext, OCIInterval,
OCIRowid, OCIDate, OCINumber, OCIRaw, OCIString, register,
short, signed, sql_context, sql_cursor, static, struct,
typedef, union, unsigned, utext, uvarchar, varchar, void,
volatile, a typedef name, a precompiled header, exec oracle,
exec oracle begin, exec, exec sql, exec sql begin,
exec sql type, exec sql var, exec sql include,
The symbol ";" was substituted for "suffix" to continue.
Syntax error at line 128, column 1, file /usr/include/bits/mathcalls.h:
Error at line 128, column 1 in file /usr/include/bits/mathcalls.h
__MATHCALL (logb,, (_Mdouble_ __x));
1
PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
; , = ( [
The symbol ";" was substituted for "suffix" to continue.
Syntax error at line 128, column 1, file /usr/include/bits/mathcalls.h:
Error at line 128, column 1 in file /usr/include/bits/mathcalls.h
__MATHCALL (logb,, (_Mdouble_ __x));
1
PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
; { , = ( [ auto, char, const, double, enum, extern, float,
int, long, ulong_varchar, OCIBFileLocator OCIBlobLocator,
OCIClobLocator, OCIDateTime, OCIExtProcContext, OCIInterval,
OCIRowid, OCIDate, OCINumber, OCIRaw, OCIString, register,
short, signed, sql_context, sql_cursor, static, struct,
typedef, union, unsigned, utext, uvarchar, varchar, void,
volatile, a typedef name, a precompiled header, exec oracle,
exec oracle begin, exec, exec sql, exec sql begin,
exec sql type, exec sql var, exec sql include,
The symbol ";" was substituted for "suffix" to continue.
Syntax error at line 143, column 1, file /usr/include/bits/mathcalls.h:
Error at line 143, column 1 in file /usr/include/bits/mathcalls.h
__MATHCALL (pow,, (_Mdouble_ __x, Mdouble __y));
1
PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
; , = ( [
The symbol ";" was substituted for "suffix" to continue.
Syntax error at line 143, column 1, file /usr/include/bits/mathcalls.h:
Error at line 143, column 1 in file /usr/include/bits/mathcalls.h
__MATHCALL (pow,, (_Mdouble_ __x, Mdouble __y));
1
PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
; { , = ( [ auto, char, const, double, enum, extern, float,
int, long, ulong_varchar, OCIBFileLocator OCIBlobLocator,
OCIClobLocator, OCIDateTime, OCIExtProcContext, OCIInterval,
OCIRowid, OCIDate, OCINumber, OCIRaw, OCIString, register,
short, signed, sql_context, sql_cursor, static, struct,
typedef, union, unsigned, utext, uvarchar, varchar, void,
volatile, a typedef name, a precompiled header, exec oracle,
exec oracle begin, exec, exec sql, exec sql begin,
exec sql type, exec sql var, exec sql include,
The symbol ";" was substituted for "suffix" to continue.
Syntax error at line 146, column 1, file /usr/include/bits/mathcalls.h:
Error at line 146, column 1 in file /usr/include/bits/mathcalls.h
__MATHCALL (sqrt,, (_Mdouble_ __x));
1
PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
; , = ( [
The symbol ";" was substituted for "suffix" to continue.
Syntax error at line 146, column 1, file /usr/include/bits/mathcalls.h:
Error at line 146, column 1 in file /usr/include/bits/mathcalls.h
__MATHCALL (sqrt,, (_Mdouble_ __x));
1
PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
; { , = ( [ auto, char, const, double, enum, extern, float,
int, long, ulong_varchar, OCIBFileLocator OCIBlobLocator,
OCIClobLocator, OCIDateTime, OCIExtProcContext, OCIInterval,
OCIRowid, OCIDate, OCINumber, OCIRaw, OCIString, register,
short, signed, sql_context, sql_cursor, static, struct,
typedef, union, unsigned, utext, uvarchar, varchar, void,
volatile, a typedef name, a precompiled header, exec oracle,
exec oracle begin, exec, exec sql, exec sql begin,
exec sql type, exec sql var, exec sql include,
The symbol ";" was substituted for "suffix" to continue.
Syntax error at line 150, column 1, file /usr/include/bits/mathcalls.h:
Error at line 150, column 1 in file /usr/include/bits/mathcalls.h
__MATHCALL (hypot,, (_Mdouble_ __x, Mdouble __y));
1
PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
; , = ( [
The symbol ";" was substituted for "suffix" to continue.
Syntax error at line 150, column 1, file /usr/include/bits/mathcalls.h:
Error at line 150, column 1 in file /usr/include/bits/mathcalls.h
__MATHCALL (hypot,, (_Mdouble_ __x, Mdouble __y));
1
PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
; { , = ( [ auto, char, const, double, enum, extern, float,
int, long, ulong_varchar, OCIBFileLocator OCIBlobLocator,
OCIClobLocator, OCIDateTime, OCIExtProcContext, OCIInterval,
OCIRowid, OCIDate, OCINumber, OCIRaw, OCIString, register,
short, signed, sql_context, sql_cursor, stati

Similar Messages

  • Having problems compiling *.java with import javax.servlet.jsp......

    I've been trying to do the tutorials in a book titled Apache Jakarta-Tomcat as part of my introduction to JSP. I'm new to Java but do know the basics. I have on my machine Java 1.3, Java 1.4, Java FrameWorks 2.1 and Jython 2.1 on Win2000 Pro. So enough about my configuration. I have never worked with packages also.
    I downloaded the files from the books site due to the fact I make a lot of typos when hand coding Java (I've become a pretty good debugger of my own code). But everytime I go to compile the *.java I get error messages. So below you will find HelloTag.java and beneath that the error messages that are thrown when I try and compile it. I tested other bits of *.java and have had no problem compiling them. Is there a JSP module I'm missing?
    Am I doing something wrong or am I missing something from my configuration.
    Marijan Madunic
    package chapter2;
    import javax.servlet.jsp.JspException;
    import javax.servlet.jsp.JspTagException;
    import javax.servlet.jsp.tagext.TagSupport;
    public class HelloTag extends TagSupport
    public void HelloTag() {
    // Method called when the closing hello tag is encountered
    public int doEndTag() throws JspException {
    try {
    // We use the pageContext to get a Writer
    // We then print the text string Hello
    pageContext.getOut().print("Hello");
    catch (Exception e) {
    throw new JspTagException(e.getMessage());
    // We want to return SKIP_BODY because this Tag does not support
    // a Tag Body
    return SKIP_BODY;
    public void release() {
    // Call the parent's release to release any resources
    // used by the parent tag.
    // This is just good practice for when you start creating
    // hierarchies of tags.
    super.release();
    D:\Java\JDK 1.3\bin>javac HelloTag.java
    HelloTag.java:3: cannot resolve symbol
    symbol : class JspException
    location: package jsp
    import javax.servlet.jsp.JspException;
    ^
    HelloTag.java:4: cannot resolve symbol
    symbol : class JspTagException
    location: package jsp
    import javax.servlet.jsp.JspTagException;
    ^
    HelloTag.java:5: cannot resolve symbol
    symbol : class TagSupport
    location: package tagext
    import javax.servlet.jsp.tagext.TagSupport;
    ^
    HelloTag.java:7: cannot resolve symbol
    symbol : class TagSupport
    location: class chapter2.HelloTag
    public class HelloTag extends TagSupport
    ^
    HelloTag.java:14: cannot resolve symbol
    symbol : class JspException
    location: class chapter2.HelloTag
    public int doEndTag() throws JspException {
    ^
    HelloTag.java:20: cannot resolve symbol
    symbol : variable pageContext
    location: class chapter2.HelloTag
    pageContext.getOut().print("Hello");
    ^
    HelloTag.java:24: cannot resolve symbol
    symbol : class JspTagException
    location: class chapter2.HelloTag
    throw new JspTagException(e.getMessage());
    ^
    HelloTag.java:28: cannot resolve symbol
    symbol : variable SKIP_BODY
    location: class chapter2.HelloTag
    return SKIP_BODY;
    ^
    HelloTag.java:37: cannot resolve symbol
    symbol : variable super
    location: class chapter2.HelloTag
    super.release();
    ^
    9 errors

    Well, it looks like you've not got the servlet development kit JAR on your classpath. I think it'll probably be called servlet.jar on your system. Add that to the classpath if it's not already there.
    Incidentally, you've bumped into one of the areas Java's slightly lenient - declaring a method that looks like a constructor:
    public HelloTag() { }
    public void HelloTag() { }The first is a constructor, the second is a normal method. I'm assuming you intended to have the former instead of the latter.
    Anyway, hope this helps.

  • Problem compiling APK with flash

    Hi
    I wrote an app for iPhone and wanted to put it on android, changing the settings in flash.But when I compile to get an APK the compilation stop just 10 or 9 second before the end I hear the warning sound of my mac and then nothing.
    When I compile other "test app" it goes all  the way  !!!
    Do someone have this issue ?

    Yes, after I faced this problem with my project I simply tested the component with a new blank file - and I get these problems.
    I personally downgraded to Flash CS4 as I count CS5 a complete crap - I waste too much time on its problems and infinite crashes. So this topic is not relevant for me anymore as with CS4 there is no such problem.

  • Problem compiling module with named package

    Hi,
    I'm relatively new to Flex and only recently came upon Flex modules. I am trying to use an interface between the modules and my main application, both to enforce compatibility and to ease data access from the modules to the main application (i.e., the preferred approach on Adobe's module implementation docs). I am, however, running into a problem when trying to compile the module (using Ant) due to its implementation of an interface in a named package. It seems I have a choice between two compilation errors:
    1) an error referring to difference between the named package structure and the unnamed package for my module
    2) an interface not found error when I specify the full package name for the interface in the module "implements" attribute
    #2 seemed more promising as I figured this was just some sort of source path error. After adjusting the source path many times, though, I have been unable to get past the interface not found error. I even tried to compile the interface into a SWC and then place the SWC on the library path.
    Overall, the structure of the code is very simple:
    com.example.workers.IModule
    WorkerModule1
    If I go ahead and make IModule part of an unnamed package, I can get past problem #1 (avoid #2) and get it to compile, but then I do not have the ability to cast the child of the loaded module (ModuleLoader.child) to the interface in my main application to insure that it is of the right type (though I can hack around this by checking if the child has a certain property or function).
    Anyway, I am guessing that there might be something simple that I am missing here--i.e., some way to get the named package onto the path for my mxmlc-based compilation of the module or some way to add the named package structure to my module (adding an xmlns did not accomplish anything). In any case, any help here would be greatly appreciated.
    --jonathan

    You definitely have the wrong version. You want 2.0.1 (we
    haven't made a 2.1). The download on the Flex page is always the
    most current version, 2.0.1 in this case. Try it again.

  • Problem Compiling Projects with Servlet & Custom Taglibs

    There was a bug in Jdeveloper 3 that if you compiled JSP's that used Custom Tags Jdeveloper validated your web.xml file - very annoying (if anyone knows a workaround plese let me know). There is a workaround in JDeveloper 9 detailed in the release notes http://otn.oracle.com/products/jdev/htdocs/readme_902.html. Has this been fixed in 10g. Incidently I loaded the Oracle Developer Suite 10g documentaion cd dated April 04 and JDevloper was described as 9i - is this the latest version ?

    Perhaps
    javac -classpath .;..;c:\jdk1.3.1_07\lib\servlet.jar pdm\FileName.java

  • Problems Compiling Code With Function Pointers Using Sun CC (SUNWspro)

    I have a header file that contains a declaration to a function pointer as follows:
    int (*pFuncPntr)(char host, char comm, void *data);
    Then, in a *.c file which includes the header file where the function pointer is declared, the prototype for the function is at the top of the file and appears as follows:
    int someFunc(char hostname, char community, void *data);
    Then, in the same *.c file, down below, I attempt to assign the function pointer to the address of the function declared as follows:
    pFuncPntr = &someFunc;
    ... and further down in the *.c file is the definition of someFunc. ........................
    When I compile, I get the following error:
    : identifier redeclared: pFuncPntr
    current : int
    previous: pointer to function(pointer to char, pointer to char, pointer
    to void) returning int : "/vobs/pp2dev/src/cmds/emcp_pmgmtd/sparc_solaris/../emc
    p_pmgmtd.h", line 84
    "/vobs/pp2dev/src/cmds/emcp_pmgmtd/sparc_solaris/emcp_pmgmtd_solaris.c", line 46
    As far as I've read, this is the standard way of assigning a function pointer to the address of a function.
    Does anyone have any ideas what CC compiler is complaining about?
    Appreciate your response,
    dedham_ma_man

    WHen I try to include the ftp.jar package?? I use "package com.enterprisedt.net.ftp;".That isn't how you import a package. That declares that the class it is at the top of will belong to that package, and that's not what you want. I'm guessing that you need
    import com.enterprisedt.net.ftp.*;
    at the top of your code, just after the line where you declare the real name of the package your class is going to belong to.
    By the way, you need the compiled version of your downloaded FTP code, i.e. the .class files. If you got source code (.java files) you'll need to compile them, but you should be able to get the compiled version as a download.

  • Last week, I had no problems streaming my MacBook Pro to my sony Bravia with a logix hdmi cable. I came back from holidays and now it doesn't work anymore.  What settings should my computer be on and what settings should my tv be on?

    Last week, I had no problems streaming my MacBook Pro to my sony Bravia with a logix hdmi cable. I came back from holidays and now it doesn't work anymore.  What settings should my computer be on and what settings should my tv be on?

    TarahCurrie Sep 10, 2014 3:48 PM
    Restore From Time Machine Backup
    Reinstall OS X
    Get Help Online
    Disk Utility
    MacBook Pro, Mac OS X (10.5.8)
    You are running 10.5.8
    Did you try booting off your Install disk holding the c key down.  From here you can get to the drop down menu just a few clicks in (you are not going to install) and run  the Disk Utility>Repair Disk.  See if it will let you do this.

  • Problem description: My MacBook Pro is running really slow. Applications won't open or take up to 10 min.  EtreCheck version: 2.1.5 (108) Report generated December 27, 2014 at 9:15:58 PM CST  Click the [Support] links for help with non-Apple products

    Problem description:
    My MacBook Pro is running really slow. Applications won’t open or take up to 10 min.
    EtreCheck version: 2.1.5 (108)
    Report generated December 27, 2014 at 9:15:58 PM CST
    Click the [Support] links for help with non-Apple products.
    Click the [Details] links for more information about that line.
    Click the [Adware] links for help removing adware.
    Hardware Information: ℹ️
      MacBook Pro (13-inch, Late 2011) (Verified)
      MacBook Pro - model: MacBookPro8,1
      1 2.4 GHz Intel Core i5 CPU: 2-core
      4 GB RAM Upgradeable
      BANK 0/DIMM0
      2 GB DDR3 1333 MHz ok
      BANK 1/DIMM0
      2 GB DDR3 1333 MHz ok
      Bluetooth: Old - Handoff/Airdrop2 not supported
      Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
      Intel HD Graphics 3000 - VRAM: 384 MB
      Color LCD 1280 x 800
    System Software: ℹ️
      OS X 10.10.1 (14B25) - Uptime: one day 6:55:8
    Disk Information: ℹ️
      TOSHIBA MK5065GSXF disk0 : (500.11 GB)
      EFI (disk0s1) <not mounted> : 210 MB
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
      HD (disk1) /  [Startup]: 498.88 GB (5.04 GB free) (Low!)
      Core Storage: disk0s2 499.25 GB Online
      MATSHITADVD-R   UJ-8A8 
    USB Information: ℹ️
      Apple Inc. FaceTime HD Camera (Built-in)
      Apple Inc. BRCM2070 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple Inc. Apple Internal Keyboard / Trackpad
      Apple Computer, Inc. IR Receiver
    Thunderbolt Information: ℹ️
      Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Kernel Extensions: ℹ️
      /System/Library/Extensions
      [loaded] com.epson.driver.EPSONProjectorUDAudio (1.30 - SDK 10.4) [Support]
      [not loaded] com.seagate.driver.PowSecDriverCore (5.2.6 - SDK 10.4) [Support]
      /System/Library/Extensions/Seagate Storage Driver.kext/Contents/PlugIns
      [not loaded] com.seagate.driver.PowSecLeafDriver_10_4 (5.2.6 - SDK 10.4) [Support]
      [not loaded] com.seagate.driver.PowSecLeafDriver_10_5 (5.2.6 - SDK 10.5) [Support]
      [not loaded] com.seagate.driver.SeagateDriveIcons (5.2.6 - SDK 10.4) [Support]
    Problem System Launch Agents: ℹ️
      [killed] com.apple.CallHistoryPluginHelper.plist
      [killed] com.apple.coreservices.appleid.authentication.plist
      [killed] com.apple.icloud.fmfd.plist
      [killed] com.apple.telephonyutilities.callservicesd.plist
      4 processes killed due to memory pressure
    Problem System Launch Daemons: ℹ️
      [killed] com.apple.ctkd.plist
      [killed] com.apple.icloud.findmydeviced.plist
      [killed] com.apple.ifdreader.plist
      [killed] com.apple.nehelper.plist
      [killed] com.apple.wdhelper.plist
      [running] com.seagate.TBDecorator.plist [Support]
      5 processes killed due to memory pressure
    Launch Agents: ℹ️
      [not loaded] com.adobe.AAM.Updater-1.0.plist [Support]
      [loaded] com.carbonite.launchd.carbonitealerts.plist [Support]
      [running] com.carbonite.launchd.carbonitestatus.plist [Support]
      [loaded] com.coupons.coupond.plist [Support]
      [loaded] com.hp.help.tocgenerator.plist [Support]
      [loaded] com.trendmicro.itis.dca.plist [Support]
      [running] com.trendmicro.itis.uimgmt.agent.plist [Support]
    Launch Daemons: ℹ️
      [failed] com.adobe.fpsaud.plist [Support]
      [running] com.carbonite.launchd.carbonitedaemon.plist [Support]
      [loaded] com.microsoft.office.licensing.helper.plist [Support]
      [running] com.trendmicro.icore.av.plist [Support]
      [running] com.trendmicro.icore.main.plist [Support]
      [running] com.trendmicro.icore.wp.plist [Support]
      [running] com.trendmicro.itis.plugin.plist [Support]
    User Launch Agents: ℹ️
      [loaded] com.adobe.AAM.Updater-1.0.plist [Support]
      [loaded] com.google.keystone.agent.plist [Support]
      [invalid?] com.jdibackup.JustCloud.autostart.plist [Support]
      [invalid?] com.jdibackup.JustCloud.backupstart.plist [Support]
      [loaded] com.trendmicro.itis.uninstaller.plist [Support]
    User Login Items: ℹ️
      iTunesHelper Application (/Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)
      bomgar-scc-20130819-104735 UNKNOWN (missing value)
      bomgar-scc-20130905-143949 UNKNOWN (missing value)
      USB Display Agent Application (/Applications/USB Display/USB Display.app/Contents/Resources/USB Display Agent.app)
      WDDriveUtilityHelper Application (/Applications/WD Drive Utilities.app/Contents/Resources/WDDriveUtilityHelper.app)
      WDSecurityHelper Application (/Applications/WD Security.app/Contents/Resources/WDSecurityHelper.app)
      USB Display Agent Application (/Applications/USB Display/USB Display.app/Contents/Resources/USB Display Agent.app)
      bomgar-scc-20130819-104735 UNKNOWN (missing value)
      bomgar-scc-20130905-143949 UNKNOWN (missing value)
      HP Scheduler Application (/Library/Application Support/Hewlett-Packard/Software Update/HP Scheduler.app)
      HP Product Research Application (/Library/Application Support/Hewlett-Packard/Customer Participation/HP Product Research.app)
    Internet Plug-ins: ℹ️
      SharePointBrowserPlugin: Version: 14.4.7 - SDK 10.6 [Support]
      FlashPlayer-10.6: Version: 15.0.0.223 - SDK 10.6 [Support]
      CouponPrinter-FireFox_v2: Version: 5.0.5 - SDK 10.6 [Support]
      Flash Player: Version: 15.0.0.223 - SDK 10.6 Mismatch! Adobe recommends 16.0.0.235
      QuickTime Plugin: Version: 7.7.3
      Default Browser: Version: 600 - SDK 10.10
    User internet Plug-ins: ℹ️
      npBcsMcTcIO: Version: Unknown [Support]
    Safari Extensions: ℹ️
      Trend Micro Toolbar [Installed]
    3rd Party Preference Panes: ℹ️
      Carbonite  [Support]
      Flash Player  [Support]
      Paragon NTFS for Mac ® OS X  [Support]
      Seagate Dashboard for Mac OSX  [Support]
    Time Machine: ℹ️
      Skip System Files: NO
      Mobile backups: ON
      Auto backup: YES
      Volumes being backed up:
      HD: Disk size: 498.88 GB Disk used: 493.84 GB
      Destinations:
      Jens Seagate Backup [Local]
      Total size: 999.86 GB
      Total number of backups: 6
      Oldest backup: 2014-06-24 10:33:56 +0000
      Last backup: 2014-12-17 17:14:18 +0000
      Size of backup disk: Too small
      Backup size 999.86 GB < (Disk used 493.84 GB X 3)
      My Passport for Mac [Local]
      Total size: 2.00 TB
      Total number of backups: 14
      Oldest backup: 2013-08-21 19:19:35 +0000
      Last backup: 2014-12-19 11:44:23 +0000
      Size of backup disk: Excellent
      Backup size 2.00 TB > (Disk size 498.88 GB X 3)
    Top Processes by CPU: ℹ️
          6% coreaudiod
          5% CarboniteDaemon
          4% iMovie
          3% JustCloud
          3% Wondershare Player
    Top Processes by Memory: ℹ️
      335 MB iPhoto Library Manager
      180 MB Finder
      142 MB iMovie
      70 MB Preview
      51 MB Microsoft Word
    Virtual Memory Information: ℹ️
      149 MB Free RAM
      1.04 GB Active RAM
      897 MB Inactive RAM
      1.17 GB Wired RAM
      30.53 GB Page-ins
      1.42 GB Page-outs
    Diagnostics Information: ℹ️
      Dec 26, 2014, 05:17:12 PM /Library/Logs/DiagnosticReports/iPhoto_2014-12-26-171712_[redacted].cpu_resourc e.diag [Details]
      Dec 26, 2014, 03:47:17 PM /Library/Logs/DiagnosticReports/CarboniteDaemon_2014-12-26-154717_[redacted].cp u_resource.diag [Details]
      Dec 26, 2014, 02:22:01 PM Self test - passed
      Dec 26, 2014, 11:48:03 AM /Library/Logs/DiagnosticReports/CarboniteDaemon_2014-12-26-114803_[redacted].cp u_resource.diag [Details]

    You have nearly run out of disk space.  Either purchase a larger one or start cleaning out the one you have?

  • Problems importing AVI with DV codec to Premiere Pro

    Problems importing AVI with DV codec to Premiere Pro  (720x564 px, 32 kHz stereo, 24.4 bitrate)
    I can't import that video. What can I do?

    Svanur,
    I agree with Harm. The specs. do not match up correctly. Where did those AVI files come from?
    I assume that you are working in PAL-land (and not NTSC-land). Is that correct?
    What platform are you working on, Mac, or PC?
    When you attempt to Import those AVI files, what is the exact error message that you are getting?
    Good luck,
    Hunt

  • Hi, can anyone help with the problem I am having with pro book 4440s? I can't boot into windows 7.

    Hi, can anyone help with the problem I am having with pro book 4440s?  I can't boot into windows 7, nor can I enter the bios cause i fogot the password. the error I am getting says "windows failed to start. a recenr hardware or software change might be the cause.   it then gives me options to boot from a disc but I can't do that cause I am unable to get into the bios to change it to boot from a disc.
    The error message goes on :
    File: \Boot\BCD
    Status: oxcoooooof
    info: An error occurred while attempting to read the boot configuration.
    the only two options on the screen are enter=continue and ECS=exit
    I just can't get pass this screen.
    Please help.
    Thanks

    Hi,
    If you don't already have one, use another PC to create a Windows 7 Rescue CD.  Download the relevant ISO from the links below.
    Windows 7 32bit
    Windows 7 64bit
    You should use an application such as ImgBurn to burn the ISO to a CD - a guide on using ImgBurn to write an ISO to a disc is Here.  Once created, or if you already have this, tap away at the esc key as you start the notebook to enter the Start-up Menu.  Insert the Rescue CD.  Select Boot options ( usually f9 ), use the arrow keys to select the CD/DVD drive and hit enter.  You may also get a prompt to 'Press any key to continue' - do this if asked.
    When loaded, select Repair Your Computer and choose the Command Prompt.  When this loads, enter the following commands and hit enter after each one - include spaces as shown.
    Bootrec.exe
    bcdedit /export C:\BCD_Backup
    c:
    cd boot
    attrib bcd -s -h -r
    ren c:\boot\bcd bcd.old
    bootrec /RebuildBcd
    bootrec /fixmbr
    bootrec /fixboot
    Remove the Rescue CD and try rebooting the notebook.
    Regards,
    DP-K
    ****Click the White thumb to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    ****I don't work for HP****
    Microsoft MVP - Windows Experience

  • My Mac Book pro recently started in safe boot mode and ever since I have had endless problems - To start with the keyboard will only input capitals and symbols althougth no locks are on and now I have a green wave on all white backgrounds! HELP!

    My Mac Book pro recently started in safe boot mode and ever since I have had endless problems - To start with the keyboard will only input capitals and symbols althougth no locks are on and now I have a green wave on all white backgrounds! HELP!

    Hi it's puzzled of Evesham....I didn't ask the question but have experienced exactly the same. I switched the computer on and it went straight to safe mode

  • Problems compiling with packages

    Hi,
    I wonder if anyone could help me.
    I have had problems compiling using a package. I have altered the classpath in autoexec.bat with:
    SET CLASSPATH=%classpath%;C:\jdk1.3.1_02\classes;.
    the package class files are stored in C:\jdk1.3.1_02\classes\helliker\id3
    and I have imported the class with:
    import helliker.id3.*;
    I am getting the following error:
    C:\My Documents\Uni work\mp3 project\test\Driver.java:1: package helliker.id3 does not exist
    import helliker.id3.*;
    ^
    Can anybody help?
    Thanks,
    Dave

    Perhaps the version of Windows you are using does not use autoexec.bat. For example, in NT and XP, you set Classpath using ControlPanel/System/Advanced/Environment Variables.
    Perhaps there is a typo in your Classpath, for example an extra space.
    On a command line, try this:
    javac -classpath C:\jdk1.3.1_02\classes C:\My Documents\Uni work\mp3 project\test\Driver.java
    If that works, then definitely Classpath is not set as you think it is.

  • External Hard Drive & Problems With Pro Tools LE

    Alright... my friend has the same computer as me, Powerbook G4, with the same specs and everything (OSX 10.3.9), and has a Digi 002 Rack with Pro Tools LE 6.2.2 He can record and playback everything perfectly through his Lacie 150 GB external HD. However, when i installed the software on my laptop and tried to load the same files he was working on, i get an error message that tells me that the audio files are "unsuitable for playback" and that the Lacie HD is "not an audio playback volume", which it really is!! The only way to get the songs to play, is to copy all the files onto my internal HD... then it all works fine. (besides the fact that is uses up all my memory!!!) Is there any way to fix this problem?? Some update or driver that i'm missing?? I'm assuming it has something to do with my laptop software/hardware??? ALSO, i run Final Cut Pro, and it won't let me set my external HD as the target disk, because it is, again, unsuitable for playback!!! I have to import tapes to the internal, then send them to the external after the fact! really annoying....
    ANY help would be greatly appreciated!!!!!!

    How big is the drive?  It's possible that Spotlight indexing is running and slowing things down.  If you are unplugging the drive when you run into problems, the indexing will never complete and will start again the next time you plug in the drive.  You can exclude the external drive from being indexed in the Spotlight system preferences:
    You might also want to use Disk Utility to check the disk for errors, especially if you've been unplugging it while activity has been going on.

  • Problems with Pro Tools 8, is it the software?

    Hello, I know this is "Apple Discussions", but since I'm using Pro tools 8 with the new macbook pro, I might get some answers here. I recently bought pro tools 8, I already have logic though, but wanted to be in the pro tools world too so, the thing is that every time I use Pro Tools 8 with the digi 003, the session Im working on will stop with just a few plugins, and man this happens a lot, on the other hand is that nothing happens when I use the digi 003 with Logic 8, I mean, I could have like 20 plugins and It would not stop at all. Can anyone identify with this problem with pro tools 8, Because people tell me that on pro tools 7.4 that doesnt happen at all.
    Thank you...

    PT8 is much better with plug ins than PT7x, but is not in the league of Logic. I am a huge PT fan and use both Logic and PT8, and as much as I love the look and superior interface of PT8, Logic is like an ugly old car that goes 200 MPH. It's a performance beast. I've had ridiculous amounts of plug ins in Logic with not a whimper from the program.
    PT8 is much more sensitive to things like whether you are using Firewire drives to record to (as opposed to internal SATAs on a Mac Pro), and many 3rd party plugs cause PT much grief. For high track counts and lots of plug ins, Logic is still King Kong.
    TH
    Message was edited by: Tom Hartman1

  • Problems with Pro*C and the double datatype

    Hi!
    I'm working with Pro*C 8.1.7 on HPUX 11.0, but I've a problem
    with the datatype double.
    On runtime, I got a Bus Error (core dumped) when try assign a
    double bind_variable (Pro*C) with a double variable (ANSI_C)
    For example:
    typedef struct xxxx
    float item_ANSI_C;
    double variable_ANSI_C;
    } xxxx;
    void procedure_name()
    EXEC SQL BEGIN DECLARE SECTION;
    xxxx *POINTER;
    double double_bind_variable_PRO*C;
    EXEC SQL END DECLARE SECTION;
    EXEC SQL WHENEVER SQLERROR DO (...);
    for (i = 0; ; i++)
    EXEC SQL WHENEVER NOT FOUND DO break;
    EXEC SQL FETCH cursor INTO (...),
    :double_bind_variable_PRO*C,
    POINTER.item_ANSI_C = other_bind_variable_PRO*C;
    (***)POINTER[i].variable_ANSI_C = double_bind_variable_PRO*C;
    (***): In this point the program throw BusError(core dumped).
    However, the float datatype does not.
    ------- End Example -------------
    Somebody have any solution for this problem? Please.
    Thanks, in advance.
    Alex.

    Hi Franz,
    Though it's a bit late, I'll leave this trace for those who follow.
    IRecordset also has Fields->Item.
    What might work is:
    IField * field;
    field = rec->Fields->Item(0);
    field->get_Value(0); (or something similar for your environment).                
    I couldn't find any documentation either.
    The C++ examples are not overwhelming, are they?
    Worse, they are not supported. Otherwise SBO-support is very hilfsbereit.
    Cheers,
    Evert

Maybe you are looking for

  • Wireless security question

    Hi, I'm new to wireless broadband and set up my BT Home Hub 2.0 about a week and a half ago.  When I was first configuring the settings, I was prompted to change my admin password, which I did.  I subsequently decided to change the wireless key as we

  • How to return highest/lowest value in a group of accounts?

    Hi gurus, I'm facing a requirement where in HFM, I need to set the value of an account to be the same as the highest value of a group of other accounts (POV is the same, all accounts are lowest level in hierarchy). So basically, I need a rule/script/

  • Cursor remaining in the current item even after pressing Enter-Query

    We have an application running in 10g. We are getting similar problems in three forms of the application. In the form there are 2 datablocks which has a master-detail relationship. After the data for the first datablock is retreived, when I click on

  • CRM setup tables

    Hi,         Can any one please let me know what is the T Code to delete & filling the set up tables in CRM.And  in RSA7 what would be the impact  if we delete the Data or Queue. Thanks & Regards Kranthi

  • APEX accessing ASP Session Cookie...?

    Hi, I'm trying to build an application to fit in with a pre-existing website. This site authenticates users, setting appropriate session variables in a cookie. Then each asp page carries a script to check these session variables, denying access if th