Re: HOWTO SOUND in WINDOWMAKER please?
"Gary E. Miller" <[email protected]>
| Newsgroups | gmane.compw.window-managers.windowmaker.user |
|---|---|
| Message-ID | <[email protected]> |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Yo Michele!
Thanks for the pointer. I have never managed to get that to compile.
I have libdockapp-0.5.0 installed.
This is what configure gives me:
checking for DAInitialize in -ldockapp... no
ERROR!!! libdockapp is not installed, or could not be found.
WSoundServer requires libdockapp to build.
Please read INSTALL to find where you can find libdockapp,
and install it first.
Here is what is in config.log:
configure:5396: checking for DAInitialize in -ldockapp
configure:5429: gcc -o conftest -g -O2 -L/usr/X11R6/lib -L/usr/local/lib con
ftest.c -ldockapp -lX11 -lXext -lXpm >&5
/tmp/ccsra8Rl.o(.text+0xd): In function `main':
/usr/local/src/WM/WSoundServer-0.4.1-new/configure:5421: undefined reference to
`DAInitialize'
collect2: ld returned 1 exit status
configure:5432: $? = 1
configure: failed program was:
#line 5403 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char DAInitialize ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
DAInitialize ();
;
return 0;
}
Well of course that fails, because DAInitialize is a #define in dockapp.h,
it is not a function in libdockapp. Here is what is in my dockapp.h:
#define DAInitialize(display, name, width, height, argc, argv) \
DAOpenDisplay(display, argc, argv); \
DACreateIcon(name, width, height, argc, argv);
I guess if the configure uncluded dockapp.h it might get further?
Anybody got a quick fix for this?
RGDS
GARY
- ---------------------------------------------------------------------------
Gary E. Miller Rellim 20340 Empire Blvd, Suite E-3, Bend, OR 97701
[email protected] Tel:+1(541)382-8588 Fax: +1(541)382-8676
On Fri, 13 May 2005, Michele Barbiero wrote:
> Date: Fri, 13 May 2005 22:14:02 +0200
> From: Michele Barbiero <[email protected]>
> To: [email protected]
> Subject: Re: [wm-user] HOWTO SOUND in WINDOWMAKER please?
>
> On Fri, 13 May 2005 21:28:09 +0200
> Erik Svensson <[email protected]> wrote:
>
> [Cut]
> > Don__t know of any howto, but install wsoundserver and put it in
> > autostart, and install wsoundprefs to asign the sounds.
>
> If necessary, here You can find the packages:
> http://xoomer.virgilio.it/greedyfly/WMaker/
>
> --
> « Invento ergo sum »
>
> [G]reedy[F]ly aka Shuren @ irc.azzurra.org
>
> Powered by Slackware Linux
> Linux User #283140
>
> GPG Public Key http://xoomer.virgilio.it/greedyfly/michele.asc
>
>
> _______________________________________________
> INFO: https://windowmaker.org/lists/listinfo/wm-user
> ARCHIVE: https://windowmaker.org/lists/archive/wm-user/
> FAQ: http://windowmaker.org/faq.html
>
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)
iD8DBQFChRF18KZibdeR3qURApvAAKDUI76w0tU8Ox6Qy7Hs8ss2F2WskwCZAelb
AKdS5XwJg0LKwbyPwUiQM+I=
=tImU
-----END PGP SIGNATURE-----
_______________________________________________
INFO: https://windowmaker.org/lists/listinfo/wm-user
ARCHIVE: https://windowmaker.org/lists/archive/wm-user/
FAQ: http://windowmaker.org/faq.html