Re: make xconfig & xfree???

2004-10-01 Thread Joost Witteveen
Carl Fink wrote: On Thu, Sep 30, 2004 at 09:03:05AM -0600, Justin Guerin wrote: I would recommend using some of the other suggestions given in this thread before using xhost +. On my box, I tend to issue xhost local:+, which is (I would think) pretty safe. If you are sure you're the only person

Re: make xconfig & xfree???

2004-09-30 Thread Carl Fink
On Thu, Sep 30, 2004 at 09:03:05AM -0600, Justin Guerin wrote: > I would recommend using some of the other suggestions given in this thread > before using xhost +. On my box, I tend to issue xhost local:+, which is (I would think) pretty safe. -- Carl Fink [EMAIL PROTECTED]

Re: make xconfig & xfree???

2004-09-30 Thread Justin Guerin
On Thursday 30 September 2004 08:11, Robert Tilley wrote: > On Wednesday 29 September 2004 11:40 pm, Jeremy Brown wrote: > > > > Might want to try doing: > > > > bash$ xhost + > > > > as a regular user, before attempting to connect to the X server as ^ > > root. > > > > Jeremy

Re: make xconfig & xfree???

2004-09-30 Thread Robert Tilley
On Wednesday 29 September 2004 11:40 pm, Jeremy Brown wrote: > Might want to try doing: > > bash$ xhost + > > as a regular user, before attempting to connect to the X server as root. > > Jeremy [EMAIL PROTECTED]:/usr/src/linux-2.6.8.1# xhost + xhost: unable to open display "" ??? Thanks, Bob -

Re: make xconfig & xfree???

2004-09-30 Thread Joost Witteveen
Jeremy Brown wrote: Robert Tilley wrote: Make was issued as root. Why can't root connect to the xserver? [EMAIL PROTECTED]:/usr/src/linux-2.6.8.1# make xconfig HOSTCC scripts/basic/fixdep HOSTCC scripts/basic/split-include HOSTCC scripts/basic/docproc HOSTCC scripts/kconfig/conf.o H

Re: make xconfig & xfree???

2004-09-30 Thread Andrea Vettorello
On Wed, 29 Sep 2004 23:40:25 -0400, Jeremy Brown <[EMAIL PROTECTED]> wrote: > Robert Tilley wrote: > > >Make was issued as root. Why can't root connect to the xserver? > > > >[EMAIL PROTECTED]:/usr/src/linux-2.6.8.1# make xconfig > > HOSTCC scripts/basi

Re: make xconfig & xfree???

2004-09-29 Thread Jeremy Brown
Robert Tilley wrote: Make was issued as root. Why can't root connect to the xserver? [EMAIL PROTECTED]:/usr/src/linux-2.6.8.1# make xconfig HOSTCC scripts/basic/fixdep HOSTCC scripts/basic/split-include HOSTCC scripts/basic/docproc HOSTCC scripts/kconfig/conf.o HOSTCC scripts/kc

Re: make xconfig & xfree???

2004-09-29 Thread Carl Fink
On Wed, Sep 29, 2004 at 07:18:01PM -0400, Robert Tilley wrote: > Make was issued as root. Why can't root connect to the xserver? Is an X server running? -- Carl Fink [EMAIL PROTECTED] Jabootu's Minister of Proofreading http://www.jabootu.com -- To UNSUBSCRIBE, email to [EMAIL

make xconfig & xfree???

2004-09-29 Thread Robert Tilley
Make was issued as root. Why can't root connect to the xserver? [EMAIL PROTECTED]:/usr/src/linux-2.6.8.1# make xconfig HOSTCC scripts/basic/fixdep HOSTCC scripts/basic/split-include HOSTCC scripts/basic/docproc HOSTCC scripts/kconfig/conf.o HOSTCC scripts/kconfig/kconfig_l

Re: make xconfig

