I am getting this error trying to compile for a darwin-x86 target:

/home/jjbenham/public_html/gub/target/darwin-x86/src/denemo-git.savannah.gnu.org--denemo.git-master/src/source/proof.c:
In function 'press':
/home/jjbenham/public_html/gub/target/darwin-x86/src/denemo-git.savannah.gnu.org--denemo.git-master/src/source/proof.c:105:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
/home/jjbenham/public_html/gub/target/darwin-x86/src/denemo-git.savannah.gnu.org--denemo.git-master/src/source/proof.c:105:
error: invalid type argument of 'unary *' (have 'int')
/home/jjbenham/public_html/gub/target/darwin-x86/src/denemo-git.savannah.gnu.org--denemo.git-master/src/source/proof.c:106:
error: 'EvMappingList' undeclared (first use in this function)
/home/jjbenham/public_html/gub/target/darwin-x86/src/denemo-git.savannah.gnu.org--denemo.git-master/src/source/proof.c:106:
error: (Each undeclared identifier is reported only once
/home/jjbenham/public_html/gub/target/darwin-x86/src/denemo-git.savannah.gnu.org--denemo.git-master/src/source/proof.c:106:
error: for each function it appears in.)
/home/jjbenham/public_html/gub/target/darwin-x86/src/denemo-git.savannah.gnu.org--denemo.git-master/src/source/proof.c:106:
error: 'mapping_list' undeclared (first use in this function)
/home/jjbenham/public_html/gub/target/darwin-x86/src/denemo-git.savannah.gnu.org--denemo.git-master/src/source/proof.c:110:
warning: initialization makes pointer from integer without a cast
/home/jjbenham/public_html/gub/target/darwin-x86/src/denemo-git.savannah.gnu.org--denemo.git-master/src/source/proof.c:114:
error: 'EvMapping' undeclared (first use in this function)
/home/jjbenham/public_html/gub/target/darwin-x86/src/denemo-git.savannah.gnu.org--denemo.git-master/src/source/proof.c:114:
error: 'mapping' undeclared (first use in this function)
/home/jjbenham/public_html/gub/target/darwin-x86/src/denemo-git.savannah.gnu.org--denemo.git-master/src/source/proof.c:115:
error: 'EvAnnotation' undeclared (first use in this function)
/home/jjbenham/public_html/gub/target/darwin-x86/src/denemo-git.savannah.gnu.org--denemo.git-master/src/source/proof.c:115:
error: 'annot' undeclared (first use in this function)
/home/jjbenham/public_html/gub/target/darwin-x86/src/denemo-git.savannah.gnu.org--denemo.git-master/src/source/proof.c:122:
warning: assignment makes pointer from integer without a cast
/home/jjbenham/public_html/gub/target/darwin-x86/src/denemo-git.savannah.gnu.org--denemo.git-master/src/source/proof.c:
In function 'find_annotated_pages':
/home/jjbenham/public_html/gub/target/darwin-x86/src/denemo-git.savannah.gnu.org--denemo.git-master/src/source/proof.c:138:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
/home/jjbenham/public_html/gub/target/darwin-x86/src/denemo-git.savannah.gnu.org--denemo.git-master/src/source/proof.c:138:
error: invalid type argument of 'unary *' (have 'int')
/home/jjbenham/public_html/gub/target/darwin-x86/src/denemo-git.savannah.gnu.org--denemo.git-master/src/source/proof.c:139:
error: 'EvMappingList' undeclared (first use in this function)
/home/jjbenham/public_html/gub/target/darwin-x86/src/denemo-git.savannah.gnu.org--denemo.git-master/src/source/proof.c:139:
error: 'mapping_list' undeclared (first use in this function)
make[2]: *** [proof.o] Error 1
make[2]: *** Waiting for unfinished jobs....
mv -f .deps/prefops.Tpo .deps/prefops.Po
make[2]: Leaving directory
`/home/jjbenham/public_html/gub/target/darwin-x86/build/denemo-git.savannah.gnu.org--denemo.git-master/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/home/jjbenham/public_html/gub/target/darwin-x86/build/denemo-git.savannah.gnu.org--denemo.git-master'
make: *** [all] Error 2
_______________________________________________
Denemo-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/denemo-devel

Reply via email to