From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Harald Hanche-Olsen Newsgroups: gmane.emacs.help Subject: Re: Emacs-unicode cvs launching problem on ubuntu dapper "Cannot open load file: term/x-win" Date: Tue, 06 Feb 2007 14:05:33 +0100 Organization: Norwegian university of science and technology Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1170769240 13957 80.91.229.12 (6 Feb 2007 13:40:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 6 Feb 2007 13:40:40 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Feb 06 14:40:36 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HEQYm-0007Mo-At for geh-help-gnu-emacs@m.gmane.org; Tue, 06 Feb 2007 14:40:36 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HEQYi-0005aD-8y for geh-help-gnu-emacs@m.gmane.org; Tue, 06 Feb 2007 08:40:32 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!news.astraweb.com!newsrouter-eu.astraweb.com!hwmnpeer01.ams!news.highwinds-media.com!feeder1.cambrium.nl!feed.tweaknews.nl!amsnews11.chello.com!uio.no!ntnu.no!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 32 Original-NNTP-Posting-Host: fiinbeck.math.ntnu.no Original-X-Trace: orkan.itea.ntnu.no 1170766790 6606 129.241.15.140 (6 Feb 2007 12:59:50 GMT) Original-X-Complaints-To: usenet@itea.ntnu.no Original-NNTP-Posting-Date: Tue, 6 Feb 2007 12:59:50 +0000 (UTC) User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.0 (berkeley-unix) Cancel-Lock: sha1:+ZPNEmcPmqJl4OfTAhvpwCjvDNw= Original-Xref: shelby.stanford.edu gnu.emacs.help:145319 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:40925 Archived-At: + "lianghu xu" : | I've met a problem to launching the latest emacs-unicode CVS Head. | | my complile configuration is as below, | ./configure --prefix=/usr --enable-font-backend --with-xft --with-freetype --with-gtk | make bootstrap | make install | | The problem is like below, | lianghu@ubuntu:~$ emacs | Cannot open load file: term/x-win | lianghu@ubuntu:~$ | | | I'd like to know what's wrong since the CVS is OK of Jan, 2007. You can help by investigating a little more on your own: Does /usr/share/emacs/23.0.0/lisp/term/x-win.el (or .el.gz or .elc) exist? How about in the source tree? (Should be in lisp/term/.) If yes, start emacs as: emacs -nw Does it seem to start up without problems? Does C-h v load-path RET reveal a reasonable load path? You could also try with and without the -q flag in case there is a problem in your own .emacs. If you can't solve it on your own, report your findings back here. - Harald