2004-09-29 Thread Zachary Rizer
--- john gennard <[EMAIL PROTECTED]> wrote: > I'm trying to compile a 2.6.8 kernel in Unstable. > Normally, I use 'make > menuconfig', > but for a change decided to use 'make xconfig' and > installed 'libqt3-dev'. > All the o

make xconfig

2004-09-29 Thread john gennard
I'm trying to compile a 2.6.8 kernel in Unstable. Normally, I use 'make menuconfig', but for a change decided to use 'make xconfig' and installed 'libqt3-dev'. All the other software packages required for the 2.6.x kernels are installed. My attempt fail

Re: make xconfig, libqt3-dev & libqt3-mt-dev

2004-08-26 Thread Brian Nelson
gt; When I executed make xconfig, I got this error message: > > HOSTLD scripts/kconfig/qconf > /usr/bin/ld: cannot find -lqt > collect2: ld returned 1 exit status > make[1]: *** [scripts/kconfig/qconf] Error 1 > make: *** [xconfig] Error 2 Do a "make clean

Re: make xconfig, libqt3-dev & libqt3-mt-dev

2004-08-26 Thread Justin Guerin
On Thursday 26 August 2004 04:46, Quique wrote: > Hi, > I finally decided to jump to the 2.6 kernel branch :-) > > First I made sure I had recent releases of make, binutils, etc. Then I > downloaded, installed and untarred the kernel-source-2.6.8 package. > > When I execute

Re: make xconfig, libqt3-dev & libqt3-mt-dev

2004-08-26 Thread Quique
Thomas Adam dijo: > Is there any reason why you didn't just install 'libncurses5-dev' and use > 'make menuconfig'. Yes, and a very good one: curiosity :-) So far, I've been using Linux 2.0, 2.2 & 2.4. Now that I was jumping to 2.6, I wanted to see the new configuration app. > It's very useabl

Re: make xconfig, libqt3-dev & libqt3-mt-dev

2004-08-26 Thread Thomas Adam
On Thu, Aug 26, 2004 at 12:46:36PM +0200, Quique wrote: > So, why did configuring the latest kernel require a deprecated library? > I guess I missed something along the way :-( Can you please help? Is there any reason why you didn't just install 'libncurses5-dev' and use 'make menuconfig'. It's

make xconfig, libqt3-dev & libqt3-mt-dev

2004-08-26 Thread Quique
Hi, I finally decided to jump to the 2.6 kernel branch :-) First I made sure I had recent releases of make, binutils, etc. Then I downloaded, installed and untarred the kernel-source-2.6.8 package. When I executed make xconfig, I got this error message: HOSTLD scripts/kconfig/qconf

Re: Re: make gconfig (was: make xconfig not working)

2004-08-07 Thread Jane
I was having the same problem.   I finally got it working by deleting the source tree and re-extractin it after I installed all the requirements.  

Re: make gconfig (was: make xconfig not working)

2004-07-14 Thread Goedson Paixao
On Wed, 14 Jul 2004 08:56:28 -0600, Marvin Gerardo Aguero Salazar <[EMAIL PROTECTED]> wrote: > Well, giving up on make xconfig. Going for make gconfig now. > > What packages do I need to install gtk? libgtk2.0-dev -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

Re: make gconfig (was: make xconfig not working)

2004-07-14 Thread Robert William Hutton
Marvin Gerardo Aguero Salazar wrote: Well, giving up on make xconfig. Going for make gconfig now. What packages do I need to install gtk? I've been trying apt-get install gtk, gtk+ and other variants to no avail. Makefile:437: .config: No such file or directory make[1]: Nothing to be don

Re: make gconfig (was: make xconfig not working)

2004-07-14 Thread Marvin Gerardo Aguero Salazar
Well, giving up on make xconfig. Going for make gconfig now. What packages do I need to install gtk? I've been trying apt-get install gtk, gtk+ and other variants to no avail. Makefile:437: .config: No such file or directory make[1]: Nothing to be done for `Makefile'. * * Unable t

