[Biopython-dev] [Bug 1462] New: building Bio.trie fails

bugzilla-daemon at portal.open-bio.org bugzilla-daemon at portal.open-bio.org
Mon Jun 30 16:36:47 EDT 2003


http://bugzilla.bioperl.org/show_bug.cgi?id=1462

           Summary: building Bio.trie fails
           Product: Biopython
           Version: 1.10
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: blocker
          Priority: P2
         Component: Main Distribution
        AssignedTo: biopython-dev at biopython.org
        ReportedBy: malex at purdue.edu


building 'Bio.trie' extension
gcc -DNDEBUG -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fno-strict-aliasing
-fPIC -IBio -I/usr/include/python2.2 -c Bio/triemodule.c -o
build/temp.linux-i686-2.2/triemodule.o
In file included from Bio/triemodule.c:3:
Bio/trie.h:12: warning: function declaration isn't a prototype
Bio/triemodule.c:606:1: missing terminating " character
Bio/triemodule.c:607: error: syntax error before "This"
Bio/triemodule.c:607: error: stray '\' in program
Bio/triemodule.c:607: error: stray '\' in program
Bio/triemodule.c:607: error: stray '\' in program
Bio/triemodule.c:607: error: stray '\' in program
Bio/triemodule.c:607: error: stray '\' in program
Bio/triemodule.c:607: error: stray '\' in program
Bio/triemodule.c:607: error: stray '\' in program
Bio/triemodule.c:607: error: stray '\' in program
Bio/triemodule.c:607: error: stray '\' in program
Bio/triemodule.c:616:1: missing terminating " character
Bio/triemodule.c:595: warning: `trie_methods' defined but not used
Bio/triemodule.c:605: warning: `trie__doc__' defined but not used
error: command 'gcc' failed with exit status 1



In order to resolve it one simply has to join the lines 606 and 607 because line
607 is not recognised as a string otherwise. When that is done the build goes fine.

Regards,

Alex.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the Biopython-dev mailing list