Re: [Xpert]joystick woes

2002-04-22 Thread Sam Halliday

> > this should not be being compiled in the make install file!!!
> It was already compiled during make World and already failed then. make
> World doesn't abort on errors by default, it's a good idea to redirect
> its output into a file and check it for errors, or just run make
> afterwards, ...
thanks! i didnt know that, i did pipe the output to a file, but it was too 
big to check for errors ;)

does anyone have a fix for this file to compile correctly then? im not in any 
hurry as i dont have a joystick on THIS machine... and will the fix be in the 
next release?

cheers again,
Sam
-- 
A lifetime isn't nearly long enough to figure out what it's all about.
___
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert



Re: [Xpert]joystick woes

2002-04-22 Thread Michel Dänzer

On Mon, 2002-04-22 at 10:35, Sam Halliday wrote:
> > > this should not be being compiled in the make install file!!!
> > It was already compiled during make World and already failed then. make
> > World doesn't abort on errors by default, it's a good idea to redirect
> > its output into a file and check it for errors, or just run make
> > afterwards, ...
> thanks! i didnt know that, i did pipe the output to a file, but it was too 
> big to check for errors ;)

grep '\*\*\*' should do the trick.


-- 
Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer
XFree86 and DRI project member   /  CS student, Free Software enthusiast
___
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert



Re: [Xpert]joystick woes

2002-04-22 Thread Michel Dänzer

On Mon, 2002-04-22 at 09:34, Sam Halliday wrote:

> this should not be being compiled in the make install file!!!

It was already compiled during make World and already failed then. make
World doesn't abort on errors by default, it's a good idea to redirect
its output into a file and check it for errors, or just run make
afterwards, ...


-- 
Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer
XFree86 and DRI project member   /  CS student, Free Software enthusiast
___
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert



[Xpert]joystick woes

2002-04-22 Thread Sam Halliday

i just tried compiling (well, i finally succeeded) XFree86-4.2,
i ran make World, then make install after my setup files were in place... but 
i got this error in make install for the file lnx_jstk.c:

In file included from 
../../../../../../programs/Xserver/hw/xfree86/common/xf86.h:17,
 from lnx_jstk.c:40:
../../../../../../programs/Xserver/hw/xfree86/common/xf86str.h:250: parse 
error before `0x10'
lnx_jstk.c: In function `linux_jstkModuleInit':
lnx_jstk.c:179: `MAGIC_DONE' undeclared (first use in this function)
make[6]: *** [lnx_jstk.o] Error 1
make[6]: Leaving directory 
`/usr/src/xc/programs/Xserver/hw/xfree86/os-support/linux'

this should not be being compiled in the make install file!!! it meant my 
whole system of libs and drivers was overwritten with new ones but the 
binary executable wasnt, so i didnt have any X for a while!

i recompield without joystick support and it worked, this was fine in 4.1, is 
this a known problem? will it be fixed in next release?

i run linux-2.4.18, gcc-2.95.3
thanks in advance!
Sam
-- 
If pro is the opposite of con, what is the opposite of progress?
___
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert