You are on page 1of 3

g++ -o ./Modulos/GeradorRelatorioJoin/Interfaces/cInterfaceGeradorRelatorioJoin.

o -c ./Modulos/GeradorRelatorioJoin/Interfaces/cInterfaceGeradorRelatorioJoin.cp
p
In file included from ./Modulos/GeradorRelatorioJoin/Interfaces/../tableedit/./f
ield.h:7:0,
from ./Modulos/GeradorRelatorioJoin/Interfaces/../tableedit/sim
ple.h:8,
from ./Modulos/GeradorRelatorioJoin/Interfaces/cInterfaceGerado
rRelatorioJoin.cpp:7:
./Modulos/GeradorRelatorioJoin/Interfaces/../tableedit/././fieldtypes.h:11:17: e
rror: param_treatment in namespace pqxx::prepare does not name a type
pqxx::prepare::param_treatment Treatment;
^
./Modulos/GeradorRelatorioJoin/Interfaces/../tableedit/././fieldtypes.h: In cons
tructor FieldTypes::FieldTypes():
./Modulos/GeradorRelatorioJoin/Interfaces/../tableedit/././fieldtypes.h:21:51: e
rror: treat_string is not a member of pqxx::prepare
m["text"] = (FieldType){ "text", "text",
pqxx::prepare::treat_string }
;
^
./Modulos/GeradorRelatorioJoin/Interfaces/../tableedit/././fieldtypes.h:21:79: e
rror: too many initializers for FieldType
m["text"] = (FieldType){ "text", "text",
pqxx::prepare::treat_string }
;
^
./Modulos/GeradorRelatorioJoin/Interfaces/../tableedit/././fieldtypes.h:22:78: e
rror: treat_string is not a member of pqxx::prepare
m["timestampz"] = (FieldType){ "timestampz", "timestamp with time zone", pq
xx::prepare::treat_string };
^
./Modulos/GeradorRelatorioJoin/Interfaces/../tableedit/././fieldtypes.h:22:106:
error: too many initializers for FieldType
m["timestampz"] = (FieldType){ "timestampz", "timestamp with time zone", pq
xx::prepare::treat_string };
^
./Modulos/GeradorRelatorioJoin/Interfaces/../tableedit/././fieldtypes.h:23:54: e
rror: treat_bool is not a member of pqxx::prepare
m["bool"] = (FieldType){ "bool", "boolean",
pqxx::prepare::treat_bool
};
^
./Modulos/GeradorRelatorioJoin/Interfaces/../tableedit/././fieldtypes.h:23:80: e
rror: too many initializers for FieldType
m["bool"] = (FieldType){ "bool", "boolean",
pqxx::prepare::treat_bool
};
^
./Modulos/GeradorRelatorioJoin/Interfaces/../tableedit/././fieldtypes.h:24:53: e
rror: treat_direct is not a member of pqxx::prepare
m["int8"] = (FieldType){ "int8", "bigint",
pqxx::prepare::treat_direct
};
^
./Modulos/GeradorRelatorioJoin/Interfaces/../tableedit/././fieldtypes.h:24:81: e
rror: too many initializers for FieldType
m["int8"] = (FieldType){ "int8", "bigint",
pqxx::prepare::treat_direct
};
^
./Modulos/GeradorRelatorioJoin/Interfaces/../tableedit/././fieldtypes.h:25:55: e
rror: treat_direct is not a member of pqxx::prepare

m["int2"] = (FieldType){ "int2",


ct };

"smallint",

pqxx::prepare::treat_dire

