[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: problem after updating gui
From: |
Ben Abbott |
Subject: |
Re: problem after updating gui |
Date: |
Tue, 31 Jan 2012 19:37:40 -0500 |
On Jan 31, 2012, at 7:25 PM, Robinson, Melvin D wrote:
> From: Ben Abbott address@hidden
>
> On Jan 31, 2012, at 6:31 PM, Robinson, Melvin D wrote:
>
>> On 1/31/12 4:40 PM, "Ben Abbott" <address@hidden> wrote:
>>
>>> On Jan 31, 2012, at 5:36 PM, Ben Abbott wrote:
>>>
>>>> On Jan 31, 2012, at 5:30 PM, Ben Abbott wrote:
>>>>
>>>>> After you moved the hgrc, I see ...
>>>>>
>>>>> $ hg pull ; hg update -C gui
>>>>> pulling from /Users/bpabbott/Development/mercurial/octave
>>>>> searching for changes
>>>>> adding changesets
>>>>> adding manifests
>>>>> adding file changes
>>>>> added 1 changesets with 2 changes to 2 files
>>>>> (run 'hg update' to get a working copy)
>>>>> fatal: Not a git repository (or any of the parent directories): .git
>>>>> abort: git rev-parse error 128 in gui/qirc
>>>>>
>>>>> Ben
>>>>
>>>> From the gui directory ...
>>>>
>>>> $ ls -l
>>>> total 16
>>>> drwxr-xr-x 3 bpabbott staff 102 Jan 31 10:32 bin
>>>> drwxr-xr-x 5 bpabbott staff 170 Jan 31 10:05 kb-layouts
>>>> drwxr-xr-x 14 bpabbott staff 476 Jan 31 10:05 languages
>>>> drwxr-xr-x 8 bpabbott staff 272 Jan 31 10:05 media
>>>> -rw-r--r-- 1 bpabbott staff 957 Jan 31 10:05 msvc-debug.pri
>>>> drwxr-xr-x 6 bpabbott staff 204 Jan 31 17:29 qirc
>>>> drwxr-xr-x 5 bpabbott staff 170 Jan 31 10:32 qterminal
>>>> drwxr-xr-x 27 bpabbott staff 918 Jan 31 10:05 src
>>>> -rw-r--r-- 1 bpabbott staff 435 Jan 31 10:05 translators
>>>> drwxr-xr-x 2 bpabbott staff 68 Jan 31 10:32 ui-files
>>>>
>>>> Am I catching you in a transition ?
>>>>
>>>> Ben
>>>
>>> I took your earlier advice and deleted qirc and qterminal. Now I'm able
>>> to update.
>>>
>>> Ben
>>
>> I get a whole smattering of errors now. I also took the suggestion of
>> deleting qirc and qterminal. These seem to have updated OK, but some path
>> must have gotten screwed up.
>>
>> In file included from MainWindow.h:31,
>> from MainWindow.cpp:25:
>> backend/OctaveLink.h:28:27: error: octave/config.h: No such file or
>> directory
>> backend/OctaveLink.h:29:29: error: octave/cmd-edit.h: No such file or
>> directory
>> backend/OctaveLink.h:30:26: error: octave/error.h: No such file or
>> directory
>> backend/OctaveLink.h:31:28: error: octave/file-io.h: No such file or
>> directory
>> backend/OctaveLink.h:32:26: error: octave/input.h: No such file or
>> directory
>> backend/OctaveLink.h:33:24: error: octave/lex.h: No such file or directory
>> backend/OctaveLink.h:34:30: error: octave/load-path.h: No such file or
>> directory
>> backend/OctaveLink.h:35:27: error: octave/octave.h: No such file or
>> directory
>> backend/OctaveLink.h:36:29: error: octave/oct-hist.h: No such file or
>> directory
>> backend/OctaveLink.h:37:28: error: octave/oct-map.h: No such file or
>> directory
>> backend/OctaveLink.h:38:28: error: octave/oct-obj.h: No such file or
>> directory
>> backend/OctaveLink.h:39:24: error: octave/ops.h: No such file or directory
>> backend/OctaveLink.h:40:23: error: octave/ov.h: No such file or directory
>> backend/OctaveLink.h:41:31: error: octave/ov-usr-fcn.h: No such file or
>> directory
>>
>> Many more like these.
>
> The entire process I used is below ...
>
> cd gui
> rm -r ./qirc
> rm -r ./qterminal
> make clean
> hg pull ; hg update -C gui
> qmake-qt4
> make
>
> Ben
>
> I did this, but there seems to be no src/octave directory. Do you have one?
No.
Maybe there are some files remaining from the past ?
>From the top of your archive you can delete everything that isn't part of the
>mercurial archive by ...
hg status | grep '^? ' | sed "s/^? /rm /g" | /bin/sh
... which means you'll have to rebuild everything.
cd gui
qmake-qt4
make
Ben
- problem after updating gui, Ben Abbott, 2012/01/31
- Re: problem after updating gui, Ben Abbott, 2012/01/31
- Re: problem after updating gui, Ben Abbott, 2012/01/31
- Re: problem after updating gui, Robinson, Melvin D, 2012/01/31
- Re: problem after updating gui, Ben Abbott, 2012/01/31
- RE: problem after updating gui, Robinson, Melvin D, 2012/01/31
- Re: problem after updating gui,
Ben Abbott <=
- RE: problem after updating gui, Robinson, Melvin D, 2012/01/31