public inbox for insight-prs@sourceware.org
help / color / mirror / Atom feed
* insight/281: Can´t compile insight
@ 2005-11-19 0:53 kontakt
0 siblings, 0 replies; 3+ messages in thread
From: kontakt @ 2005-11-19 0:53 UTC (permalink / raw)
To: insight-gnats
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 2352 bytes --]
>Number: 281
>Category: insight
>Synopsis: Can´t compile insight
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: unassigned
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Sat Nov 19 00:53:01 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: kontakt@michaelstather.com
>Release: unknown-1.0
>Organization:
>Environment:
>Description:
I downloaded the newest version of insight on my SuSE 10.0 (gcc 4) system. When executing "make" I got:
gcc -DHAVE_CONFIG_H -I. -I. -I.. -fwritable-strings -I/home/michael/Desktop/insight-6.1/tcl/generic -I/home/michael/Desktop/insight-6.1/tk/generic -I/usr/X11R6/include -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_STRUCT_STAT64=1 -DHAVE_TYPE_OFF64_T=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOLL=1 -DHAVE_STRTOULL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DSTATIC_BUILD=1 -DPEEK_XCLOSEIM=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_STRUCT_STAT64=1 -DHAVE_TYPE_OFF64_T=1 -DSTATIC_BUILD=1 -DPEEK_XCLOSEIM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_PW_GECOS=1 -I/home/michael/Desktop/insight-6.1/tk/generic/../unix -I/home/michael/Desktop/insight-6.1/tk/generic/../win -DTBL_VERSION=\"2.7\" -DTBL_COMMAND=\"table\" -DTBL_RUNTIME=\"tkTable.tcl\" -DTBL_RUNTIME_DIR=\"/usr/local/share/redhat/gui\" -DSTATIC_BUILD -g -O2 -c subcommand.c
cc1: error: unrecognized command line option "-fwritable-strings"
make[3]: *** [subcommand.o] Fehler 1
make[3]: Leaving directory `/home/michael/Desktop/insight-6.1/libgui/src'
make[2]: *** [all-recursive] Fehler 1
make[2]: Leaving directory `/home/michael/Desktop/insight-6.1/libgui'
make[1]: *** [all-recursive-am] Fehler 2
make[1]: Leaving directory `/home/michael/Desktop/insight-6.1/libgui'
make: *** [all-libgui] Fehler 2
What can I do?
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: insight/281: Can't compile insight
@ 2005-11-19 17:13 Keith Seitz
0 siblings, 0 replies; 3+ messages in thread
From: Keith Seitz @ 2005-11-19 17:13 UTC (permalink / raw)
To: kseitz; +Cc: insight-prs
The following reply was made to PR insight/281; it has been noted by GNATS.
From: Keith Seitz <keiths@redhat.com>
To: insight-gnats@sources.redhat.com
Cc:
Subject: Re: insight/281: Can't compile insight
Date: Sat, 19 Nov 2005 09:03:48 -0800
[Grr. Server rejected my reply because the subject was UTF-8 encoded.
This is just a copy of my original note.]
You're build output is still showing -fwritable-strings. Where did you
download insight? If you run the following command, does it agree with
what my system returns?
$ cd src; grep -r writable-strings tcl tk itcl libgui
tcl/unix/dltest/configure.in:# TCL_CFLAGS=-fwritable-strings
itcl/CHANGES: - added George Howlett's test for "gcc", so that
"-fwritable-strings"
itcl/CHANGES: "-fwritable-strings" option is no longer necessary for
GCC and
libgui/ChangeLog: * configure.ac: Remove -fwritable-strings from
CFLAGS.
What does the output of "grep ac_cv_c_tclconfig
$BUILD_DIR/libgui/config.cache" say? Is it picking up the one from the
build?
Keith
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: insight/281: Can´t compile insight
@ 2005-11-19 1:17 kseitz
0 siblings, 0 replies; 3+ messages in thread
From: kseitz @ 2005-11-19 1:17 UTC (permalink / raw)
To: insight-prs, kontakt, kseitz, nobody
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 937 bytes --]
Synopsis: Can´t compile insight
Responsible-Changed-From-To: unassigned->kseitz
Responsible-Changed-By: kseitz
Responsible-Changed-When: Sat Nov 19 01:17:33 2005
Responsible-Changed-Why:
mine
State-Changed-From-To: open->feedback
State-Changed-By: kseitz
State-Changed-When: Sat Nov 19 01:17:33 2005
State-Changed-Why:
You're using quite an old version of Insight (6.4 is almost ready). Unless neccessary, get a new version. (You say you downloaded the lastest? Try a snapshot! That's what I've been using most weeks for many years.)
Simply edit src/libgui/configure.ac (may be called configure.in) and remove the section with "-fwritable-strings". NOTE: This will not work if your version of insight is using Tcl/Tk 8.1! If you must use this old version, you may have to work around this (by using an older gcc, for example).
http://sourceware.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=insight&pr=281
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-11-19 17:13 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-11-19 0:53 insight/281: Can´t compile insight kontakt
2005-11-19 1:17 kseitz
2005-11-19 17:13 insight/281: Can't " Keith Seitz
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).