Temp

De LCAD
Revisão de 16h33min de 8 de julho de 2008 por Flibio (discussão | contribs) (New page: [root@localhost DB_CORE]# make gcc -g -Wall -c -I. -o main.o main.c gcc -g -Wall -c -I. -o db_core.o db_core.c gcc -g -Wall -c -I. -o dictionary.o dictionary.c gcc -g -Wall -c -I. -o db_c...)
(dif) ← Edição anterior | Revisão atual (dif) | Versão posterior → (dif)
Ir para: navegação, pesquisa

[root@localhost DB_CORE]# make gcc -g -Wall -c -I. -o main.o main.c gcc -g -Wall -c -I. -o db_core.o db_core.c gcc -g -Wall -c -I. -o dictionary.o dictionary.c gcc -g -Wall -c -I. -o db_core_rpcs.o db_core_rpcs.c gcc -g -Wall -c -I. -o table_lib.o table_lib.c gcc -g -Wall -c -I. -o csv_file_lib.o csv_file_lib.c gcc -g -Wall -c -I. -o FILTER/filter.o FILTER/filter.c In file included from FILTER/filter.c:5: FILTER/jcinterface.h:5:17: error: jni.h: Arquivo ou diretório não encontrado In file included from FILTER/filter.c:5: FILTER/jcinterface.h:18: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token FILTER/jcinterface.h:19: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token make: ** [FILTER/filter.o] Erro 1 [root@localhost DB_CORE]#