After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 727660 - W32: GI makefile rules fail to find gedit/gedit
W32: GI makefile rules fail to find gedit/gedit
Status: RESOLVED FIXED
Product: gedit
Classification: Applications
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Gedit maintainers
Gedit maintainers
Depends on:
Blocks:
 
 
Reported: 2014-04-05 13:59 UTC by LRN
Modified: 2014-04-10 13:51 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix GI makefile rules to account for non-empty EXEEXT (1.22 KB, patch)
2014-04-05 13:59 UTC, LRN
committed Details | Review

Description LRN 2014-04-05 13:59:55 UTC
Because on W32 it's gedit/gedit.exe
Comment 1 LRN 2014-04-05 13:59:59 UTC
Created attachment 273618 [details] [review]
Fix GI makefile rules to account for non-empty EXEEXT
Comment 2 Ignacio Casal Quinteiro (nacho) 2014-04-05 14:01:41 UTC
Review of attachment 273618 [details] [review]:

is the exeext defined somewhere or are we missing here some part of the patch? if it is defined by mingw then go ahead.
Comment 3 LRN 2014-04-05 14:19:29 UTC
It's defined and substed by autoconf (ever seen it "checking for suffix of executables"? that's when it sets EXEEXT).
Comment 4 Ignacio Casal Quinteiro (nacho) 2014-04-05 14:22:59 UTC
Review of attachment 273618 [details] [review]:

OK so go ahead.
Comment 5 LRN 2014-04-10 13:51:42 UTC
Attachment 273618 [details] pushed as 619b97c - Fix GI makefile rules to account for non-empty EXEEXT