From xemacs-m  Sat Feb 15 14:33:23 1997
Received: from sol1.cybernet-ag.net (sol1.cybernet-ag.net [194.221.86.98])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id OAA07233
	for <xemacs-beta@xemacs.org>; Sat, 15 Feb 1997 14:33:20 -0600 (CST)
Received: (from aseibert@localhost) by sol1.cybernet-ag.net  id VAA27416; Sat, 15 Feb 1997 21:32:30 +0100 (MET)
Date: Sat, 15 Feb 1997 21:32:30 +0100 (MET)
Message-Id: <199702152032.VAA27416@sol1.cybernet-ag.net>
From: Axel Seibert <aseibert@cybernet-ag.net>
To: xemacs-beta@xemacs.org
Subject: how to compile custom.el in a terminal-only environment?

Hi, all!

Im trying to build custom.el in a terminal-only environment
(NEXTSTEP3.2) because "make all" tells me:
Don't know how to make
/usr/local/src/xemacs-19.15-b93/src/../lisp/custom/custom.elc. 

Therefore I tried to compile the files in lisp/custom myself but get
the following errors:

1) When I simply start xemacs and try to byte-compile custom.el the
compilation is stopped with the following messages in *Compile-Log*
 15 21:25:21 1997 
  ** frame-parameters is an obsolete function; use frame-property
instead. 
While compiling custom-background-mode: 
  ** modify-frame-parameters is an obsolete function; use
set-frame-properties 
     instead. 
While compiling toplevel forms: 
  !! Symbol's function definition is void ((custom-declare-variable)) 

2) If I load-file custom.el before trying to compile it, the following
error messages appear in *Compile-Log*:
 15 21:29:09 1997 
  ** frame-parameters is an obsolete function; use frame-property
instead. 
While compiling custom-background-mode: 
  ** modify-frame-parameters is an obsolete function; use
set-frame-properties 
     instead. 
While compiling custom-display-match-frame: 
  ** window-system is an obsolete variable; use (console-type) 
While compiling the end of the data: 
  ** The following functions are not known to be defined:  
    x-get-resource, add-submenu, easy-menu-create-keymaps 


I used to program with elisp, but this time I can't figure out what's
going wrong...

Thanx in advance for your help,
Axel

