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 727658 - W32: Compiler fails to find RC file when building OOTSD
W32: Compiler fails to find RC file when building OOTSD
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:53 UTC by LRN
Modified: 2014-04-10 13:49 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
W32: Include rc file by its absolute name (1.25 KB, patch)
2014-04-05 13:53 UTC, LRN
committed Details | Review

Description LRN 2014-04-05 13:53:54 UTC
Otherwise you get something like this at compile time:
windres -i gedit/gedit.rc --input-format=rc -o gedit/gedit-res.o -O coff
i686-w64-mingw32-gcc: error: gedit/gedit.rc: No such file or directory
i686-w64-mingw32-gcc: warning: '-x c' after last input file has no effect
i686-w64-mingw32-gcc: fatal error: no input files
Comment 1 LRN 2014-04-05 13:53:59 UTC
Created attachment 273616 [details] [review]
W32: Include rc file by its absolute name
Comment 2 Ignacio Casal Quinteiro (nacho) 2014-04-05 13:57:21 UTC
Review of attachment 273616 [details] [review]:

Looks good.
Comment 3 LRN 2014-04-10 13:49:32 UTC
Attachment 273616 [details] pushed as 786ef53 - W32: Include rc file by its absolute name