Discussion:
[Python.NET] [Patch] Python.NET build on Ubuntu 10.04/Mono 2.4.4/Python2.6
VIKAS DHIMAN
2011-02-01 18:25:02 UTC
Permalink
Hi all,

Through some dirty fixes, I was able to build Python.NET on Ubuntu. Can
anyone please review and merge my patch (attached) ?

Thanks,
Vikas

Changes:
1. Added namespace to src/runtime/pyansistring.cs
2. Some generalizations in src/monoclr/Makefile
3. I was getting error "Irrecoverable syntax error" with ilasm on
clrmodule.il . Fixed by following changes:
3.1 Renamed src/runtime/clrmodule.il to src/runtime/clrmodule.pp.il .
3.2 Modified ./Makefile to run cpp preprocessor on src/runtime/
clrmodule.pp.il and generate src/runtime/clrmodule.il
Barton
2011-02-06 10:37:20 UTC
Permalink
This is very cool... I've just set up a Ubuntu 10.04 box in order to be
able to do testing on this project. Now perhaps I'll be able to build...
Post by VIKAS DHIMAN
Hi all,
Through some dirty fixes, I was able to build Python.NET on Ubuntu.
Can anyone please review and merge my patch (attached) ?
Thanks,
Vikas
1. Added namespace to src/runtime/pyansistring.cs
2. Some generalizations in src/monoclr/Makefile
3. I was getting error "Irrecoverable syntax error" with ilasm on
3.1 Renamed src/runtime/clrmodule.il <http://clrmodule.il> to
src/runtime/clrmodule.pp.il <http://clrmodule.pp.il> .
3.2 Modified ./Makefile to run cpp preprocessor on
src/runtime/clrmodule.pp.il <http://clrmodule.pp.il> and generate
src/runtime/clrmodule.il <http://clrmodule.il>
Barton
2011-02-13 22:26:11 UTC
Permalink
Hazzah! It build and runs... Now if I can just get the MonoDevelop
debugger to fire the python.exe, so that I can do some tracing.
Any suggestions????

Thanks, to all very much,
Barton
Post by VIKAS DHIMAN
Hi all,
Through some dirty fixes, I was able to build Python.NET on Ubuntu.
Can anyone please review and merge my patch (attached) ?
Thanks,
Vikas
1. Added namespace to src/runtime/pyansistring.cs
2. Some generalizations in src/monoclr/Makefile
3. I was getting error "Irrecoverable syntax error" with ilasm on
3.1 Renamed src/runtime/clrmodule.il to
src/runtime/clrmodule.pp.il .
3.2 Modified ./Makefile to run cpp preprocessor on
src/runtime/clrmodule.pp.il and generate src/runtime/clrmodule.il
_________________________________________________
Python.NET mailing list - PythonDotNet-+ZN9ApsXKcEdnm+***@public.gmane.org
http://mail.python.org/mailman/listinfo/pythondotnet

Loading...