02-27-2009, 06:21 AM
Hi v-drifters,
I am trying to get the "PyGTK Track Editor" woking. According to the README in the svn repository you've to do a
Unfortunaltely, this ends up with an error on my machine.
I made sure to have the latest repository...
Do I have to check out a branch or something...?
I am trying to get the "PyGTK Track Editor" woking. According to the README in the svn repository you've to do a
Code:
scons wrapper
Unfortunaltely, this ends up with an error on my machine.
Code:
scons: *** Source file: src/vdrift.i is static and is not compatible with shared target: build/_vdrift.so
scons: building terminated because of errors.
I made sure to have the latest repository...
Code:
tobias@holden:~/vdrift$ svn info
Path: .
URL: http://svn.vdrift.net/repos/vdrift/trunk
Repository Root: http://svn.vdrift.net/repos/vdrift
Repository UUID: f68921f7-4efc-0310-90ae-aa24c258f575
Revision: 2362
Node Kind: directory
Schedule: normal
Last Changed Author: joevenzon
Last Changed Rev: 2362
Last Changed Date: 2009-02-27 02:32:11 +0100 (Fri, 27 Feb 2009)
Code:
tobias@holden:~/vdrift/pygtk-trackeditor$ svn info
Path: .
URL: http://svn.vdrift.net/repos/vdrift-trackeditor/branches/pygtk-trackeditor
Repository Root: http://svn.vdrift.net/repos/vdrift-trackeditor
Repository UUID: f828601f-f105-0410-955a-c2823f43a0c2
Revision: 73
Node Kind: directory
Schedule: normal
Last Changed Author: rookie1
Last Changed Rev: 67
Last Changed Date: 2008-04-28 15:23:18 +0200 (Mon, 28 Apr 2008)
Do I have to check out a branch or something...?