Hi, I am trying to compile latest Mozart code from mozart-gecode branch in my windows platform using cygwin. I am getting the following error. It appears it is not configured properly to be compiled in a Windows platform. Is that true? Any help is appreciated ... creating ./config.status creating Makefile configuring in dss running /bin/sh /cygdrive/d/data/amaity/workspace/MozartGecode/platform/dss/conf igure --prefix=/usr --disable-contrib-micq --cache-file=../.././config.cache -- srcdir=/cygdrive/d/data/amaity/workspace/MozartGecode/platform/dss configure: loading cache ../.././config.cache configure: error: cannot run /bin/sh ./config.sub configure: error: /cygdrive/d/data/amaity/workspace/MozartGecode/platform/dss/co nfigure failed for dss configure: error: /cygdrive/d/data/amaity/workspace/MozartGecode/platform/config ure failed for platform
Thanks, Ashis -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Maity, Ashis K Sent: Thursday, January 07, 2010 2:53 PM To: Mozart users Subject: RE: Mozart Next Release Thanks Boriss! Indeed the URL is correct and thanks for the login and password. However, I had to struggle quite a bit after that to checkout the code in my computer. This is due to proxy setup at my work. I am just noting the following for future users. If you are behind proxy and using svn to check out files from an external URL, you need to change the following in "servers" file from ../Application Data/Subversion directory: [groups] group1 = *gforge.info.ucl.ac.be # external URL # othergroup = repository.blarggitywhoomph.com # thirdgroup = *.example.com ### Information for the first group: [group1] http-proxy-host = proxy2.abc.com # your company proxy http-proxy-port = 80 http-proxy-username = http-proxy-password = http-timeout = 60 http-auth-types = basic;digest;negotiate neon-debug-mask = 130 Now though I am struggling to compile the checked out code. It seems something wrong in configure file and I am having hard time in compiling! Thanks, Ashis -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Boriss Mejias Sent: Thursday, January 07, 2010 6:13 AM To: Mozart users Subject: Re: Mozart Next Release Maity, Ashis K wrote: > Hi Torsten, > > Thanks for your response! Looks like our email filtering sometimes blocks > some messages > from Mozart/Oz user-group as I did not get this message in my email and only > found > later while browsing the messages in the web. Yes, indeed I did play with > recomputation and > it did solve the memory issues partially (by using bigger recomputation > distance). > But our demand for tackling larger problems continued to grow and the Oz > engine is crashing as soon > as we feed larger problem. Run time is also an issue for these as well. That > is why we are thinking of > switching to Gecode. But before complete switch we would like to play with > Geoz. > > I am having trouble to get the Geoz code to play with. Can you help me where > I can download the latest > mozart-gecode? Is it from here > (https://gforge.info.ucl.ac.be/svn/mozart/branches/mozart-gecode)? Hi Ashis, That's the correct address. The svn repository is hosted at GForge/UCL. You have two choices here. Either you create a gforge user for you, or you use our generic mozart user, which is simpler: svn checkout --username mozart \ https://gforge.info.ucl.ac.be/svn/mozart/branches/mozart-gecode And the password is mozart too. cheers Boriss _________________________________________________________________________________ mozart-users mailing list [email protected] http://www.mozart-oz.org/mailman/listinfo/mozart-users
