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 362832 - null char in Dialogs.c breaks build on Solaris
null char in Dialogs.c breaks build on Solaris
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Plugins
2.3.x
Other Solaris
: Normal normal
: 2.4
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2006-10-17 11:55 UTC by Damien Carbery
Modified: 2008-01-15 14:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Remove the null char at the start of line 814 in Dialogs.c. (611 bytes, patch)
2006-10-17 11:59 UTC, Damien Carbery
none Details | Review

Description Damien Carbery 2006-10-17 11:55:40 UTC
In dir /gimp-2.3.12/plug-ins/FractalExplorer the build fails on Solaris with:
"Dialogs.c", line 814: null character in input
pkgbuild: cc: acomp failed for Dialogs.c

I didn't see it in vi, but 'od -c' shows it as being the first char in the line.
I simply retyped the line and deleted the old one.
Attached patch does this.
Comment 1 Damien Carbery 2006-10-17 11:59:26 UTC
Created attachment 74862 [details] [review]
Remove the null char at the start of line 814 in Dialogs.c.
Comment 2 Sven Neumann 2006-10-17 12:18:56 UTC
2006-10-17  Sven Neumann  <sven@gimp.org>

	* plug-ins/FractalExplorer/Dialogs.c (explorer_dialog): removed
	null character (bug #362832).