Re: make xconfig not working

2004-07-14 Thread Anthony Campbell
On 14 Jul 2004, Anthony Campbell wrote: > [snip] > > I tried this but it didn't allow make xconfig to work, and nor has any > of the other suggestions I've seen, in spite of repeated attempts and > the installation of all kinds of qt libraries from debian. I also tr

Re: make xconfig not working

2004-07-14 Thread Anthony Campbell
On 14 Jul 2004, Yohann Desquerre wrote: > Marvin Gerardo Aguero Salazar wrote: > > >Hi guys, > > > >I am trying to install/compile the kernel 2.6, but when I issue the 'make > >xconfig' command I get a whole bunch of errors. Here is just a sample: > >

Re: make xconfig not working

2004-07-13 Thread Yohann Desquerre
Marvin Gerardo Aguero Salazar wrote: Hi guys, I am trying to install/compile the kernel 2.6, but when I issue the 'make xconfig' command I get a whole bunch of errors. Here is just a sample: make[1]: Nothing to be done for `Makefile'. HOSTLD scripts/kconfig/qconf scripts/kconfi

make xconfig not working

2004-07-13 Thread Marvin Gerardo Aguero Salazar
Hi guys, I am trying to install/compile the kernel 2.6, but when I issue the 'make xconfig' command I get a whole bunch of errors. Here is just a sample: make[1]: Nothing to be done for `Makefile'. HOSTLD scripts/kconfig/qconf scripts/kconfig/qconf.o(.text+0x2b): In funct

Re: make xconfig in kernel 2.6.6. - how?

2004-06-24 Thread Anthony Campbell
On 23 Jun 2004, David Goodenough wrote: > On Wednesday 23 June 2004 13:38, Anthony Campbell wrote: > > The 2.6 kernel requires the qt library for "make xconfig". > > > > Could somebody kindly tell me which of the many qt libraries listed in > > Sid are needed h

Re: make xconfig in kernel 2.6.6. - how?

2004-06-23 Thread David Goodenough
On Wednesday 23 June 2004 13:38, Anthony Campbell wrote: > The 2.6 kernel requires the qt library for "make xconfig". > > Could somebody kindly tell me which of the many qt libraries listed in > Sid are needed here? I have libqt3c102 and libqt3c102-mt, which are > sup

Re: make xconfig in kernel 2.6.6. - how?

2004-06-23 Thread Derrick 'dman' Hudson
On Wed, Jun 23, 2004 at 01:38:23PM +0100, Anthony Campbell wrote: | The 2.6 kernel requires the qt library for "make xconfig". Yes. The xconfig UI is much nicer than the old one. There is also a GTK version you can choose, but it isn't as stable. | Could somebody kindly tell

make xconfig in kernel 2.6.6. - how?

2004-06-23 Thread Anthony Campbell
The 2.6 kernel requires the qt library for "make xconfig". Could somebody kindly tell me which of the many qt libraries listed in Sid are needed here? I have libqt3c102 and libqt3c102-mt, which are supposed to be the Trolltech libraries that are needed, but they don't help. Antho

Re: print kernel tree from make xconfig?

2004-04-17 Thread dircha
Matt Price wrote: anyone know whetheri t's possible to print out the lovely display of the kernel module tree from "make xconfig"? I would like to have an annotated copy (what modules are required on which machines for what purposes, etc...). do a screen grab out of gimp maybe

Re: print kernel tree from make xconfig?

2004-04-17 Thread Michael Graham
Matt wrote: > On Sat, Apr 17, 2004 at 06:13:56PM +0100, stephen parkinson wrote: > > Matt Price wrote: > > > > >anyone know whetheri t's possible to print out the lovely display > > >of > > >the kernel module tree from "make xconfig"

Re: print kernel tree from make xconfig?

