Re: 2.6.12.3 ompilation errors with linux1394.org rev.1315

2005-07-18 Thread Jesper Juhl
On 7/18/05, art <[EMAIL PROTECTED]> wrote:
> 
> 2.6.12.3 ompilation errors with linux1394.org rev.1315
> 
> []$ make && make modules

That's redundant, "make" implicitly does "make modules", so just
running "make" will do.

> ..
> LD  drivers/ieee1394/built-in.o
>   CC [M]  drivers/ieee1394/ieee1394_core.o
> drivers/ieee1394/ieee1394_core.c: In function 'hpsbpkt_thread':
> drivers/ieee1394/ieee1394_core.c:1035: error: too few arguments to function 
> 'try_to_freeze'

try_to_freeze() used to take a single argument, it doesn't any more -
looks like someone forgot to teach that to ieee1394_core.c. It seems
to be fixed in 2.6.13-rc3 though, so try that one.


-- 
Jesper Juhl <[EMAIL PROTECTED]>
Don't top-post  http://www.catb.org/~esr/jargon/html/T/top-post.html
Plain text mails only, please  http://www.expita.com/nomime.html
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


2.6.12.3 ompilation errors with linux1394.org rev.1315

2005-07-18 Thread art

2.6.12.3 ompilation errors with linux1394.org rev.1315

[]$ make && make modules
..
LD  drivers/ieee1394/built-in.o
  CC [M]  drivers/ieee1394/ieee1394_core.o
drivers/ieee1394/ieee1394_core.c: In function ‘hpsbpkt_thread’:
drivers/ieee1394/ieee1394_core.c:1035: error: too few arguments to function 
‘try_to_freeze’
drivers/ieee1394/ieee1394_core.c: In function ‘ieee1394_init’:
drivers/ieee1394/ieee1394_core.c:1113: warning: implicit declaration of 
function ‘class_create’
drivers/ieee1394/ieee1394_core.c:1113: warning: assignment makes pointer from 
integer without a cast
drivers/ieee1394/ieee1394_core.c:1151: warning: implicit declaration of 
function ‘class_destroy’
make[2]: *** [drivers/ieee1394/ieee1394_core.o] Error 1
make[1]: *** [drivers/ieee1394] Error 2
make: *** [drivers] Error 2


xboom

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


2.6.12.3 ompilation errors with linux1394.org rev.1315

2005-07-18 Thread art

2.6.12.3 ompilation errors with linux1394.org rev.1315

[]$ make  make modules
..
LD  drivers/ieee1394/built-in.o
  CC [M]  drivers/ieee1394/ieee1394_core.o
drivers/ieee1394/ieee1394_core.c: In function ‘hpsbpkt_thread’:
drivers/ieee1394/ieee1394_core.c:1035: error: too few arguments to function 
‘try_to_freeze’
drivers/ieee1394/ieee1394_core.c: In function ‘ieee1394_init’:
drivers/ieee1394/ieee1394_core.c:1113: warning: implicit declaration of 
function ‘class_create’
drivers/ieee1394/ieee1394_core.c:1113: warning: assignment makes pointer from 
integer without a cast
drivers/ieee1394/ieee1394_core.c:1151: warning: implicit declaration of 
function ‘class_destroy’
make[2]: *** [drivers/ieee1394/ieee1394_core.o] Error 1
make[1]: *** [drivers/ieee1394] Error 2
make: *** [drivers] Error 2


xboom

-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: 2.6.12.3 ompilation errors with linux1394.org rev.1315

2005-07-18 Thread Jesper Juhl
On 7/18/05, art [EMAIL PROTECTED] wrote:
 
 2.6.12.3 ompilation errors with linux1394.org rev.1315
 
 []$ make  make modules

That's redundant, make implicitly does make modules, so just
running make will do.

 ..
 LD  drivers/ieee1394/built-in.o
   CC [M]  drivers/ieee1394/ieee1394_core.o
 drivers/ieee1394/ieee1394_core.c: In function 'hpsbpkt_thread':
 drivers/ieee1394/ieee1394_core.c:1035: error: too few arguments to function 
 'try_to_freeze'

try_to_freeze() used to take a single argument, it doesn't any more -
looks like someone forgot to teach that to ieee1394_core.c. It seems
to be fixed in 2.6.13-rc3 though, so try that one.


-- 
Jesper Juhl [EMAIL PROTECTED]
Don't top-post  http://www.catb.org/~esr/jargon/html/T/top-post.html
Plain text mails only, please  http://www.expita.com/nomime.html
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/