On 5/2/2011 8:33 PM, Mike Kupfer wrote:
Also, which repository are you pulling from: xemacs-beta or xemacs?
Pushes to xemacs age for a bit before being pushed to xemacs-beta. You
can use "hg path default" to get the answer.
$ hg path default
http://hg.debian.org/hg/xemacs/xemacs-beta
Here's why "pull" and "update" are separate:
every Mercurial workspace
is actually a complete repository (with history, etc). The "pull"
command updates your repository, copying over new stuff from the
repository you specified (or from the "default" repository). The
"update" command updates your "working directory" -- the snapshot
you
work in, like you'd get with "cvs co" -- from your repository.
cheers,
mike
That makes sense. in a case, I'm getting the same error
win32.o: In function `mswindows_read_link_1':
/home/esj/xemacs-beta/src/win32.c:513: undefined reference to `_IID_IPersistFile'
/home/esj/xemacs-beta/src/win32.c:571: undefined reference to `_IID_IPersistFile'
collect2: ld returned 1 exit status
Error reports attached
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta