[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: compiling gyachi 1.1.0





2009/5/23 Eduardo M KALINOWSKI <eduardo@kalinowski.com.br>
Umarzuki Mochlis wrote:
> thanks for the hints Masami, when configuring I stuck with these messages
>
> checking for ALSA... configure: error: Package requirements (alsa >=
> 0.9.8) were not met:
>
> No package 'alsa' found
>
> Consider adjusting the PKG_CONFIG_PATH environment variable if you
> installed software in a non-standard prefix.
>
> Alternatively, you may set the environment variables ALSA_CFLAGS
> and ALSA_LIBS to avoid the need to call pkg-config.
> See the pkg-config man page for more details.

It's the same problem: you're missing development packages. In this
case, it is probably libasound2-dev

> That's weird since my audio is using alsa.

You have runtime packages, but not the development ones.

Thanks, all the packages that I needed are

automake
libglib2.0-dev
libgtk2.0-dev
libasound2-dev
libgtkhtml2-dev
libjasper-dev
imagemagick

When I ran make, I got these messages

ctrl:/home/umarzuki/Desktop/gyachi-1.1.0# make
make  all-recursive
make[1]: Entering directory `/home/umarzuki/Desktop/gyachi-1.1.0'
Making all in intl
make[2]: Entering directory `/home/umarzuki/Desktop/gyachi-1.1.0/intl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/umarzuki/Desktop/gyachi-1.1.0/intl'
Making all in po
make[2]: Entering directory `/home/umarzuki/Desktop/gyachi-1.1.0/po'
make[2]: Leaving directory `/home/umarzuki/Desktop/gyachi-1.1.0/po'
Making all in gyvoice
make[2]: Entering directory `/home/umarzuki/Desktop/gyachi-1.1.0/gyvoice'
gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/share/locale\"  -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/pixman-1   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/alsa      -g -O2  -Wall -Wno-pointer-sign -funsigned-char -MT afl.o -MD -MP -MF .deps/afl.Tpo -c -o afl.o afl.c
In file included from wine/winbase.h:5,
                 from afl.c:24:
wine/winnt.h:625:2: error: #error You need to define a CONTEXT for your CPU
In file included from wine/winbase.h:5,
                 from afl.c:24:
wine/winnt.h:628: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
wine/winnt.h:754:2: error: #error You need to define DEFINE_REGS_ENTRYPOINT macros for your CPU
wine/winnt.h:765:3: error: #error You must define GET_IP for this CPU
wine/winnt.h:1021: error: expected specifier-qualifier-list before ‘PCONTEXT’
wine/winnt.h:1034: error: expected declaration specifiers or ‘...’ before ‘PCONTEXT’
In file included from afl.c:24:
wine/winbase.h:544: warning: ‘packed’ attribute ignored for field of type ‘CHAR[8]’
In file included from afl.c:24:
wine/winbase.h:1342: error: expected declaration specifiers or ‘...’ before ‘CONTEXT’
wine/winbase.h:1481: warning: type defaults to ‘int’ in declaration of ‘CONTEXT’
wine/winbase.h:1481: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
afl.c: In function ‘ACM_GetStream’:
afl.c:46: warning: cast to pointer from integer of different size
afl.c: In function ‘acmDriverAddA’:
afl.c:73: warning: cast from pointer to integer of different size
afl.c: In function ‘acmDriverEnum’:
afl.c:134: warning: cast from pointer to integer of different size
afl.c: In function ‘acmDriverID’:
afl.c:157: warning: cast from pointer to integer of different size
afl.c: In function ‘acmDriverOpen’:
afl.c:232: warning: cast from pointer to integer of different size
afl.c: At top level:
afl.c:260: warning: cast from pointer to integer of different size
afl.c: In function ‘MSACM_UnregisterDriver’:
afl.c:303: warning: cast from pointer to integer of different size
afl.c: In function ‘MSACM_GetDriverID’:
afl.c:342: warning: cast to pointer from integer of different size
afl.c: In function ‘MSACM_GetDriver’:
afl.c:350: warning: cast to pointer from integer of different size
afl.c: In function ‘MSACM_GetObj’:
afl.c:358: warning: cast to pointer from integer of different size
afl.c: In function ‘acmStreamOpen’:
afl.c:414: warning: cast from pointer to integer of different size
afl.c:426: warning: cast from pointer to integer of different size
afl.c:464: warning: cast from pointer to integer of different size
afl.c:471: warning: cast from pointer to integer of different size
afl.c:493: warning: cast from pointer to integer of different size
afl.c: In function ‘acmStreamClose’:
afl.c:517: warning: cast from pointer to integer of different size
afl.c: In function ‘acmStreamConvert’:
afl.c:564: warning: cast from pointer to integer of different size
afl.c:564: warning: cast from pointer to integer of different size
afl.c: In function ‘acmStreamPrepareHeader’:
afl.c:612: warning: cast from pointer to integer of different size
afl.c:612: warning: cast from pointer to integer of different size
afl.c: In function ‘acmStreamReset’:
afl.c:650: warning: cast from pointer to integer of different size
afl.c: In function ‘acmStreamSize’:
afl.c:693: warning: cast from pointer to integer of different size
afl.c:693: warning: cast from pointer to integer of different size
afl.c: In function ‘acmStreamUnprepareHeader’:
afl.c:744: warning: cast from pointer to integer of different size
afl.c:744: warning: cast from pointer to integer of different size
make[2]: *** [afl.o] Error 1
make[2]: Leaving directory `/home/umarzuki/Desktop/gyachi-1.1.0/gyvoice'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/umarzuki/Desktop/gyachi-1.1.0'
make: *** [all] Error 2
 


--
<WildTHing> ok guys .. so whens the next commit :PP
<taniwha> when they come to get me

Eduardo M KALINOWSKI
eduardo@kalinowski.com.br


--
To UNSUBSCRIBE, email to debian-amd64-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org




--
Regards,

Umarzuki Mochlis
http://gameornot.net

Reply to: