|
From: Arthur N. <ac...@ca...> - 2014-12-18 16:04:58
|
Perhaps the first request is that you email me directly from an address that does not bounce when I try to reply. If the one at att.net is unreliable then one of the other public systems might be useful. Sorry about that but defaled support for you will be way better if we can exchange messages directly without ALL of it needing to be via the public list. The issue of !@reduce etc applies in the CSL version and setting !@reduce := "junk"; is not liable to help unless just is the path-name to where the Reduce sources live!!!! Let's exchange private message so I can see EXACTLY what you are doing and help out. Arthur On Thu, 18 Dec 2014, Kostas Oikonomou wrote: > In the process of developing a new package, in my case named "nlopt", > the command > > package!-remake 'nlopt; > > is very convenient. Unfortunately it produces this error: > > ***** Missing file $reduce/packages/nlopt/nlopt.red > > Now it is not true that this file is missing, but, according to a > previous conversation with Arthur, > Reduce wants the Lisp variable !@reduce or !$reduce set to the right value. > > Nevertheless, if I do, as a test, > > ----------------------------------------------------------------------- > 3* !@reduce := "junk"; > "junk" > > 4* !$reduce := "junk"; > "junk" > > the problem persists > > 5* package!-remake 'nlopt; > > ***** Missing file $reduce/packages/nlopt/nlopt.red > > ----------------------------------------------------------------------- > > Am I doing something wrong here? > > > I also tried in a shell window > > ----------------------------------------------------------------------- > $ export reduce=junk > $ redcsl > ----------------------------------------------------------------------- > with the same results. > > > Can someone help with this? It would be very convenient to get > package!-remake to work. > > Kostas > > > > ------------------------------------------------------------------------------ > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server > from Actuate! Instantly Supercharge Your Business Reports and Dashboards > with Interactivity, Sharing, Native Excel Exports, App Integration & more > Get technology previously reserved for billion-dollar corporations, FREE > http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk > _______________________________________________ > Reduce-algebra-developers mailing list > Red...@li... > https://lists.sourceforge.net/lists/listinfo/reduce-algebra-developers > |