[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
This time I want reply: Re: path separator treatment in mingw pkg.m
From: |
tmacchant |
Subject: |
This time I want reply: Re: path separator treatment in mingw pkg.m |
Date: |
Tue, 6 Nov 2007 18:51:17 +0900 (JST) |
--- address@hidden wrote:
>Date:2007/11/6(火) 03:59
>From:address@hidden
>Subject:Re: path separator treatment in mingw pkg.m
>To:address@hidden
>
>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/
>
>
--------------------------------------
Easy + Joy + Powerful = Yahoo! Bookmarks x Toolbar
http://pr.mail.yahoo.co.jp/toolbar/
- This time I want reply: Re: path separator treatment in mingw pkg.m,
tmacchant <=