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 602062 - hard code using gcc
hard code using gcc
Status: RESOLVED FIXED
Product: GnuCash
Classification: Other
Component: Build system
git-master
Other Solaris
: Normal major
: ---
Assigned To: Derek Atkins
Derek Atkins
Depends on:
Blocks:
 
 
Reported: 2009-11-16 07:25 UTC by Halton Huo
Modified: 2018-06-29 22:30 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
remove hard code for gcc (409 bytes, application/octet-stream)
2009-11-16 07:25 UTC, Halton Huo
Details

Description Halton Huo 2009-11-16 07:25:48 UTC
Created attachment 147849 [details]
remove hard code for gcc

I'm building svn trunk code with sun cc under Solaris, but fails when bulding doc.

 64 tip_of_the_day.list: tip_of_the_day.list.in Makefile
 65         gcc -E -P -D'N_(x)=x' -o $@.tmp $<
 66         cat -s $@.tmp | ${SED} -e 's/^ *\"\(.*\)\" *$$/\1/' > $@
 67         rm -f $@.tmp

line 65 uses gcc hardly. The patch is attached.
Comment 1 Christian Stimming 2009-11-16 21:44:19 UTC
r18417, thanks a lot!
Comment 2 John Ralls 2018-06-29 22:30:45 UTC
GnuCash bug tracking has moved to a new Bugzilla host. This bug has been copied to https://bugs.gnucash.org/show_bug.cgi?id=602062. Please update any external references or bookmarks.