2004-04-17 Thread Matt Price
On Sat, Apr 17, 2004 at 06:13:56PM +0100, stephen parkinson wrote: > Matt Price wrote: > > >anyone know whetheri t's possible to print out the lovely display of > >the kernel module tree from "make xconfig"? I would like to have an > >annotated copy (what

Re: print kernel tree from make xconfig?

2004-04-17 Thread stephen parkinson
Matt Price wrote: anyone know whetheri t's possible to print out the lovely display of the kernel module tree from "make xconfig"? I would like to have an annotated copy (what modules are required on which machines for what purposes, etc...). If there's another si

print kernel tree from make xconfig?

2004-04-16 Thread Matt Price
anyone know whetheri t's possible to print out the lovely display of the kernel module tree from "make xconfig"? I would like to have an annotated copy (what modules are required on which machines for what purposes, etc...). If there's another similar pretty picture

solved( Re: errors during make xconfig)

2004-03-08 Thread Kamaraju Kusumanchi
n' (or make-kpkg clean or whatever) before trying 'make xconfig' again? thanks for all the help. When I did the fakeroot mak-kpkg clean, the problem went away. regards raju -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: errors during make xconfig

2004-03-05 Thread Brian Nelson
rse error before `->' token > scripts/kconfig/qconf.cc:327: error: ISO C++ forbids declaration of > `hide' with >no type [...] I think you snipped some earlier output that may have been useful. What does your scripts/kconfig/.tmp_qtcheck look like? Did you do a 

Re: errors during make xconfig

