Displaying 8 results from an estimated 8 matches for "msgctxt".
2012 Mar 31
2
Wine compiling error
When I start compiling a Wine I get this errors:
> msgfmt -o po/ar.mo po/ar.po
> po/ar.po:359: keyword "msgctxt" unknown
> po/ar.po:359:8: parse error
> po/ar.po:591: keyword "msgctxt" unknown
> po/ar.po:591:8: parse error
> po/ar.po:596: keyword "msgctxt" unknown
> po/ar.po:596:8: parse error
> po/ar.po:1157: keyword "msgctxt" unknown
> po/ar.po:1157:8...
2012 Apr 30
5
[PATCH 0/4 v1] Remove gettextify, implement OCaml gettext.
Version 1 of the patch, for discussion, but not to be applied. It
does work, but needs a lot more testing.
This removes all the psychopathic gettextify cruft, and replaces it
with a 99 line Makefile.am. A large win, I think.
The third patch implements gettext support in the OCaml tools.
The fourth patch is just for illustration. It shows the consequent
changes to libguestfs.pot and the po
2006 Jun 16
0
H323 to SIP connection problem
...mal to me
but at the last few lines of data there is an error shown that I have not
been able to find any information to help with troubleshooting. Could
someone assist with the fix?
**Last few line from logfile**
12:48:19:257 Queued H245 messages 1. (outgoing, ooh323c_o_2)
12:48:19:257 msgCtxt Reset? Done (outgoing, ooh323c_o_2)
12:48:19:257 MasterSlaveDetermination done - Slave(outgoing, ooh323c_o_2)
12:48:19:257 Not opening logical channels as Cap exchange remaining
12:48:19:257 Finished handling H245 message. (outgoing, ooh323c_o_2)
12:48:19:257 Receiving H.2250 message (outgo...
2006 May 09
2
H323 calls will not stay connected
...t
whenever either end picks up, the calls disconnects.
No gatekeeper is installed. I have attached a copy of my h323 logfile for
debugging.
What do you suggest what change needs to take place to keep calls connected?
11:33:19:864 Queued H245 messages 1. (incoming, ooh323c_7)
11:33:19:864 msgCtxt Reset? Done (incoming, ooh323c_7)
11:33:19:864 MasterSlaveDetermination done - Slave(incoming, ooh323c_7)
11:33:19:864 Not opening logical channels as Cap exchange remaining
11:33:19:864 Finished handling H245 message. (incoming, ooh323c_7)
11:33:19:864 Receiving H.2250 message (incoming, o...
2006 Oct 23
0
Callmanager 3.3(5) and Asterisk with ooh323 problem
...ack
-- Playing 'vm-theperson' (language 'en')
== Spawn extension (default, 21106, 103) exited non-zero on
'OOH323/Operations Center-c44d'
Here is my h323_log file where it disconnects:
21:44:28:789 Queued H245 messages 2. (incoming, ooh323c_1)
21:44:28:789 msgCtxt Reset? Done (incoming, ooh323c_1)
21:44:28:789 Sending H245 message (incoming, ooh323c_1)
21:44:28:789 Sending OOTerminalCapabilitySetAck H245 message over H.245
channel. (incoming, ooh323c_1)
21:44:28:789 H245 Message sent successfully (incoming, ooh323c_1)
21:44:28:789 Sent Message - Term...
2011 Feb 04
0
Wine release 1.3.13
...alled : unimplemented function ntoskrnl.exe.IoGetDeviceInterfaces
----------------------------------------------------------------
Changes since 1.3.12:
Akihiro Sagawa (2):
po: Update Japanese translation.
wrc: Don't match a po message if a same msgid message is defined, but its msgctxt is null.
Alexander Law (1):
programs/notepad: Correct sharing mode for opening file in notepad.
Alexander Morozov (10):
shell32/tests: Add tests for IShellDispatch::NameSpace.
shell32/tests: Fix test failure on some NT4.
shell32: Implement IShellDispatch::NameSpace....
2011 Aug 05
0
Wine release 1.3.26
...://127.0.0.1:8000 to http://127.0.0.1:8000:8000
27908 Diablo 2 - sound doesn't work
27913 Safari 5.1 wants msvcr80.dll._vscwprintf_p_l
27915 Lemmix game (lemmings clone) - crashes when entering 1st level
27917 [regression] sound does not work, wine chooses wrong pcm
27926 "#msgctxt#directory#Desktop" used as name for the desktop folder
27927 Winhttprequest WaitForResponse should process messages
27929 Bus error in create_alpha_bitmap on Mac OS X 10.7 Lion with Xcode 4.1
27938 GdipDrawString Resource leak (GDI Font object).
27957 psdk2003 installer crash every...
2009 Aug 03
1
[PATCH 1/2] Convert all TABs-as-indentation to spaces.
...const char *msgid_plural, unsigned long int n,
+ int category)
{
const char *translation =
dcngettext (domain, msg_ctxt_id, msgid_plural, n, category);
@@ -191,8 +191,8 @@ inline
#endif
static const char *
dcpgettext_expr (const char *domain,
- const char *msgctxt, const char *msgid,
- int category)
+ const char *msgctxt, const char *msgid,
+ int category)
{
size_t msgctxt_len = strlen (msgctxt) + 1;
size_t msgid_len = strlen (msgid) + 1;
@@ -214,10 +214,10 @@ dcpgettext_expr (const char *domain,
translation =...