[sorry if this is the wrong list]
1. I tried to raise #2 as an issue on the website, but no luck. When
I click on "Add Issue" it does nothing. This is not surprising
since the HTML behind it looks like this:
<div class="add_issue">
<h3><a name="add_issue">Add Issue</a></h3>
<p>
<a href="/login/?return_uri=http%3A//rdflib.net/issues/">Login</a> to
submit a issue.
</p>
</div>
[ I will note that I am logged on, according to the top of the page ]
2. The issue I wanted to raise:
[EMAIL PROTECTED]:/usr/local/src/rdflib-2.4.0$ sudo python setup.py install
...
copying rdflib/syntax/parsers/n3p/__init__.py ->
build/lib.linux-i686-2.5/rdflib/syntax/parsers/n3p
running build_ext
building 'rdflib.sparql.bison.SPARQLParserc' extension
creating build/temp.linux-i686-2.5
creating build/temp.linux-i686-2.5/src
creating build/temp.linux-i686-2.5/src/bison
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O2 -Wall -Wstrict-prototypes
-fPIC -I/usr/include/python2.5 -c src/bison/SPARQLParser.c -o
build/temp.linux-i686-2.5/src/bison/SPARQLParser.o
src/bison/SPARQLParser.c:7:20: error: Python.h: No such file or directory
src/bison/SPARQLParser.c:8:26: error: structmember.h: No such file or directory
src/bison/SPARQLParser.c:15: error: expected Æ=Ç, Æ,Ç, Æ;Ç, ÆasmÇ or
Æ__attribute__Ç before Æ*Ç token
...
(This is Ubuntu 7.04 (Feisty Fawn))
I don't need SPARQL support, so if this isn't an easy fix, I'd
appreciate a clue about how to disable this module.
-- Sandro
_______________________________________________
Dev mailing list
[email protected]
http://rdflib.net/mailman/listinfo/dev