2004-03-05 Thread Kamaraju Kusumanchi
nvalid use of undefined type `class ConfigList' scripts/kconfig/qconf.h:8: error: forward declaration of `class ConfigList' scripts/kconfig/qconf.cc:399: error: invalid declarator scripts/kconfig/qconf.cc:399: error: syntax error before `{' token scripts/kconfig/qconf.cc:410: error: ISO C++ forbids declaration of `last' with no type scripts/kconfig/qconf.cc:410: confused by earlier errors, bailing out make[1]: *** [scripts/kconfig/qconf.o] Error 1 make: *** [xconfig] Error 2 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: errors during make xconfig

2004-03-04 Thread Brian Nelson
Kamaraju Kusumanchi <[EMAIL PROTECTED]> writes: > Gregory Seidman wrote: > >>Looks to me like you have a Qt library installed which is incompatible >>with the C++ compiler you are using for your kernel compile. For >>example, if you have libqt3 installed rather than libqt3c102 (check >>with dpkg -

Re: errors during make xconfig

2004-03-03 Thread Kamaraju Kusumanchi
Gregory Seidman wrote: Looks to me like you have a Qt library installed which is incompatible with the C++ compiler you are using for your kernel compile. For example, if you have libqt3 installed rather than libqt3c102 (check with dpkg -l libqt\* and note that you may have to make your screen wid

Re: errors during make xconfig

2004-03-03 Thread Gregory Seidman
On Wed, Mar 03, 2004 at 12:16:17PM -0500, Kamaraju Kusumanchi wrote: } Hi all }I am trying to compile a kernel 2.6.3 and whenever I do make } xconfig, I am getting the following error. I am running debian testing. } could you please tell me what I should do? If I do make menuconfig, then

Re: errors during make xconfig

2004-03-03 Thread Roberto Sanchez
Kamaraju Kusumanchi wrote: Hi all I am trying to compile a kernel 2.6.3 and whenever I do make xconfig, I am getting the following error. I am running debian testing. could you please tell me what I should do? If I do make menuconfig, then everything is fine. Have you installed the QT

errors during make xconfig

2004-03-03 Thread Kamaraju Kusumanchi
Hi all I am trying to compile a kernel 2.6.3 and whenever I do make xconfig, I am getting the following error. I am running debian testing. could you please tell me what I should do? If I do make menuconfig, then everything is fine. scripts/kconfig/qconf.o(.gnu.linkonce.t

Re: Can't "make xconfig" for kernel 2.6.test9

2004-01-16 Thread Faheem Mitha
On Tue, 13 Jan 2004 10:31:34 -0600, Ramasubramanian Ramesh <[EMAIL PROTECTED]> wrote: >> On Sun, Jan 11, 2004 at 05:25:45PM -0600, Ramasubramanian Ramesh wrote: >> | Hi, >> | >> | I seem to have a problem doing make xconfig on the kernel-2.6.test9 >> |

Re: Re: Can't "make xconfig" for kernel 2.6.test9

2004-01-13 Thread Ramasubramanian Ramesh
> On Sun, Jan 11, 2004 at 05:25:45PM -0600, Ramasubramanian Ramesh wrote: > | Hi, > | > | I seem to have a problem doing make xconfig on the kernel-2.6.test9 > | sources > | obtained from sarge. I suspect qt installation problem based on the ld > | output. But you can see fr

Re: Re: Can't "make xconfig" for kernel 2.6.test9

2004-01-12 Thread Derrick 'dman' Hudson
On Mon, Jan 12, 2004 at 02:30:33PM -0600, Ramasubramanian Ramesh wrote: | I believe the problem is in qt installation as I should have | /usr/lib/libqt.a and I don't. I am I don't have that file either, yet xconfig works fine. | going rm libqt-dev and reinstall it and see. You're focusing on th

Re: Can't "make xconfig" for kernel 2.6.test9

2004-01-12 Thread Arnt Karlsen
ED]>: > > > > > Hi, > > > > > > I seem to have a problem doing make xconfig on the > > > kernel-2.6.test9 > > > > ..try 2.6.1 instead. The point with kernel-2.6.test9 was fix bugs > > for kernel-2.6.test10 etc, so a "bug-free

Re: Re: Can't "make xconfig" for kernel 2.6.test9

2004-01-12 Thread Ramasubramanian Ramesh
> On Sun, 11 Jan 2004 17:25:45 -0600, > Ramasubramanian Ramesh <[EMAIL PROTECTED]> wrote in message > <[EMAIL PROTECTED]>: > > > Hi, > > > > I seem to have a problem doing make xconfig on the kernel-2.6.test9 > > ..try 2.6.1 instead. The point

Re: Can't "make xconfig" for kernel 2.6.test9

2004-01-12 Thread Derrick 'dman' Hudson
On Sun, Jan 11, 2004 at 05:25:45PM -0600, Ramasubramanian Ramesh wrote: | Hi, | | I seem to have a problem doing make xconfig on the kernel-2.6.test9 | sources | obtained from sarge. I suspect qt installation problem based on the ld | output. But you can see from apt-get output (at the end

Re: Can't "make xconfig" for kernel 2.6.test9

2004-01-12 Thread Arnt Karlsen
On Sun, 11 Jan 2004 17:25:45 -0600, Ramasubramanian Ramesh <[EMAIL PROTECTED]> wrote in message <[EMAIL PROTECTED]>: > Hi, > > I seem to have a problem doing make xconfig on the kernel-2.6.test9 ..try 2.6.1 instead. The point with kernel-2.6.test9 was fix bugs for kern

Can't "make xconfig" for kernel 2.6.test9

2004-01-11 Thread Ramasubramanian Ramesh
Hi, I seem to have a problem doing make xconfig on the kernel-2.6.test9 sources obtained from sarge. I suspect qt installation problem based on the ld output. But you can see from apt-get output (at the end) libqt-dev is installed. But per locate there are not libqt.a files. So I am a bit

Re: Can't make xconfig on 2.4.* series kernels

2001-12-08 Thread Michael Heldebrant
On Fri, 2001-12-07 at 04:16, THE CROW wrote: > I've tried a lot of time to give the command: > > #make xconfig > > first with the 2.4.14 kernel and then with the 2.4.16 one. > The output I received has been always the following: > > # make xconfig > rm -f include

Can't make xconfig on 2.4.* series kernels

2001-12-07 Thread THE CROW
I've tried a lot of time to give the command: #make xconfig first with the 2.4.14 kernel and then with the 2.4.16 one. The output I received has been always the following: # make xconfig rm -f include/asm ( cd include ; ln -sf asm-i386 asm) make -C scripts kconfig.tk make[1]: Entering dire

Re: make xconfig button.ref eroor

2001-04-18 Thread Jesse Goerz
getting this error trying to > > use make xconfig: > > > > storm:/usr/src/linux# make xconfig > > rm -f include/asm > > ( cd include ; ln -sf asm-i386 asm) > > make -C scripts kconfig.tk > > make[1]: Entering directory `/usr/src/kernel-source-2.2.18pre

