Re: [Fractdev] xfractint 20.04p09
Compiling with NCURSES made disk video work properly, thanks. However, it seems to have a problem with @<file>/<name> arguments on the command line: shell 150> ./xfractint @fract19.par/oortcld batch=yes savename=oortcld -disk Searching common for r Searching win_menu for r Searching win for r Searching . for r Searching .svn for r Searching win_help for r Searching dos for r Searching extra for r Searching key for r Searching .. for r Searching ifs for r Searching maps for r Searching pars for r Searching tmp.par for r Searching formulas for r Searching unix for r Searching fotd for r Searching dos_help for r Searching lsystem for r Searching headers for r Segmentation fault -- "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download <http://www.xmission.com/~legalize/book/download/index.html> Legalize Adulthood! <http://blogs.xmission.com/legalize/>
On Sun, 2008-11-02 at 12:34 -0600, Jonathan Osuch wrote:
On Sun, 2008-11-02 at 00:24 -0600, Richard wrote:
However, it seems to have a problem with @<file>/<name> arguments on the command line:
Thanks. I've fixed it and committed the changes.
There still is a problem with the colors= parameter. I'll look into it. Jonathan
In article <1225650840.5946.1.camel@jonathan-desktop>, Jonathan Osuch <osuchj@avalon.net> writes:
On Sun, 2008-11-02 at 00:24 -0600, Richard wrote:
However, it seems to have a problem with @<file>/<name> arguments on the command line:
Thanks. I've fixed it and committed the changes.
When I did an update from subversion trunk, nothing changed. -- "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download <http://www.xmission.com/~legalize/book/download/index.html> Legalize Adulthood! <http://blogs.xmission.com/legalize/>
Rich,
When I did an update from subversion trunk, nothing changed.
The following is all that changed. I was able to update my DOS source right after I committed the changes from Linux. Jonathan Index: prompts2.c =================================================================== --- prompts2.c (revision 1512) +++ prompts2.c (revision 1541) @@ -2755,8 +2755,10 @@ } } #else - findpath(newfilename,temp_path); - strcpy(newfilename,temp_path); + if (!GETPATH) { + findpath(newfilename,temp_path); + strcpy(newfilename,temp_path); + } #endif /* check existence */ if(isadir==0 || isafile==1)
In article <1226709615.5953.5.camel@jonathan-desktop>, Jonathan Osuch <osuchj@avalon.net> writes:
The following is all that changed. I was able to update my DOS source right after I committed the changes from Linux.
I was up-to-date from subversion and this patch applied, so I don't think this is committed on the trunk. -- "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download <http://www.xmission.com/~legalize/book/download/index.html> Legalize Adulthood! <http://blogs.xmission.com/legalize/>
Rich,
The following is all that changed. I was able to update my DOS source right after I committed the changes from Linux.
I was up-to-date from subversion and this patch applied, so I don't think this is committed on the trunk.
Take a look at: http://fractint.net/fractsvn/trunk/fractint/common/prompts2.c Jonathan
Rich, The following problem should be fixed now. Thanks for bringing it to my attention. Jonathan
However, it seems to have a problem with @<file>/<name> arguments on the command line:
shell 150> ./xfractint @fract19.par/oortcld batch=yes savename=oortcld -disk Searching common for r Searching win_menu for r Searching win for r Searching . for r Searching .svn for r Searching win_help for r Searching dos for r Searching extra for r Searching key for r Searching .. for r Searching ifs for r Searching maps for r Searching pars for r Searching tmp.par for r Searching formulas for r Searching unix for r Searching fotd for r Searching dos_help for r Searching lsystem for r Searching headers for r Segmentation fault
participants (2)
-
Jonathan Osuch -
Richard