public inbox for ecos-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug 1001964] New: ConfigTool - Patch to add a manifest when compiled as a native Windows application
@ 2014-03-28 14:52 bugzilla-daemon
2014-03-28 14:52 ` [Bug 1001964] " bugzilla-daemon
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: bugzilla-daemon @ 2014-03-28 14:52 UTC (permalink / raw)
To: unassigned
Please do not reply to this email, use the link below.
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001964
Bug ID: 1001964
Summary: ConfigTool - Patch to add a manifest when compiled as
a native Windows application
Product: eCos
Version: CVS
Target: All
Architecture/Host Other
OS:
Status: UNCONFIRMED
Severity: enhancement
Priority: low
Component: Patches and contributions
Assignee: unassigned@bugs.ecos.sourceware.org
Reporter: andy@xylanta.com
CC: ecos-patches@ecos.sourceware.org
Created attachment 2496
--> http://bugs.ecos.sourceware.org/attachment.cgi?id=2496&action=edit
Patch to add a manifest when compiled as a native Windows application
Following on from the patch in 1001963 (ConfigTool built as a native Windows
application using MinGW), it appears that in order to use the Cygwin tools for
building the application needs to be running with administrator rights. This
patch adds a manifest to the resources requesting these rights. Tested on
Windows-7 64-bit compiling with TDM-GCC 4.8.1
--
You are receiving this mail because:
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Bug 1001964] ConfigTool - Patch to add a manifest when compiled as a native Windows application
2014-03-28 14:52 [Bug 1001964] New: ConfigTool - Patch to add a manifest when compiled as a native Windows application bugzilla-daemon
@ 2014-03-28 14:52 ` bugzilla-daemon
2014-03-28 16:52 ` bugzilla-daemon
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2014-03-28 14:52 UTC (permalink / raw)
To: unassigned
Please do not reply to this email, use the link below.
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001964
Andy Jackson <andy@xylanta.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Architecture/Host|Other |HostOS: Win XP/7
OS| |
--
You are receiving this mail because:
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Bug 1001964] ConfigTool - Patch to add a manifest when compiled as a native Windows application
2014-03-28 14:52 [Bug 1001964] New: ConfigTool - Patch to add a manifest when compiled as a native Windows application bugzilla-daemon
2014-03-28 14:52 ` [Bug 1001964] " bugzilla-daemon
@ 2014-03-28 16:52 ` bugzilla-daemon
2014-05-22 12:11 ` bugzilla-daemon
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2014-03-28 16:52 UTC (permalink / raw)
To: unassigned
Please do not reply to this email, use the link below.
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001964
--- Comment #1 from Andy Jackson <ecos@xylanta.com> ---
An executable version including this patch can be downloaded from
www.xylanta.com.
--
You are receiving this mail because:
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Bug 1001964] ConfigTool - Patch to add a manifest when compiled as a native Windows application
2014-03-28 14:52 [Bug 1001964] New: ConfigTool - Patch to add a manifest when compiled as a native Windows application bugzilla-daemon
2014-03-28 14:52 ` [Bug 1001964] " bugzilla-daemon
2014-03-28 16:52 ` bugzilla-daemon
@ 2014-05-22 12:11 ` bugzilla-daemon
2014-05-22 12:12 ` bugzilla-daemon
2014-05-22 12:13 ` bugzilla-daemon
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2014-05-22 12:11 UTC (permalink / raw)
To: unassigned
Please do not reply to this email, use the link below.
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001964
Andy Jackson <ecos@xylanta.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #2496|0 |1
is obsolete| |
--- Comment #2 from Andy Jackson <ecos@xylanta.com> ---
Created attachment 2513
--> http://bugs.ecos.sourceware.org/attachment.cgi?id=2513&action=edit
Updated patch to add a manifest when compiled as a native Windows application
--
You are receiving this mail because:
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Bug 1001964] ConfigTool - Patch to add a manifest when compiled as a native Windows application
2014-03-28 14:52 [Bug 1001964] New: ConfigTool - Patch to add a manifest when compiled as a native Windows application bugzilla-daemon
` (2 preceding siblings ...)
2014-05-22 12:11 ` bugzilla-daemon
@ 2014-05-22 12:12 ` bugzilla-daemon
2014-05-22 12:13 ` bugzilla-daemon
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2014-05-22 12:12 UTC (permalink / raw)
To: unassigned
Please do not reply to this email, use the link below.
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001964
--- Comment #3 from Andy Jackson <ecos@xylanta.com> ---
Finally got to the bottom of this and it seems that the administration issue is
related to the handling of Windows ACLs in Cygwin 1.7. The simplest solution
seems to be to add the 'noacl' option to the cygdrive mount point. A manifest
should probably still be included to avoid using the wxWidgets provided
default, but without requesting administrator rights. An updated patch is
attached
--
You are receiving this mail because:
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Bug 1001964] ConfigTool - Patch to add a manifest when compiled as a native Windows application
2014-03-28 14:52 [Bug 1001964] New: ConfigTool - Patch to add a manifest when compiled as a native Windows application bugzilla-daemon
` (3 preceding siblings ...)
2014-05-22 12:12 ` bugzilla-daemon
@ 2014-05-22 12:13 ` bugzilla-daemon
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2014-05-22 12:13 UTC (permalink / raw)
To: unassigned
Please do not reply to this email, use the link below.
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001964
--- Comment #4 from Andy Jackson <ecos@xylanta.com> ---
Finally got to the bottom of this and it seems that the administration issue is
related to the handling of Windows ACLs in Cygwin 1.7. The simplest solution
seems to be to add the 'noacl' option to the cygdrive mount point. A manifest
should probably still be included to avoid using the wxWidgets provided
default, but without requesting administrator rights. An updated patch is
attached
--
You are receiving this mail because:
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2014-05-22 12:13 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-28 14:52 [Bug 1001964] New: ConfigTool - Patch to add a manifest when compiled as a native Windows application bugzilla-daemon
2014-03-28 14:52 ` [Bug 1001964] " bugzilla-daemon
2014-03-28 16:52 ` bugzilla-daemon
2014-05-22 12:11 ` bugzilla-daemon
2014-05-22 12:12 ` bugzilla-daemon
2014-05-22 12:13 ` bugzilla-daemon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).