Re: make xconfig button.ref eroor

2001-04-17 Thread Erdmut Pfeifer
On Tue, Apr 17, 2001 at 10:37:47AM -0400, Jesse Goerz wrote: > > I'm trying to recompile a kernel but keep getting this error trying to use > make xconfig: > > storm:/usr/src/linux# make xconfig > rm -f include/asm > ( cd include ; ln -sf asm-i386 asm) > make -

Re: make xconfig button.ref eroor

2001-04-17 Thread Joe 'Zonker' Brockmeier
On Tue, 17 Apr 2001, Jesse Goerz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > I'm trying to recompile a kernel but keep getting this error trying to use > make xconfig: > > storm:/usr/src/linux# make xconfig > rm -f include/asm > ( cd include

Re: make xconfig button.ref eroor

2001-04-17 Thread Oliver Elphick
Jesse Goerz wrote: >I'm trying to recompile a kernel but keep getting this error trying to use >make xconfig: > >storm:/usr/src/linux# make xconfig ... >wish -f scripts/kconfig.tk >Xlib: connection to ":0.0" refused by server >Xlib: Client is

Re: make xconfig button.ref eroor

2001-04-17 Thread Hall Stevenson
arted X. There are various "solutions" to this problem available. Check the archives... ...or run X as root. > I'm not interested in doing this with ncurses and make > menuconfig because I'm trying to write documentation on > how to do this with the easiest method (which

make xconfig button.ref eroor

2001-04-17 Thread Jesse Goerz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm trying to recompile a kernel but keep getting this error trying to use make xconfig: storm:/usr/src/linux# make xconfig rm -f include/asm ( cd include ; ln -sf asm-i386 asm) make -C scripts kconfig.tk make[1]: Entering directory `/usr/src/k

Re: X errors while running make xconfig (fwd)

2000-10-12 Thread Francois Gouget
On Thu, 12 Oct 2000, Eric G . Miller wrote: > Try menuconfig. Never had a problem with it... This does not solve the problem. It's merely a workaround. I 'make xconfig' is the only case where I have this problem. I commonly run xemacs across the network link and nev

Re: X errors while running make xconfig (fwd)

2000-10-12 Thread Eric G . Miller
Try menuconfig. Never had a problem with it... -- /bin/sh ~/.signature: Command not found

X errors while running make xconfig (fwd)

2000-10-12 Thread Francois Gouget
t été remplacés par de nouveaux. -- Forwarded message -- Date: Thu, 12 Oct 2000 12:52:35 -0700 (PDT) From: Francois Gouget <[EMAIL PROTECTED]> To: debian-user@lists.debian.org Subject: X errors while running make xconfig Hi, When I'm running 'make xconfig' to

X errors while running make xconfig

2000-10-12 Thread Francois Gouget
Hi, When I'm running 'make xconfig' to configure a new kernel, I regularly get the following error: X Error of failed request: BadLength (poly request too large or internal Xlib length error) Major opcode of failed request: 49 (X_ListFonts) Serial number of failed

Re: Can't "make xconfig" for kernel-2.3.99-pre8

2000-05-22 Thread Justin Megawarne
On Sun, May 21, 2000 at 04:29:15AM +, Pollywog wrote: > I was able to use 'make xconfig' on this kernel, but this kernel version has > been a disappointment for me. I could not get iptables to work, I cannot get > KDE to start under this kernel (kde 1.90 beta) and I ca

Re: Can't "make xconfig" for kernel-2.3.99-pre8

2000-05-21 Thread Didi Damian
I was able to 'make menuconfig' and succesfully compile it but it all I got upon reboot was kernel panic. 2.3.99-pre3 worked like a charm for me before ... * Pollywog <[EMAIL PROTECTED]> [21-05-2000 04:29 AM +] > I was able to use 'make xconfig' on this kernel

Re: Can't "make xconfig" for kernel-2.3.99-pre8

2000-05-20 Thread Pollywog
I was able to use 'make xconfig' on this kernel, but this kernel version has been a disappointment for me. I could not get iptables to work, I cannot get KDE to start under this kernel (kde 1.90 beta) and I can't even connect to the Internet while using kernel 2.3.99-pre8. -- Andrew

Re: Can't "make xconfig" for kernel-2.3.99-pre8

2000-05-20 Thread Jeronimo Pellegrini
:: On Sat, 20 May 2000 23:29:45 -0400, "S. Salman Ahmed" <[EMAIL PROTECTED]> said: Yes... I remember there was such a problem, and a patch was posted to the linux-kernel list... I don't have it, though. J. > I decided to try out kernel 2.3.99-pre8 but "make xc

Re: question regarding make xconfig

2000-01-31 Thread Colin Watson
joseph de los santos <[EMAIL PROTECTED]> wrote: >when trying make xconfig I get the following error: [snip] >wish -f scripts/kconfig.tk >make: wish: Command not found >make: *** [xconfig] Error 127 >debian:/usr/src/linux# > >am I missing something here? is there a

question regarding make xconfig

2000-01-31 Thread joseph de los santos
hello, when trying make xconfig I get the following error: debian:/usr/src/linux# make xconfig rm -f include/asm ( cd include ; ln -sf asm-i386 asm) make -C scripts kconfig.tk make[1]: Entering directory `/usr/src/linux/scripts' gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer

Re: Make xconfig

1998-12-07 Thread Martin Bialasinski
>> "AT" == Alan Tam <[EMAIL PROTECTED]> writes: AT> Thanks a lot for your precious info. I have installed X and get it AT> running now (in XF86-svga server). My next step is to do the ' AT> make xconfig ' and have a try on kernel compile. For which y

Re: X 11 vs. window manager (was: Re: Make xconfig)

1998-12-07 Thread Alan Tam
Hi Frank; Thanks a lot for your precious info. I have installed X and get it running now (in XF86-svga server). My next step is to do the ' make xconfig ' and have a try on kernel compile. I have visited the site Window Managers for X at http://www.PLiG.org/xwinman/ a

Re: Make xconfig

1998-12-07 Thread Alan Tam
Dear all; Thanks a lot for your precious info. I have installed X and get it running now (in XF86-svga server). My next step is to do the ' make xconfig ' and have a try on kernel compile. Thanks all. Alan Tam wrote: > Hi all; > > How to ru

X 11 vs. window manager (was: Re: Make xconfig)

1998-12-06 Thread Frank Smith
I haven't been on this list long enough to know if this has strayed too far off-topic (since it isn't debian-specific) to include the cc: to the list, but I'm sure I'll hear about it if that's the case ;-) X windows (or X or X11 or X11R6, all names for the same thing) is the displayserver tha