^
./Modulos/GeradorRelatorioJoin/Interfaces/../tableedit/././fieldtypes.h:25:83: e
rror: too many initializers for FieldType
m["int2"] = (FieldType){ "int2", "smallint",
pqxx::prepare::treat_dire
ct };
^
./Modulos/GeradorRelatorioJoin/Interfaces/../tableedit/././fieldtypes.h:26:55: e
rror: treat_direct is not a member of pqxx::prepare
m["float4"] = (FieldType){ "float4", "real",
pqxx::prepare::treat_dire
ct };
^
./Modulos/GeradorRelatorioJoin/Interfaces/../tableedit/././fieldtypes.h:26:83: e
rror: too many initializers for FieldType
m["float4"] = (FieldType){ "float4", "real",
pqxx::prepare::treat_dire
ct };
^
./Modulos/GeradorRelatorioJoin/Interfaces/../tableedit/././fieldtypes.h:27:55: e
rror: treat_string is not a member of pqxx::prepare
m["char"] = (FieldType){ "char", "\"char\"",
pqxx::prepare::treat_stri
ng };
^
./Modulos/GeradorRelatorioJoin/Interfaces/../tableedit/././fieldtypes.h:27:83: e
rror: too many initializers for FieldType
m["char"] = (FieldType){ "char", "\"char\"",
pqxx::prepare::treat_stri
ng };
^
./Modulos/GeradorRelatorioJoin/Interfaces/../tableedit/././fieldtypes.h:28:65: e
rror: treat_direct is not a member of pqxx::prepare
m["float8"] = (FieldType){ "float8", "double precision", pqxx::prepare::
treat_direct };
^
./Modulos/GeradorRelatorioJoin/Interfaces/../tableedit/././fieldtypes.h:28:93: e
rror: too many initializers for FieldType
m["float8"] = (FieldType){ "float8", "double precision", pqxx::prepare::
treat_direct };
^
./Modulos/GeradorRelatorioJoin/Interfaces/../tableedit/././fieldtypes.h:29:67: e
rror: treat_string is not a member of pqxx::prepare
m["varchar"] = (FieldType){ "varchar", "character varying", pqxx::prepare
::treat_string };
^
./Modulos/GeradorRelatorioJoin/Interfaces/../tableedit/././fieldtypes.h:29:95: e
rror: too many initializers for FieldType
m["varchar"] = (FieldType){ "varchar", "character varying", pqxx::prepare
::treat_string };
^
./Modulos/GeradorRelatorioJoin/Interfaces/../tableedit/././fieldtypes.h:30:50: e
rror: treat_string is not a member of pqxx::prepare
m["date"] = (FieldType){ "date", "date",
pqxx::prepare::treat_string };
^
./Modulos/GeradorRelatorioJoin/Interfaces/../tableedit/././fieldtypes.h:30:78: e
rror: too many initializers for FieldType
m["date"] = (FieldType){ "date", "date",
pqxx::prepare::treat_string };

^
./Modulos/GeradorRelatorioJoin/Interfaces/../tableedit/././fieldtypes.h:31:54: e
rror: treat_direct is not a member of pqxx::prepare
m["int4"] = (FieldType){ "int4", "integer",
pqxx::prepare::treat_direc
t };
^
./Modulos/GeradorRelatorioJoin/Interfaces/../tableedit/././fieldtypes.h:31:82: e
rror: too many initializers for FieldType
m["int4"] = (FieldType){ "int4", "integer",
pqxx::prepare::treat_direc
t };
^
In file included from ./Modulos/GeradorRelatorioJoin/Interfaces/cInterfaceGerado
rRelatorioJoin.cpp:7:0:
./Modulos/GeradorRelatorioJoin/Interfaces/../tableedit/simple.h: At global scope
:
./Modulos/GeradorRelatorioJoin/Interfaces/../tableedit/simple.h:37:58: error: pqx
x::prepare::declaration has not been declared
virtual void BindSelectQueryParamTypes(pqxx::prepare::declaration& d);
^
In file included from ./Modulos/GeradorRelatorioJoin/Interfaces/cInterfaceGerado
rRelatorioJoin.cpp:9:0:
./Modulos/GeradorRelatorioJoin/Interfaces/../tableedit/searchable.h:33:57: error
: pqxx::prepare::declaration has not been declared
virtual void BindSelectQueryParamTypes(pqxx::prepare::declaration& d);
^
Modulos/GeradorRelatorioJoin/makefile:11: recipe for target Modulos/GeradorRela
torioJoin/Interfaces/cInterfaceGeradorRelatorioJoin.o failed
make[1]: *** [Modulos/GeradorRelatorioJoin/Interfaces/cInterfaceGeradorRelatorio
Join.o] Error 1

You might also like