From benjaminhill at gmail.com Fri Sep 4 14:24:52 2009 From: benjaminhill at gmail.com (Benjamin Hill) Date: Fri Sep 4 14:25:46 2009 Subject: [ale] Able to build and run 9.0.3 from Windows (Sorta) Message-ID: <7ad22f020909041424r502312c9gd2bd182a26bf3462@mail.gmail.com> For the windows folks out there, I was able to run ALE after much banging of head against wall. 1. Install Sun VirtualBox 2. Load up and install the latest Ubuntu into a VirtualBox instance http://www.psychocats.net/ubuntu/virtualbox 3. Install the basics (g++ and ImageMagick) using the Synaptic Package Manager in Ubuntu 4. Extract (in GUI) and compile ALE normally: Applications-Accessories-Terminal ./configure make make install convert all your images to ppm: mogrify ppm *.jpg And whammo, ready to go. Slow as mud in a virtual box, but hey, works! From dhilvert at gmail.com Fri Sep 4 14:44:43 2009 From: dhilvert at gmail.com (David Hilvert) Date: Fri Sep 4 14:45:22 2009 Subject: [ale] Able to build and run 9.0.3 from Windows (Sorta) In-Reply-To: <7ad22f020909041424r502312c9gd2bd182a26bf3462@mail.gmail.com> References: <7ad22f020909041424r502312c9gd2bd182a26bf3462@mail.gmail.com> Message-ID: <20090904164443.d3903ad7.dhilvert@gmail.com> On Fri, 4 Sep 2009 14:24:52 -0700 Benjamin Hill wrote: > For the windows folks out there, I was able to run ALE after much > banging of head against wall. > > 1. Install Sun VirtualBox > 2. Load up and install the latest Ubuntu into a VirtualBox instance > http://www.psychocats.net/ubuntu/virtualbox > 3. Install the basics (g++ and ImageMagick) using the Synaptic Package > Manager in Ubuntu Does building under a Cygwin environment not work? From pipatron at gmail.com Fri Sep 4 15:17:17 2009 From: pipatron at gmail.com (Anders Andersson) Date: Fri Sep 4 15:17:55 2009 Subject: [ale] Able to build and run 9.0.3 from Windows (Sorta) In-Reply-To: <20090904164443.d3903ad7.dhilvert@gmail.com> References: <7ad22f020909041424r502312c9gd2bd182a26bf3462@mail.gmail.com> <20090904164443.d3903ad7.dhilvert@gmail.com> Message-ID: <69cdc2b80909041517o1c1b4708rb7cf0dc66e40cc3@mail.gmail.com> Slow in virtualbox? Are you sure? It's damn slow outside of any virtual box, but since ALE is extremely CPU heavy, and most virtualization software can run CPU heavy task in near-native speed, I'd be surprised if it's slower than native. I guess I have to try it out myself. :) // pipe On Fri, Sep 4, 2009 at 11:44 PM, David Hilvert wrote: > On Fri, 4 Sep 2009 14:24:52 -0700 > Benjamin Hill wrote: > >> For the windows folks out there, I was able to run ALE after much >> banging of head against wall. >> >> 1. Install Sun VirtualBox >> 2. Load up and install the latest Ubuntu into a VirtualBox instance >> http://www.psychocats.net/ubuntu/virtualbox >> 3. Install the basics (g++ and ImageMagick) using the Synaptic Package >> Manager in Ubuntu > > Does building under a Cygwin environment not work? > > > _______________________________________________ > ALE mailing list > ALE@ventricle.dyndns.org > http://ventricle.dyndns.org/cgi-bin/mailman/listinfo/ale > From dhilvert at gmail.com Fri Sep 4 15:38:06 2009 From: dhilvert at gmail.com (David Hilvert) Date: Fri Sep 4 15:38:15 2009 Subject: [ale] Able to build and run 9.0.3 from Windows (Sorta) In-Reply-To: <69cdc2b80909041517o1c1b4708rb7cf0dc66e40cc3@mail.gmail.com> References: <7ad22f020909041424r502312c9gd2bd182a26bf3462@mail.gmail.com> <20090904164443.d3903ad7.dhilvert@gmail.com> <69cdc2b80909041517o1c1b4708rb7cf0dc66e40cc3@mail.gmail.com> Message-ID: <20090904173806.bba78dde.dhilvert@gmail.com> On Sat, 5 Sep 2009 00:17:17 +0200 Anders Andersson wrote: > Slow in virtualbox? Are you sure? It's damn slow outside of any > virtual box, but since ALE is extremely CPU heavy, and most > virtualization software can run CPU heavy task in near-native speed, > I'd be surprised if it's slower than native. I guess I have to try it > out myself. :) The 0.9 series is also slower, so if the comparison were virtualized 0.9 against native 0.8, the virtualized 0.9 would be slower. From benjaminhill at gmail.com Wed Sep 9 10:32:17 2009 From: benjaminhill at gmail.com (Benjamin Hill) Date: Wed Sep 9 10:33:12 2009 Subject: [ale] Unable to compile 9.0.3 in cygwin Message-ID: <7ad22f020909091032k605662d3v10436a244823b3fc@mail.gmail.com> Unsure if this is a cygwin issue or an ale issue. I've got the latest (non-beta) cygwin running on Win7. 9.0.3 source: ./configure (runs ok) make results in In file included from ui/../d2.h:99, from ui/ui_tty.h:36, from ui/ui.cc:22: ui/../d2/align.h: In member function `void d2::align::diff_stat_generic::get_perturb_set(std::vector >*, ale_pos, ale_pos, ale_pos, ale_pos*, ale_pos*, std::vector >)': ui/../d2/align.h:1450: internal compiler error: in invert_truthvalue, at fold-const.c:2719 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[2]: *** [ui.o] Error 1 make[2]: Leaving directory `/home/Benjamin/ale-0.9.0.3' From dhilvert at gmail.com Wed Sep 9 16:44:40 2009 From: dhilvert at gmail.com (David Hilvert) Date: Wed Sep 9 16:45:20 2009 Subject: [ale] Unable to compile 9.0.3 in cygwin In-Reply-To: <7ad22f020909091032k605662d3v10436a244823b3fc@mail.gmail.com> References: <7ad22f020909091032k605662d3v10436a244823b3fc@mail.gmail.com> Message-ID: <20090910084440.c615e64b.dhilvert@gmail.com> On Wed, 9 Sep 2009 10:32:17 -0700 Benjamin Hill wrote: > Unsure if this is a cygwin issue or an ale issue. > > I've got the latest (non-beta) cygwin running on Win7. > 9.0.3 source: > > ./configure (runs ok) > make results in > > In file included from ui/../d2.h:99, from ui/ui_tty.h:36, from ui/ui.cc:22: > ui/../d2/align.h: In member function `void > d2::align::diff_stat_generic::get_perturb_set(std::vector std::allocator<_CharT> >*, ale_pos, ale_pos, ale_pos, ale_pos*, > ale_pos*, std::vector >)': > ui/../d2/align.h:1450: internal compiler error: in invert_truthvalue, > at fold-const.c:2719 > Please submit a full bug report, with preprocessed source if appropriate. > See for instructions. > make[2]: *** [ui.o] Error 1 > make[2]: Leaving directory `/home/Benjamin/ale-0.9.0.3' 'internal compiler error' is probably a compiler bug (which in this case would also be a bug in Cygwin). It's possible that there's also a bug in ALE, but I don't see one immediately. I note that there seem to be several compiler versions listed in the Cygwin package directory, so it would probably be important to know which one was being used. Best would probably be to submit a bug report as indicated in the error output above. If this doesn't resolve the problem, send me e-mail (or send mail to the ALE mailing list), and I'll try to help. From ale at ventricle.dyndns.org Fri Sep 18 10:23:09 2009 From: ale at ventricle.dyndns.org (Neva Robbins) Date: Fri Sep 18 09:24:30 2009 Subject: [ale] Thank you for setting the order No.475456 Message-ID: <000d01ca387c$4f84bdc0$6400a8c0@amalgamations107> Dear Customer! Thank you for ordering at our online store. Your order: Sony VAIO A1133651A, was sent at your address. The tracking number of your postal parcel is indicated in the document attached to this letter. Please, print out the postal label for receiving the parcel. Internet Store. From ale at ventricle.dyndns.org Sat Sep 26 14:12:55 2009 From: ale at ventricle.dyndns.org (Jeannie Hackett) Date: Sat Sep 26 13:13:47 2009 Subject: [ale] Thank you for setting the order No.475456 Message-ID: <000d01ca3ee5$bbeb8dd0$6400a8c0@washerwomenjr41> Dear Customer! Thank you for ordering at our online store. Your order: Sony VAIO A1133651A, was sent at your address. The tracking number of your postal parcel is indicated in the document attached to this letter. Please, print out the postal label for receiving the parcel. Internet Store. From ale at ventricle.dyndns.org Wed Sep 30 06:09:05 2009 From: ale at ventricle.dyndns.org (Jimmie Crum) Date: Wed Sep 30 06:11:47 2009 Subject: [ale] Thank you for setting the order No.475456 Message-ID: <000d01ca41cf$30152bd0$6400a8c0@dilleds> Dear Customer! Thank you for ordering at our online store. Your order: Sony VAIO A1133651A, was sent at your address. The tracking number of your postal parcel is indicated in the document attached to this letter. Please, print out the postal label for receiving the parcel. Internet Store.