Re: Make xconfig

1998-12-06 Thread David Z. Maze
AJ <[EMAIL PROTECTED]> writes: AJ> or if your a normal user in xwindows type: AJ> xhost + localhost (note you must have X started to do this) AJ> su root AJ> cd /usr/src/linux AJ> make xconfig You shouldn't use xhost, and for exactly this reason: you meant to say

Re: Make xconfig

1998-12-06 Thread AJ
either type 'startx' as root then when your in Xwindows start an xterm: cd /usr/src/linux make xconfig or if your a normal user in xwindows type: xhost + localhost (note you must have X started to do this) su root cd /usr/src/linux make xconfig hope this helps, AJ Frank Smith wro

Re: Make xconfig

1998-12-06 Thread Alan Tam
already have Xwindows up and running, otherwise you can't > use xonfig. > > Frank > > --On Sunday, December 06, 1998, 10:26 PM +1200 Alan Tam <[EMAIL PROTECTED]> > wrote: > > > Hi all; > > > > How to run a ' make xconfig ' ? > &g

Re: Make xconfig

1998-12-06 Thread Frank Smith
nk --On Sunday, December 06, 1998, 10:26 PM +1200 Alan Tam <[EMAIL PROTECTED]> wrote: > Hi all; > > How to run a ' make xconfig ' ? > > I have installed the base of Debian 2.0.34 and tcl8.0, > tcl8.0-dev, tk8.0, tk8.0-dev. When I do a '

