[big / cats / code / f / fw / j / m / ma / o / w / z] [sc / scdev] [wiki / schism] [iichan (wakachan) / 2ch.us]
[Burichan] [Futaba] [Photon] [Transmission] [Wiiabu] - [Home]

[Return]
Posting mode: Reply
Spam trap (leave blank):
Name
Link
Subject
Comment
File
  • Supported file types are: JPG, PNG, GIF, MP3, M4A, AAC, OGG, IT, S3M, XM, MOD, ZIP, TAR, GZ, BZ2, TGZ, MID
  • Maximum file size allowed is 20480 KB.
  • Images greater than 175x175 pixels will be thumbnailed.
  • Protect your name; use a tripcode.
  • Thread Index

No.548

No, unfortunately. But I have made differently.

In xkb.c :

#ifdef HAVE_X11_EXTENSIONS_XKB_H
#include <X11/XKBlib.h>
#endif
....
....
#ifdef HAVE_X11_EXTENSIONS_XKB_H
static XkbDescPtr us_kb_map;
#endif

and next step:

$ ./configure
$ make instal clean

... succesfull..o.k.

?any troubles in HAVE_X11_EXTENSIONS_XKB_H

when ./configure working i see in output:

...
checking X11/Xlib.h usability... no
checking X11/Xlib.h presence... no
checking for X11/Xlib.h... no
checking X11/extensions/XKB.h usability... no
checking X11/extensions/XKB.h presence... no
checking for X11/extensions/XKB.h... no
...

And then this scheme does not work.
And us_kb_map really "undeclared" :(

Where I can read through about HAVE_X11_EXTENSIONS_XKB_H? How it will be involved?

No.549

sorry not correct post :(
Probably, it is time to me to go to sleep

No.550

Haha, spoiler markup found.

No.551

he... How it is correct post comments in a code? Similar they were "eaten" with a script of a forum.

No.552
File: xkb_c.tar.gz -(1645 b)  1645 b

xkb.c

No.553

Attaching it is one way, yeah.

Alternately stick a tab or four spaces in front of each line. (most text editors have an "indent" command... or do a sed s/^/ / if you have a 'nix system handy)

No.554

>>553
Whoops, should've been four spaces in there... HTML ate them. Foiled again!

No.555

>>548 I understand well enough. Added to CVS.

I'll update the builds later today; when they update, please download and let us know if they will compile cleanly for you.

No.556

Compilation has passed successfully! Thanks! Also I corrected symbolical references:
INSTALL
/usr/share/automake-1.9/INSTALL -> /usr/local/share/automake-1.4/INSTALL
(Strange. In automake 1.9 it was not possible to find INSTALL it was necessary to use the old version)

config.guess
/usr/share/automake-1.9/config.guess -> /usr/local/share/automake-1.9/config.guess

..etc (config.sub, depcomp, install-sh, missing) add "../local/.."

No.558

Those files really shouldn't be links anyway. That's a debianism.

No.560

>>558

I modified autogen.sh to copy instead of symlink. That should help.



[]