[Biopython-dev] Compiling for MacPython

Jeffrey Chang jchang at smi.stanford.edu
Fri Jan 17 17:35:12 EST 2003


Oops, that is an error that didn't cause my compiler to complain.
Andrew's fix is correct.  I've fixed the version in CVS.

Jeff


On Fri, Jan 17, 2003 at 12:44:03AM -0700, Andrew Dalke wrote:
> Yair Benita:
> > Hi All,
> > I have been trying to compile version 1.10 for MacPython. While most
> > extensions compiled with no problem, I still can't compile the trie
> > extension. The output of codewarrior is below, any ideas?
> > 
> > Error   : illegal string constant
> > triemodule.c line 606   "
> > Project: trie.mcp, Target: trie, Source File: triemodule.c
> 
> Starting with line 605 it looks like
> 
> 
> static char trie__doc__[] =
> "
> This module implements a trie data structure.  This allows an O(M)\n\
> 
> 
> Put a backslash character - \ - at the end of line 605, so it looks
> like
> 
> static char trie__doc__[] =
> "\
> This module implements a trie data structure.  This allows an O(M)\n\
> 
> What's there now isn't valid C, I think.
> 
> 					Andrew
> 					dalke at dalkescientific.com
> _______________________________________________
> Biopython-dev mailing list
> Biopython-dev at biopython.org
> http://biopython.org/mailman/listinfo/biopython-dev



More information about the Biopython-dev mailing list