ALT Linux Team development discussions
 help / color / mirror / Atom feed
* Re: [devel] rss_glx-0.8.1-alt2: i586 rebuild failed [1]
  @ 2008-11-09 15:40 ` Alexey I. Froloff
  2008-11-09 15:45   ` Alexey I. Froloff
  0 siblings, 1 reply; 5+ messages in thread
From: Alexey I. Froloff @ 2008-11-09 15:40 UTC (permalink / raw)
  To: ALT Devel discussion list

[-- Attachment #1: Type: text/plain, Size: 551 bytes --]

* QA Team Robot <qa@> [081103 20:33]:
> Package: rss_glx-0.8.1-alt2
Обновил до 0.8.2, вылезло такое:

In file included from /usr/include/AL/alut.h:12,
                 from skyrocket_sound.cpp:26:
/usr/include/AL/alc.h:190: error: '<anonymous>' has incomplete type
/usr/include/AL/alc.h:190: error: invalid use of 'ALCvoid'
/usr/include/AL/alc.h:251: error: '<anonymous>' has incomplete type
/usr/include/AL/alc.h:251: error: invalid use of 'ALCvoid'

Кто виноват и что делать?

P.S. Пока отключил ему звук.

-- 
Regards,
Sir Raorn.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [devel] rss_glx-0.8.1-alt2: i586 rebuild failed [1]
  2008-11-09 15:40 ` [devel] rss_glx-0.8.1-alt2: i586 rebuild failed [1] Alexey I. Froloff
@ 2008-11-09 15:45   ` Alexey I. Froloff
  2008-11-09 15:57     ` Valery V. Inozemtsev
  0 siblings, 1 reply; 5+ messages in thread
From: Alexey I. Froloff @ 2008-11-09 15:45 UTC (permalink / raw)
  To: ALT Devel discussion list

[-- Attachment #1: Type: text/plain, Size: 944 bytes --]

* Alexey I. Froloff <raorn@> [081109 18:42]:
> In file included from /usr/include/AL/alut.h:12,
>                  from skyrocket_sound.cpp:26:
> /usr/include/AL/alc.h:190: error: '<anonymous>' has incomplete type
> /usr/include/AL/alc.h:190: error: invalid use of 'ALCvoid'
> /usr/include/AL/alc.h:251: error: '<anonymous>' has incomplete type
> /usr/include/AL/alc.h:251: error: invalid use of 'ALCvoid'
$ grep -rn ALCvoid /usr/include/AL/alc.h 
85:typedef void ALCvoid;
190:ALC_API ALCcontext *    ALC_APIENTRY alcGetCurrentContext( ALCvoid );
241:ALC_API void            ALC_APIENTRY alcCaptureSamples( ALCdevice *device, ALCvoid *buffer, ALCsizei samples );
251:typedef ALCcontext *   (ALC_APIENTRY *LPALCGETCURRENTCONTEXT)( ALCvoid );
265:typedef void           (ALC_APIENTRY *LPALCCAPTURESAMPLES)( ALCdevice *device, ALCvoid *buffer, ALCsizei samples );

Может надо что-то повесить на OpenAL?

-- 
Regards,
Sir Raorn.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [devel] rss_glx-0.8.1-alt2: i586 rebuild failed [1]
  2008-11-09 15:45   ` Alexey I. Froloff
@ 2008-11-09 15:57     ` Valery V. Inozemtsev
  2008-11-09 16:44       ` Alexey I. Froloff
  0 siblings, 1 reply; 5+ messages in thread
From: Valery V. Inozemtsev @ 2008-11-09 15:57 UTC (permalink / raw)
  To: ALT Linux Team development discussions

[-- Attachment #1: Type: text/plain, Size: 2324 bytes --]

On Sunday 09 November 2008 18:45:49 Alexey I. Froloff wrote:
> * Alexey I. Froloff <raorn@> [081109 18:42]:
> > In file included from /usr/include/AL/alut.h:12,
> >                  from skyrocket_sound.cpp:26:
> > /usr/include/AL/alc.h:190: error: '<anonymous>' has incomplete type
> > /usr/include/AL/alc.h:190: error: invalid use of 'ALCvoid'
> > /usr/include/AL/alc.h:251: error: '<anonymous>' has incomplete type
> > /usr/include/AL/alc.h:251: error: invalid use of 'ALCvoid'
>
> $ grep -rn ALCvoid /usr/include/AL/alc.h
> 85:typedef void ALCvoid;
> 190:ALC_API ALCcontext *    ALC_APIENTRY alcGetCurrentContext( ALCvoid );
> 241:ALC_API void            ALC_APIENTRY alcCaptureSamples( ALCdevice
> *device, ALCvoid *buffer, ALCsizei samples ); 251:typedef ALCcontext *  
> (ALC_APIENTRY *LPALCGETCURRENTCONTEXT)( ALCvoid ); 265:typedef void        
>   (ALC_APIENTRY *LPALCCAPTURESAMPLES)( ALCdevice *device, ALCvoid *buffer,
> ALCsizei samples );
>
> Может надо что-то повесить на OpenAL?

--- portable.orign/common/include/AL/alc.h	2006-01-31 11:49:20.000000000 +0100
+++ portable/common/include/AL/alc.h	2008-01-04 15:02:31.000000000 +0100
@@ -187,7 +187,7 @@ ALC_API void            ALC_APIENTRY alc
 
 ALC_API void            ALC_APIENTRY alcDestroyContext( ALCcontext *context );
 
-ALC_API ALCcontext *    ALC_APIENTRY alcGetCurrentContext( ALCvoid );
+ALC_API ALCcontext *    ALC_APIENTRY alcGetCurrentContext( void );
 
 ALC_API ALCdevice*      ALC_APIENTRY alcGetContextsDevice( ALCcontext *context );
 
@@ -248,7 +248,7 @@ typedef ALCboolean     (ALC_APIENTRY *LP
 typedef void           (ALC_APIENTRY *LPALCPROCESSCONTEXT)( ALCcontext *context );
 typedef void           (ALC_APIENTRY *LPALCSUSPENDCONTEXT)( ALCcontext *context );
 typedef void           (ALC_APIENTRY *LPALCDESTROYCONTEXT)( ALCcontext *context );
-typedef ALCcontext *   (ALC_APIENTRY *LPALCGETCURRENTCONTEXT)( ALCvoid );
+typedef ALCcontext *   (ALC_APIENTRY *LPALCGETCURRENTCONTEXT)( void );
 typedef ALCdevice *    (ALC_APIENTRY *LPALCGETCONTEXTSDEVICE)( ALCcontext *context );
 typedef ALCdevice *    (ALC_APIENTRY *LPALCOPENDEVICE)( const ALCchar *devicename );
 typedef ALCboolean     (ALC_APIENTRY *LPALCCLOSEDEVICE)( ALCdevice *device );

-- 
Valery V. Inozemtsev

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [devel] rss_glx-0.8.1-alt2: i586 rebuild failed [1]
  2008-11-09 15:57     ` Valery V. Inozemtsev
@ 2008-11-09 16:44       ` Alexey I. Froloff
  2008-11-09 16:56         ` Valery V. Inozemtsev
  0 siblings, 1 reply; 5+ messages in thread
From: Alexey I. Froloff @ 2008-11-09 16:44 UTC (permalink / raw)
  To: ALT Devel discussion list

[-- Attachment #1: Type: text/plain, Size: 296 bytes --]

* Valery V. Inozemtsev <shrek@> [081109 18:59]:
> > Может надо что-то повесить на OpenAL?
> -ALC_API ALCcontext *    ALC_APIENTRY alcGetCurrentContext( ALCvoid );
> +ALC_API ALCcontext *    ALC_APIENTRY alcGetCurrentContext( void );
Это когда появится в Сизифе?

-- 
Regards,
Sir Raorn.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [devel] rss_glx-0.8.1-alt2: i586 rebuild failed [1]
  2008-11-09 16:44       ` Alexey I. Froloff
@ 2008-11-09 16:56         ` Valery V. Inozemtsev
  0 siblings, 0 replies; 5+ messages in thread
From: Valery V. Inozemtsev @ 2008-11-09 16:56 UTC (permalink / raw)
  To: ALT Linux Team development discussions

[-- Attachment #1: Type: text/plain, Size: 499 bytes --]

On Sunday 09 November 2008 19:44:17 Alexey I. Froloff wrote:
> * Valery V. Inozemtsev <shrek@> [081109 18:59]:
> > > Может надо что-то повесить на OpenAL?
> >
> > -ALC_API ALCcontext *    ALC_APIENTRY alcGetCurrentContext( ALCvoid );
> > +ALC_API ALCcontext *    ALC_APIENTRY alcGetCurrentContext( void );
>
> Это когда появится в Сизифе?

я не мантейнер openal, это я blender на досуге собирал

-- 
Valery V. Inozemtsev

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-11-09 16:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-09 15:40 ` [devel] rss_glx-0.8.1-alt2: i586 rebuild failed [1] Alexey I. Froloff
2008-11-09 15:45   ` Alexey I. Froloff
2008-11-09 15:57     ` Valery V. Inozemtsev
2008-11-09 16:44       ` Alexey I. Froloff
2008-11-09 16:56         ` Valery V. Inozemtsev

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git