|
List Info
Thread: Compiling gcvs, GTK2 version.
|
|
| Compiling gcvs, GTK2 version. |

|
2006-02-27 02:33:09 |
David Planella wrote:
> Onto 'make', it then complained as usual about the
'INITIAL' macro and so
> on, so I did as Richard suggested:
>
> cd cvstree && touch lexer.cc
>
> That solved this problem. On the next 'make'
iteration, the following error
> appeared:
David, wanted to confirm that I encountered this same issue
(and used
the same solution) when I checked out sources from CVS to
build on my
32-bit system (which is not my normal dev system.)
>
> /bin/sh ../libtool --mode=link g++ -DqCvsDebug=0
-LNONE -o cvstree main.o
> CvsLog.o parser.o lexer.o ../lib/libgcvs.a
-lgtk-x11-2.0 -lgdk-x11-2.0 -
> latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0
-lfontconfig -lXinerama -lXi
> -lXrandr -lXext -lXcursor -lXfixes -lpango-1.0 -lcairo
-lXrender -lX11 -
> lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
> ../libtool: line 1654: cd: NONE: No such file or
directory
> libtool: link: cannot determine absolute directory name
of `NONE'
>
> After having a look at the offending Makefile, I
noticed that LDFLAGS was
> equal to -LNONE. Since libtool searches the path
specified after -L and
> "NONE" is not a directory, thus the error.
I manually deleted -LNONE from
> the Makefile(s) (later on I used a very simple sed
substitution script for
> that).
I did not run into this problem.
> make[1]: Leaving directory
`/home/dpm/SoftwareDevelopment/cvsgui/intl'
> Making install in po
> make[1]: Entering directory
`/home/dpm/SoftwareDevelopment/cvsgui/po'
> /bin/sh `case ".././mkinstalldirs" in /*)
echo ".././mkinstalldirs" ;; *)
> echo "../.././mkinstalldirs" ;; esac`
/usr/local/gcvs/share
> /bin/sh: ../.././mkinstalldirs: No such file or
directory
> make[1]: *** [install-data-yes] Error 127
> make[1]: Leaving directory
`/home/dpm/SoftwareDevelopment/cvsgui/po'
> make: *** [install-recursive] Error 1
I had this same problem, and used the same solution I
provided in a
later post.
After installing, when I run, I get this error in the
console window:
Error loading /usr/local/share/gcvs/RecursiveAddTk.py:
Traceback (most recent call last):
File
"/usr/local/share/gcvs/cvsgui/MacroRegistry.py",
line 152, in
LoadMacrosRecurs
execfile(filename, self.m_globals)
File
"/usr/local/share/gcvs/RecursiveAddTk.py", line
277, in ?
class AddSubstModeUI(CvsSubstModeUI):
NameError: name 'CvsSubstModeUI' is not defined
I'm not a Python programmer, so hopefully someone following
along with
some Python expertise can identify what the issue is here.
We've got some work to do, obviously, to get the gCvs build
working
smoothly with current toolsets.
--
Guy Rouillier
--
Guy Rouillier
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.y
ahoo.com/group/cvsgui/
<*> To unsubscribe from this group, send an email to:
cvsgui-unsubscribe@yahoogroups.com
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.c
om/info/terms/
|
|
| Compiling gcvs, GTK2 version. |

|
2006-02-27 06:54:10 |
Hello Guy,
Monday, February 27, 2006, 3:33:09 AM, you wrote:
--- shnipp ---
GR> After installing, when I run, I get this error in the
console window:
GR> Error loading
/usr/local/share/gcvs/RecursiveAddTk.py:
GR> Traceback (most recent call last):
GR> File
"/usr/local/share/gcvs/cvsgui/MacroRegistry.py",
line 152, in
GR> LoadMacrosRecurs
GR> execfile(filename, self.m_globals)
GR> File
"/usr/local/share/gcvs/RecursiveAddTk.py", line
277, in ?
GR> class AddSubstModeUI(CvsSubstModeUI):
GR> NameError: name 'CvsSubstModeUI' is not defined
GR> I'm not a Python programmer, so hopefully someone
following along with
GR> some Python expertise can identify what the issue is
here.
You have taken the python makros from the branch???
Update yuor Macros directory to be at the trunk (-A). And do
a 'make
install' again.
--
Best regards,
Richard mailto:richard wirthware.de
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.y
ahoo.com/group/cvsgui/
<*> To unsubscribe from this group, send an email to:
cvsgui-unsubscribe@yahoogroups.com
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.c
om/info/terms/
|
|
| Compiling gcvs, GTK2 version. |

|
2006-02-27 19:18:56 |
Richard Wirth wrote:
> Hello Guy,
>
> Monday, February 27, 2006, 3:33:09 AM, you wrote:
>
> --- shnipp ---
>
> GR> After installing, when I run, I get this error
in the console window:
>
> GR> Error loading
/usr/local/share/gcvs/RecursiveAddTk.py:
> GR> Traceback (most recent call last):
> GR> File
"/usr/local/share/gcvs/cvsgui/MacroRegistry.py",
line 152, in
> GR> LoadMacrosRecurs
> GR> execfile(filename, self.m_globals)
> GR> File
"/usr/local/share/gcvs/RecursiveAddTk.py", line
277, in ?
> GR> class AddSubstModeUI(CvsSubstModeUI):
> GR> NameError: name 'CvsSubstModeUI' is not
defined
>
> GR> I'm not a Python programmer, so hopefully
someone following along with
> GR> some Python expertise can identify what the
issue is here.
>
> You have taken the python makros from the branch???
> Update yuor Macros directory to be at the trunk (-A).
And do a 'make
> install' again.
Sorry Richard, I don't understand your reply. I just did a
straightforward checkout of module GCvsSrc2 using tag
GCVS_GTK2. I
didn't separately checkout the Python macros. So if there
is an
inconsistency, it's with the state of files in CVS. I
shouldn't have to
update my Macros directory after doing a fresh checkout of
the entire
source tree from CVS.
--
Guy Rouillier
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.y
ahoo.com/group/cvsgui/
<*> To unsubscribe from this group, send an email to:
cvsgui-unsubscribe@yahoogroups.com
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.c
om/info/terms/
|
|
| Compiling gcvs, GTK2 version. |

|
2006-02-27 22:31:00 |
Hi Guy,
I agree that one shouldn't have to update the Macros
directory after a fresh
checkout of GCvsSrc2 (branch GCVS_GTK), as you say. I think
Oliver gave you
a better answer than I could on this, so it might be worth
having a look
whether the PythonLib module is up to date. Anyway, in case
it helps, here's
a reminder of what I did to get the sources (from my first
post on
23/01/06):
> 1) cvs -d :pserver:anonymous cvs.sourceforge.net:/cvsroot/cvsgui co -r
> GCVS_GTK2 GCvsSrc2
> 2) cvs up -A Macros PythonLib (I read somewhere this
was needed, not sure
if
> it still applies)
so I did do an update of both modules after all, and in the
end I did not
see the problem you're describing when running gcvs.
[Non-text portions of this message have been removed]
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.y
ahoo.com/group/cvsgui/
<*> To unsubscribe from this group, send an email to:
cvsgui-unsubscribe@yahoogroups.com
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.c
om/info/terms/
|
|
| Compiling gcvs, GTK2 version. |

|
2006-03-12 08:33:02 |
Guy Rouillier wrote:
> David, wanted to confirm that I encountered this same
issue (and used
> the same solution) when I checked out sources from CVS
to build on my
> 32-bit system (which is not my normal dev system.)
Note to myself, and to whomever may need this thread. You
must touch
lexer.cc *before* running autogen.sh. I lost about an hour
and a half
tonight because I had forgotten that. If you touch it after
running
autogen.sh, it won't help. Very strange, that one. I
would think the
date dependency checking would still work after autogen, but
apparently not.
--
Guy Rouillier
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.y
ahoo.com/group/cvsgui/
<*> To unsubscribe from this group, send an email to:
cvsgui-unsubscribe@yahoogroups.com
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.c
om/info/terms/
|
|
[1-5]
|
|