|
From: <si...@EE...> - 2004-02-03 22:22:52
|
Good. You're not the first user, but there are not too many windows developers using Matlisp. I'd be happy to get feedback from you as you encounter problems. Keep in mind, especially, that some functions will not be available on windows, for example, discrete fourier transforms and some special purpose functions. What are you doing that so heavily relies on SVD? Tunc ----- Original Message ----- From: Ernst van Waning <ev...@in...> Date: Tuesday, February 3, 2004 1:59 pm Subject: RE: [Matlisp-users] Matlisp on ACLv6 works here :) > Hello! > > Found what was wrong -- pretty trivial: (user::current-directory) was > correct, but *default-pathname-defaults* was pointing one > directory higher. > After setting *default-pathname-defaults* to (user::current-directory) > Matlisp (the version Tunc referred to in the message quoted below) > compiledand loaded, seemingly as expected. > > Is it true that I am one of the first Matlisp-users on windows? > In that > case I will be glad to send you a transcript of the compilation. > There are > lots of messages that may be more meaningful to you than they are > currentlyto me :) > > Tried some things (multiplication and SVD), which appeared to work as > expected. So, my problem is over. > > OTOH, I understand it is a lot of work to make Matlisp and keep it > working,so if you need a bit of help from my side, just say so & > I'll see what I can > do. I plan to make a system that uses large non-sparse matrices, > whichrelies heavily on the SVD. > > Again, I hope to hear from you soon. > > Kind regards, > > Ernst > > PS Totally off-topic, but very curious where the name Tunc Simsek > originates from:) > > "-----Original Message----- > "From: mat...@li... > "[mat...@li...]On Behalf Of > "si...@EE... > "Sent: 02 February 2004 23:28 > "To: Raymond Toy > "Cc: ev...@in...; Matlisp Users > "Subject: Re: [Matlisp-users] Matlisp and ACLv6 > " > " > "Hi again. > " > "Two point here. > " > "First, Ernst, I insist that you infact not loading > "the distribution from the link I sent you. > "I just checked and f77-mangling.lisp exists in > "the right place. I think you're trying to load > "the distribution you got from matlisp.sourceforge.net. > "My suspicions were first arised when I say matlisp-1.0b > "in the command line in your dribble. > "Please try just one more time. Make sure to get > "the zip file from > " > "http://robotics.eecs.berkeley.edu/~simsek/matlisp-allegro-v6.2.zip > " > "Then unzip it to say c:/ (this will create a directory > "called c:/matlisp). Then, from within allegro, do: > " > ":cd c:/matlisp > ":ld start > " > " > "The second point. Ray. You're right. On unix you > "need to run configure. To avoid that, I manually configured > "for windows and produced the f77-mangling.lisp from the > "f77-mangling.lisp.in > "file. It exists in the link I gave above. > " > "Thanks again, > "Tunc > " > " > "----- Original Message ----- > "From: Raymond Toy <to...@rt...> > "Date: Monday, February 2, 2004 2:01 pm > "Subject: Re: [Matlisp-users] Matlisp and ACLv6 > " > "> >>>>> "Ernst" == Ernst van Waning <ev...@in...> writes: > "> > "> Ernst> Yes, ok, let me be patient :) > "> Ernst> I have tried to install from Tunc's URL again and > below "> you will find what > "> Ernst> my ACL62 wrote. Apparently some fasl files are > "> missing. In fact, bin as > "> Ernst> downloaded only has one lisp source and one file > called "> copyright and > "> Ernst> another called f77-mangling.lisp.in. The file > src\f77- > "> mangling.lisp is > "> Ernst> present in bin. So, I am a bit puzzled. > "> > "> Ernst> In case you want to look into it, I have attached a > "> dribble-bug, so you know > "> Ernst> my configuration. > "> > "> Did you run configure? If you don't, f77-mangling.lisp > won't exist; > "> configure creates it. I guess this makes it somewhat > difficult to run > "> on Windows if you don't have cygwin installed. > "> > "> But I've never tried building on Windows, so there might be > some other > "> way of doing it. > "> > "> Ray > "> > "> P.S. Please reply to all so the discussion gets archived to the > "> matlisp-users mailing list. > "> > "> > "> Ericsson automatically adds the following disclaimer. I > didn't do it. > "> " > "> > "> > "> > "> This communication is confidential and intended solely for the > "> addressee(s). Any unauthorized review, use, disclosure or > "> distribution is prohibited. If you believe this message has been > "> sent to you in error, please notify the sender by replying > to this > "> transmission and delete the message without disclosing it. > Thank you. > "> > "> E-mail including attachments is susceptible to data corruption, > "> interruption, unauthorized amendment, tampering and viruses, and > "> we only send and receive e-mails on the basis that we are not > "> liable for any such corruption, interception, amendment, > tampering "> or viruses or any consequences thereof. > "> > "> > "> ------------------------------------------------------- > "> The SF.Net email is sponsored by EclipseCon 2004 > "> Premiere Conference on Open Tools Development and Integration > "> See the breadth of Eclipse activity. February 3-5 in > Anaheim, CA. > "> http://www.eclipsecon.org/osdn > "> _______________________________________________ > "> Matlisp-users mailing list > "> Mat...@li... > "> https://lists.sourceforge.net/lists/listinfo/matlisp-users > "> > " > " > " > "------------------------------------------------------- > "The SF.Net email is sponsored by EclipseCon 2004 > "Premiere Conference on Open Tools Development and Integration > "See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. > "http://www.eclipsecon.org/osdn > "_______________________________________________ > "Matlisp-users mailing list > "Mat...@li... > "https://lists.sourceforge.net/lists/listinfo/matlisp-users > " > " > > |