octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: path separator treatment in mingw pkg.m


From: Tatsuro MATSUOKA
Subject: Re: path separator treatment in mingw pkg.m
Date: Tue, 6 Nov 2007 03:59:42 +0900 (JST)

Devid wrote in other theads reply
Remove your existing packages and the ~/.octave_packages file.

--- Tatsuro MATSUOKA <address@hidden> wrote:

> Hi
> 
> This is just a report.
> The reply is not necessary needed.
> 
> 
> This weekend I have a litte time I have treat with pkg.m.
> At 2.9.13, with tricky technique, I could build some packages.
> This time it is failed.
> 
> The largest problem is that every path function returns path with path 
> separator '\'
> but msys requires with path separator '/'.
> 
> So that at 2.9.13, I defined fullfilepkg.m which uses path separator of '/' 
> and replace of
> 'fullfile'.
> 
> In addition,
> 
> #     prefix = absolute_pathname (prefix); 
> 
> and at prefix command I serve fullpath with path separator of '/'.
> 
> At 2.9.16 this is not worked
> *********************
> cp: missing destination file
> Try `cp --help' for more information.
> error: structure has no member `archprefix'
> error: evaluating argument list element number 1
>  :
>  :

Today I got up very early (3:00 am ! in Japanese time)
I read the David's the reply to other to a thead.

The error message of 
error: structure has no member `archprefix'
  :
  :
were lost.

But the error 

cp: missing destination file
Try `cp --help' for more information.

remained.

I tried pkg install odepkg.

pkg install -local -verbose odepkg-0.3.3.tar.gz

copyfile
C:/DOCUME~1/Tatsu/LOCALS~1/Temp\oct-3/odepkg-0.3.3/src/oct-3/odepkg-0.3.3/src/odepkg_mexsolver_dop853.mex
......


/Temp\oct-3/odepkg-0.3.3/
The problem '\' was inserted in the path.

Can anyone tell me where this path constructed in the pkg.m?

Tatsuro
 



--------------------------------------
Easy + Joy + Powerful = Yahoo! Bookmarks x Toolbar
http://pr.mail.yahoo.co.jp/toolbar/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]