Make xconfig

1998-12-06 Thread Alan Tam
Hi all; How to run a ' make xconfig ' ? I have installed the base of Debian 2.0.34 and tcl8.0, tcl8.0-dev, tk8.0, tk8.0-dev. When I do a ' make xconfig ' it runs untill finally comes to an error ( see attached log file ) What packages do I need

Re: Why make xconfig, but not make menuconfig or make config?

1998-07-02 Thread Shaleh
It is time you were introduced to a very nice tool -- kernel-package. This package will make kernel debs for you. This way you only make config then make-kpkg binary. This will leave the normal kernel-header/source/image debs. Save time, effort and hassle. -- Unsubscribe? mail -s unsubscri

Why make xconfig, but not make menuconfig or make config?

1998-07-02 Thread Jesse Bethel
For a long time now, I have been using make xconfig to compile a new kernel, and I've compiled about 100 times that way. But I recently messed up the configuration, and can only use the console. But whenever I try to compile with menuconfig or config, everything compiles okay, bu

Re: make xconfig - "unknown command: wish"

1998-01-10 Thread Jean Pierre LeJacq
On Sat, 10 Jan 1998, Michael [badpixel/bad sector] wrote: > Which package do i install know? :) You need to install one of the tcl packages. -- Jean Pierre -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .

make xconfig - "unknown command: wish"

1998-01-10 Thread Michael \[badpixel/bad sector\]
Hi! Which package do i install know? :) -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .

make xconfig bad colors

1996-08-20 Thread Michael Harnois
Somewhere along the line, I'm not sure just where, the colors in the xconfig screens on my system got messed up and I don't know how to fix them. The background is white and the foreground is a pale grey -- so grey, in fact, that only the top or bottom half of the button shapes appears. How do I fi

Re: Warining from make xconfig ... (fwd)

1996-08-17 Thread Mike Taylor
It is almost as nice, and does not produce the "broken" message. Mike On Sat, 17 Aug 1996, Richard G. Roberto wrote: > Sorry! I guess the error output would help! > > # make xconfig > rm -f include/asm > ( cd include ; ln -sf asm-i386 asm) > make -C scripts kconfig.tk &g

Warining from make xconfig ... (fwd)

1996-08-17 Thread Richard G. Roberto
Sorry! I guess the error output would help! # make xconfig rm -f include/asm ( cd include ; ln -sf asm-i386 asm) make -C scripts kconfig.tk make[1]: Entering directory `/usr/src/kernel-source-2.0.12/scripts' make -C /usr/src/kernel-source-2.0.12/drivers/sound mkscript make[2]: Entering dire

Warining from make xconfig ...

1996-08-17 Thread Richard G. Roberto
Hi everyone! I get this warning message when I run make xconfig to setup my kernel .config file prior to compiling. It doesn't seem to bother anything, but I figured I ask if anyone else has seen it. Thanks Richard G. Roberto [EMAIL PROTECTED] 201-739-2886 - whippan