|
View:
New views
12 Messages
—
Rating Filter:
Alert me
|
|
|
pwgl-users: r10, 10.5.2, cl-oscHi-
I just downloaded PWGL rc-10. I am running OS 10.5.2 on a Macbook Pro, 2g x 2g. On load, PWGL states: Could not find the following libraries while attempting to autoload them: "cl-osc" When I press "OK" it starts up normally, as far as I can tell. I downloaded cl-osc* and put it in the pwgl-library folder, and get this error: Neither choice gets me to a working PWGL. mz * from here: http://kiliansprotte.de/lisp/ || michael f. zbyszynski || assistant director of music composition and pedagogy || mzed@... -- +1.510.643.9990x314 || http://www.mikezed.com/ |
|
|
pwgl-users: PWMC 0.8631Hi everyone,
I posted a new version of the PWMC library that should work with the new rc10 update of PWGL. The library is compatible with the runtime version (i.e. the application) regardless of platform. There is also a new version of the FLAT tools library at the same place (the only difference is the compatibility with PWGL rc10). You will find it here: http://www.sandred.com/downloads.html Örjan |
|
|
Re: pwgl-users: r10, 10.5.2, cl-oscHello, I have the same problem. Message: Could not find the following libraries while attempting to autoload them: "fomus", "cl-osc" Apparently, it works well. I'm running PWGL on a MacBook Pro (Intel) 2Gb 2Gb, Mac Os X 10.4.11 Best regards Antonio de Sousa Dias le 3/03/08 20:53, Michael Zbyszynski - mzed@... à écrit: > Hi- > > I just downloaded PWGL rc-10. I am running OS 10.5.2 on a Macbook Pro, > 2g x 2g. > > On load, PWGL states: Could not find the following libraries while > attempting to autoload them: "cl-osc" When I press "OK" it starts up > normally, as far as I can tell. > > I downloaded cl-osc* and put it in the pwgl-library folder, and get > this error: > > > > > Neither choice gets me to a working PWGL. > > mz > > > * from here: http://kiliansprotte.de/lisp/ > > > > > || michael f. zbyszynski > || assistant director of music composition and pedagogy > || mzed@... -- +1.510.643.9990x314 > || http://www.mikezed.com/ > > > > > |
|
|
Re: pwgl-users: r10, 10.5.2, cl-oscHi all,
Works fine here! MacbookPro (intel) MacOs 10.5.2 2GX2G PWGL - 1.0 beta rc10-500 Best, Carlos Caires http://prices2.pbwiki.com/IRIN On 04/03/2008, at 01:37, Antonio de Sousa Dias wrote: > > > Hello, > > I have the same problem. > > Message: Could not find the following libraries while attempting to > autoload > them: "fomus", "cl-osc" > > Apparently, it works well. > > I'm running PWGL on a MacBook Pro (Intel) 2Gb 2Gb, Mac Os X 10.4.11 > > Best regards > > Antonio de Sousa Dias > > > > le 3/03/08 20:53, Michael Zbyszynski - mzed@... à > écrit: > >> Hi- >> >> I just downloaded PWGL rc-10. I am running OS 10.5.2 on a Macbook >> Pro, >> 2g x 2g. >> >> On load, PWGL states: Could not find the following libraries while >> attempting to autoload them: "cl-osc" When I press "OK" it starts up >> normally, as far as I can tell. >> >> I downloaded cl-osc* and put it in the pwgl-library folder, and get >> this error: >> >> >> >> >> Neither choice gets me to a working PWGL. >> >> mz >> >> >> * from here: http://kiliansprotte.de/lisp/ >> >> >> >> >> || michael f. zbyszynski >> || assistant director of music composition and pedagogy >> || mzed@... -- +1.510.643.9990x314 >> || http://www.mikezed.com/ >> >> >> >> >> > > > |
|
|
Re: pwgl-users: r10, 10.5.2, cl-oscHi,
Sorry, cl-osc seems to have vanished from rc10. I include it here and you can put it in your PWGL/pwgl-library folder, if you need it. The 'fomus' library is already included in the code so you should not try to autoload it (thus it has been removed on purpose from rc10). To remove unwanted/missing autoload libraries, do the following: You can edit directly with TextEdit the following file: '/PWGL-User/Preferences/auto-load-libraries' that lists the autoload library names. For instance, my autoload file looks like this (it will autoload only the 'esquisse' lib): (IN-PACKAGE :CCL) (SETF SYSTEM::*PWGL-LIBRARY-LOAD-FILES* (QUOTE ("ESQUISSE"))) Remove from autoload file the string "fomus", and this should remove the 'fomus' lib from autoload, or remove "cl-osc", to get rid of 'cl-osc', and so on. I hope this solves your problems, Mikael On Mar 4, 2008, at 3:37 PM, Antonio de Sousa Dias wrote: > > > Hello, > > I have the same problem. > > Message: Could not find the following libraries while attempting to > autoload > them: "fomus", "cl-osc" > > Apparently, it works well. > > I'm running PWGL on a MacBook Pro (Intel) 2Gb 2Gb, Mac Os X 10.4.11 > > Best regards > > Antonio de Sousa Dias > > > > le 3/03/08 20:53, Michael Zbyszynski - mzed@... à > écrit: > >> Hi- >> >> I just downloaded PWGL rc-10. I am running OS 10.5.2 on a Macbook >> Pro, >> 2g x 2g. >> >> On load, PWGL states: Could not find the following libraries while >> attempting to autoload them: "cl-osc" When I press "OK" it starts up >> normally, as far as I can tell. >> >> I downloaded cl-osc* and put it in the pwgl-library folder, and get >> this error: >> >> >> >> >> Neither choice gets me to a working PWGL. >> >> mz >> >> >> * from here: http://kiliansprotte.de/lisp/ >> >> >> >> >> || michael f. zbyszynski >> || assistant director of music composition and pedagogy >> || mzed@... -- +1.510.643.9990x314 >> || http://www.mikezed.com/ >> >> >> >> >> > > |
|
|
Re: pwgl-users: r10, 10.5.2, cl-oscPerfect! Best Antonio http://www.sousadias.com/ le 4/03/08 21:40, Mikael Laurson - laurson@... à écrit: > Hi, > > Sorry, cl-osc seems to have vanished from rc10. > > I include it here and you can put it in your PWGL/pwgl-library > folder, if you need it. > > The 'fomus' library is already included in the code so you should not > try to autoload it (thus it has been > removed on purpose from rc10). > > To remove unwanted/missing autoload libraries, do the following: > You can edit directly with TextEdit the following file: > > '/PWGL-User/Preferences/auto-load-libraries' > > that lists the autoload library names. > > For instance, my autoload file looks like this (it will autoload only > the 'esquisse' lib): > > (IN-PACKAGE :CCL) > (SETF SYSTEM::*PWGL-LIBRARY-LOAD-FILES* (QUOTE ("ESQUISSE"))) > > > Remove from autoload file the string "fomus", and this should remove > the 'fomus' lib from autoload, > or remove "cl-osc", to get rid of 'cl-osc', and so on. > > I hope this solves your problems, > > Mikael > |
|
|
Re: pwgl-users: r10, 10.5.2, cl-oscI have the same issue; with cl-osc in the library folder I get
"component :TRIVIAL-SOCKETS not found, required by #<ASDF:SYSTEM "cl- osc 200DFE03> Would you like to debug this in the terminal? I say no, and PWGL doesn't open. I say yes and the terminal opens: Last login: Tue Mar 4 11:13:51 on ttys000 /tmp/LWtemp.Macintosh.local.773.1.command ; exit; Macintosh:~ mzed$ /tmp/LWtemp.Macintosh.local.773.1.command ; exit; ? mz On 4 Mar 08, at 12:40 , Mikael Laurson wrote: > Hi, > > Sorry, cl-osc seems to have vanished from rc10. > > I include it here and you can put it in your PWGL/pwgl-library > folder, if you need it. > > The 'fomus' library is already included in the code so you should > not try to autoload it (thus it has been > removed on purpose from rc10). > > To remove unwanted/missing autoload libraries, do the following: > You can edit directly with TextEdit the following file: > > '/PWGL-User/Preferences/auto-load-libraries' > > that lists the autoload library names. > > For instance, my autoload file looks like this (it will autoload > only the 'esquisse' lib): > > (IN-PACKAGE :CCL) > (SETF SYSTEM::*PWGL-LIBRARY-LOAD-FILES* (QUOTE ("ESQUISSE"))) > > > Remove from autoload file the string "fomus", and this should remove > the 'fomus' lib from autoload, > or remove "cl-osc", to get rid of 'cl-osc', and so on. > > I hope this solves your problems, > > Mikael > > <cl-osc.zip> > > > On Mar 4, 2008, at 3:37 PM, Antonio de Sousa Dias wrote: > >> >> >> Hello, >> >> I have the same problem. >> >> Message: Could not find the following libraries while attempting to >> autoload >> them: "fomus", "cl-osc" >> >> Apparently, it works well. >> >> I'm running PWGL on a MacBook Pro (Intel) 2Gb 2Gb, Mac Os X 10.4.11 >> >> Best regards >> >> Antonio de Sousa Dias >> >> >> >> le 3/03/08 20:53, Michael Zbyszynski - mzed@... à >> écrit: >> >>> Hi- >>> >>> I just downloaded PWGL rc-10. I am running OS 10.5.2 on a Macbook >>> Pro, >>> 2g x 2g. >>> >>> On load, PWGL states: Could not find the following libraries while >>> attempting to autoload them: "cl-osc" When I press "OK" it starts up >>> normally, as far as I can tell. >>> >>> I downloaded cl-osc* and put it in the pwgl-library folder, and get >>> this error: >>> >>> >>> >>> >>> Neither choice gets me to a working PWGL. >>> >>> mz >>> >>> >>> * from here: http://kiliansprotte.de/lisp/ >>> >>> >>> >>> >>> || michael f. zbyszynski >>> || assistant director of music composition and pedagogy >>> || mzed@... -- +1.510.643.9990x314 >>> || http://www.mikezed.com/ >>> >>> >>> >>> >>> >> >> > > || michael f. zbyszynski || assistant director of music composition and pedagogy || mzed@... -- +1.510.643.9990x314 || http://www.mikezed.com/ |
|
|
Re: pwgl-users: r10, 10.5.2, cl-oscTrashing my preferences cured this problem.
mz On 4 Mar 08, at 14:37 , Michael Zbyszynski wrote: > I have the same issue; with cl-osc in the library folder I get > "component :TRIVIAL-SOCKETS not found, required by #<ASDF:SYSTEM "cl- > osc 200DFE03> Would you like to debug this in the terminal? > > I say no, and PWGL doesn't open. I say yes and the terminal opens: > > Last login: Tue Mar 4 11:13:51 on ttys000 > /tmp/LWtemp.Macintosh.local.773.1.command ; exit; > Macintosh:~ mzed$ /tmp/LWtemp.Macintosh.local.773.1.command ; exit; > > ? > > mz > > On 4 Mar 08, at 12:40 , Mikael Laurson wrote: > >> Hi, >> >> Sorry, cl-osc seems to have vanished from rc10. >> >> I include it here and you can put it in your PWGL/pwgl-library >> folder, if you need it. >> >> The 'fomus' library is already included in the code so you should >> not try to autoload it (thus it has been >> removed on purpose from rc10). >> >> To remove unwanted/missing autoload libraries, do the following: >> You can edit directly with TextEdit the following file: >> >> '/PWGL-User/Preferences/auto-load-libraries' >> >> that lists the autoload library names. >> >> For instance, my autoload file looks like this (it will autoload >> only the 'esquisse' lib): >> >> (IN-PACKAGE :CCL) >> (SETF SYSTEM::*PWGL-LIBRARY-LOAD-FILES* (QUOTE ("ESQUISSE"))) >> >> >> Remove from autoload file the string "fomus", and this should >> remove the 'fomus' lib from autoload, >> or remove "cl-osc", to get rid of 'cl-osc', and so on. >> >> I hope this solves your problems, >> >> Mikael >> >> <cl-osc.zip> >> >> >> On Mar 4, 2008, at 3:37 PM, Antonio de Sousa Dias wrote: >> >>> >>> >>> Hello, >>> >>> I have the same problem. >>> >>> Message: Could not find the following libraries while attempting >>> to autoload >>> them: "fomus", "cl-osc" >>> >>> Apparently, it works well. >>> >>> I'm running PWGL on a MacBook Pro (Intel) 2Gb 2Gb, Mac Os X 10.4.11 >>> >>> Best regards >>> >>> Antonio de Sousa Dias >>> >>> >>> >>> le 3/03/08 20:53, Michael Zbyszynski - mzed@... à >>> écrit: >>> >>>> Hi- >>>> >>>> I just downloaded PWGL rc-10. I am running OS 10.5.2 on a Macbook >>>> Pro, >>>> 2g x 2g. >>>> >>>> On load, PWGL states: Could not find the following libraries while >>>> attempting to autoload them: "cl-osc" When I press "OK" it starts >>>> up >>>> normally, as far as I can tell. >>>> >>>> I downloaded cl-osc* and put it in the pwgl-library folder, and get >>>> this error: >>>> >>>> >>>> >>>> >>>> Neither choice gets me to a working PWGL. >>>> >>>> mz >>>> >>>> >>>> * from here: http://kiliansprotte.de/lisp/ >>>> >>>> >>>> >>>> >>>> || michael f. zbyszynski >>>> || assistant director of music composition and pedagogy >>>> || mzed@... -- +1.510.643.9990x314 >>>> || http://www.mikezed.com/ >>>> >>>> >>>> >>>> >>>> >>> >>> >> >> > > || michael f. zbyszynski > || assistant director of music composition and pedagogy > || mzed@... -- +1.510.643.9990x314 > || http://www.mikezed.com/ > > > > > || michael f. zbyszynski || assistant director of music composition and pedagogy || mzed@... -- +1.510.643.9990x314 || http://www.mikezed.com/ |
|
|
pwgl-users: ksquant - can't open saved files with simple2score...Hi,
when I try to load a saved pwgl file with the ksquant function "simple2score"saved on it, I get a terminal with this: "Last login: Mon Mar 17 19:27:12 on ttys000 macbook-pro-de-ze:~ ze$ /tmp/LWtemp.macbook-pro-de-ze.local.289.1.command ; exit;" I have attached the file so you guys can see if you can open it or guess what is going on... thanks for any tips. (IN-PACKAGE :CCL) ;; this patch was saved with PWGL version 1.0 beta rc-9 (0.9.9-500) (ASSERT-PATCH-SAVED-VERSION-NOT-NEWER-THAN (QUOTE ((0 9 9) 500))) (LET ((WIN (MAKE-INSTANCE (QUOTE PWGL-PW-WINDOW) :PWGL-SUBVIEWS (LIST (MAKE-INSTANCE (QUOTE PWGL-BOX) :PWGL-SUBVIEWS (LIST (MAKE-INSTANCE (QUOTE PWGL-VALUE-BOX-SUBVIEW) :BOX-STRING "value" :CURVAL (LIST 0 1) :VALUE-STRING "(0 1)")) :X 1.084D0 :Y 1.7720000000000003D0 :Z -0.1 :W 0.26 :H 0.1 :BOX-STRING "value-box" :PWGL-OUTPUTS (LIST (MAKE-INSTANCE (QUOTE PWGL-OUTPUT))) :BOX-LAYOUT (MAKE-INSTANCE (QUOTE PWGL-BOX-LAYOUT) :GROUPING-LIST (LIST 1) :ORIG-GROUPING-LIST (LIST 1) :BORDER 0.012) :PW-FUNCTION (QUOTE VALUE-BOX)) (MAKE-INSTANCE (QUOTE PWGL-BOX) :PWGL-SUBVIEWS (LIST (MAKE-INSTANCE (QUOTE PWGL-VALUE-BOX-SUBVIEW) :BOX-STRING "simple" :CURVAL (LIST 0 1 2 3) :VALUE-STRING "(0 1 2 3)") (MAKE-INSTANCE (QUOTE PWGL-MENUBOX-SUBVIEW) :BOX-STRING "keyarg" :MINVAL 0 :MAXVAL 6 :MENU-LIST (LIST ":time-signatures" ":metronomes" ":scale" ":max-div" ":forbidden-divs" ":forbidden-patts" ":merge-marker") :MENU-LIST-STRING ":time-signatures") (MAKE-INSTANCE (QUOTE PWGL-VALUE-BOX-SUBVIEW) :BOX-STRING "&key" :CURVAL (LIST 4 4) :VALUE-STRING "(4 4)")) :X 1.056D0 :Y 0.944D0 :Z -0.1 :W 1.1359999904632568D0 :H 0.17359999 :BOX-STRING "simple2score" :PWGL-OUTPUTS (LIST (MAKE-INSTANCE (QUOTE PWGL-OUTPUT))) :BOX-LAYOUT (MAKE-INSTANCE (QUOTE PWGL-BOX-LAYOUT) :GROUPING-LIST (LIST 1 2) :ORIG-GROUPING-LIST (LIST 1) :EXTENSION-PATTERN (LIST 2) :EXTENSION-LIMIT 15 :BORDER 0.012) :PW-FUNCTION (QUOTE KSQUANT:SIMPLE2SCORE) :OPEN-STATE-W 1.1359999904632568D0 :OPEN-STATE-H 0.17359999 :CURRENT-EXTENSION-PATTERN-INDEX* 1)) :X 5 :Y 5 :HITS 2 :TITLE "teste" :X 5 :Y 5 :WIDTH 730 :HEIGHT 530))) (WINDOW-SELECT WIN) WIN) |
|
|
Re: pwgl-users: ksquant - can't open saved files with simple2score...On Mar 18, 2008, at 12:30 AM, padovani wrote: > Hi, > when I try to load a saved pwgl file with the ksquant function > "simple2score"saved on it, I get a terminal with this: > "Last login: Mon Mar 17 19:27:12 on ttys000 > macbook-pro-de-ze:~ ze$ /tmp/LWtemp.macbook-pro-de-ze.local. > 289.1.command ; exit;" > I have attached the file so you guys can see if you can open it or > guess what is going on... > thanks for any tips. > I can open this without problems. Are you using the latest PWGL version (i.e. rc10)? Maybe your problem is that you have not loaded the ksquant library before opening the patch (this is only a problem if you are using older, pre-rc-10, versions of PWGL). In rc10 we have an autoload mechanism that should take care of these kind of situations. Mikael |
|
|
Re: pwgl-users: ksquant - can't open saved files with simple2score...Now it's ok... (rc10)
Well, as we are working with PWGL in a Discipline on the University, I have some other questions (or observation about possible things to debug): 1- PWGL seems not to like patches like "c:\Arquivos de Programas\" that have space between the words... 2 - Another problem is to make an install on a XP computer where the user don't have access to folders created at "Documents and Settings\Admin~" or something like that... 3 - When we try to use latin chars like "á" "ã" "ç" or thing like that (o XP or OSX) they don't write correctly (maybe some function related to chars - in Common Lisp I had to deal with "format" a little bit). It would be nice if we could use them (specially in comments)... 4 - On windows machines it seems to work better when the folder is in the root of the partition "c:".. thanks for the answers. J. H. Padovani Mikael Laurson escreveu: > > On Mar 18, 2008, at 12:30 AM, padovani wrote: > >> Hi, >> when I try to load a saved pwgl file with the ksquant function >> "simple2score"saved on it, I get a terminal with this: >> "Last login: Mon Mar 17 19:27:12 on ttys000 >> macbook-pro-de-ze:~ ze$ >> /tmp/LWtemp.macbook-pro-de-ze.local.289.1.command ; exit;" >> I have attached the file so you guys can see if you can open it or >> guess what is going on... >> thanks for any tips. >> > > I can open this without problems. > > Are you using the latest PWGL version (i.e. rc10)? > > Maybe your problem is that you have not loaded the ksquant library > before opening > the patch (this is only a problem if you are using older, pre-rc-10, > versions of PWGL). > > In rc10 we have an autoload mechanism that should take care of these > kind of situations. > > Mikael > > |
|
|
Re: pwgl-users: ksquant - can't open saved files with simple2score...Hi,
thanks for your mail! > 1- PWGL seems not to like patches like "c:\Arquivos de Programas\" that > have space between the words... I have only looked at the first point so far. And here I must say that I could not find a problem. (In windows, I saved and opened a patch, whose path contains spaces). Or were you talking about something else? Best, Kilian |
| Free Forum Powered by Nabble | Forum Help |