[Biopython-dev] Errors in compilation for Mac

Iddo Friedberg idoerg at cc.huji.ac.il
Mon Jan 7 09:05:36 EST 2002


Hi Yair,

For want of a better answer, could it be that the parameters with which
you are running your C compiler are a bit too strict, typewise? Seems like
the compiler refuses to cast a char to an unsigned char, which on most
compilers can be mitigated to a 'warning' level error, which does not halt
compilation. Try looking at your compilation parameters.

Don't-know-mac-but-had-my-bout-with-C-comp'ly yours,

Iddo


On Mon, 7 Jan 2002, Yair Benita wrote:

: Hi guys,
: I am trying to make the new release for the Mac.
: I get a compilation error in cfastpairwisemodule.c:
:
: Error : cannot convert
: 'char *' to
: 'unsigned char *'
: cfastpairwisemodule.c line 113 direction_matrix = (char *)NULL;
: Project: cfastpairwise.mcp, Target: cfastpairwise, Source File:
: cfastpairwisemodule.c
:
: This error is repeated several times.
: Any suggestions how to fix it?
: Thanks,
: Yair
: --
: Yair Benita
: Pharmaceutical Proteomics
: Utrecht University
:
: _______________________________________________
: Biopython-dev mailing list
: Biopython-dev at biopython.org
: http://biopython.org/mailman/listinfo/biopython-dev
:

--

Iddo Friedberg                                  | Tel: +972-2-6757374
Dept. of Molecular Genetics and Biotechnology   | Fax: +972-2-6757308
The Hebrew University - Hadassah Medical School | email: idoerg at cc.huji.ac.il
POB 12272, Jerusalem 91120                      |
Israel                                          |
http://bioinfo.md.huji.ac.il/marg/people-home/iddo/




More information about the Biopython-dev mailing list