Hi! make mono-design still does not work.
I fixed the python issue by installing python3, but the script will not work, as it tries to download some sources from the anonsvn URL-s. It needs updating too. Can anyone please look into this? Is this supposed to give monodevelop an more-or-less integrated support for winforms? Regards, Ákos Vandra On 8 October 2012 11:47, Akos Vandra <[email protected]> wrote: > Hi! > > What worries me is the description: > > The python script will: > > Download a subset of Mono System.Design assembly's source code from SVN > Apply a set of patches to make it run against Microsoft .NET > Change namespaces to "Mono.Design". > > download the source code from SVN? The SVN does not work anymore right? > > Regards, > Ákos Vandra > > On 7 October 2012 17:08, Andres G. Aragoneses <[email protected]> wrote: >> On 07/10/12 14:02, Akos Vandra wrote: >>> >>> Hi! >>> >>> The svn URL on this page: >>> http://www.mono-project.com/WinForms_Designer is outdated. The >>> subdomain does not exist. I suppose you guys moved on to git? >>> >>> akos@fm12bq:~/mono/mwf-designer$ nslookup anonsvn.mono-project.net >>> Server: 127.0.0.1 >>> Address: 127.0.0.1#53 >>> >>> ** server can't find anonsvn.mono-project.net: NXDOMAIN >> >> >> Just fixed the wiki to point to github. Thanks for the heads up. >> >> >> >>> I found the code somehow (don't really remember how), and downloaded >>> it with git. I am able to build the code, but "make mono-design" >>> fails: >>> >>> akos@fm12bq:~/mono/mwf-designer$ make mono-design >>> cd deps/Mono.Design && make >>> make[1]: Entering directory >>> `/home/akos/mono/mwf-designer/deps/Mono.Design' >>> python generate-mono-design.py >>> Traceback (most recent call last): >>> File "generate-mono-design.py", line 7, in <module> >>> import urllib.request, urllib.error >>> ImportError: No module named request >>> make[1]: *** [generate-md] Error 1 >>> make[1]: Leaving directory `/home/akos/mono/mwf-designer/deps/Mono.Design' >>> make: *** [mono-design] Error 2 >>> >>> I'd appreciate any help with this. I suppose it would integrate >>> support for the designer within monodevelop, right? >> >> >> You seem to be missing some python library... but cannot really advice on >> this (not very knowledgeable about python, and don't know the status of this >> codebase). If you manage to fix it, don't forget to send a pull request. >> >> >> >> _______________________________________________ >> Mono-list maillist - [email protected] >> http://lists.ximian.com/mailman/listinfo/mono-list _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
