This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Patch submission for AltGr handling


On Mon, Mar 05, 2001 at 04:02:55PM -0800, Jason Tiller wrote:
>Hi, Corinna, :)
>
>On Mon, 5 Mar 2001, Corinna Vinschen wrote:
>
>> we just talked on cygwin-developers about your patch.
>>
>> Could you please resubmit a patch which doesn't introduce another
>> CYGWIN option but instead uses automatic recognition of the current
>> keyboard setting?
>
>Can do. :)  Glad to know people thought it useful enough to go forward!
>
>I've gone ahead and made the change, but I've run into a problem
>during the build.  The link step fails with this error:
>
>fhandler_console.o(.text+0x148d): undefined reference to `GetKeyboardLayout@4'
>
>A little investigation showed that GetKeyboardLayout is exported in
>libuser32.a.  The problem, then, is that the new_cygwin1.dll link
>doesn't explicitly reference libuser32.a.  (As far as I can tell, it
>only refernces libkernel32.a from the core Windows files.)

Take a look at autoload.cc.  You need to add the "declaration" for this
function there.

cgf

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]