Couldn't do it. Doing "make clean" in doc/commands results in an error
about no rule for compiling.
However, during recompiling gretl, I see the below messages. Can this
indicate a missing component?
...
../lib/src/dataio.c:3144:11: warning: ignoring return value of
'strtod', declared with attribute warn_unused_result [-Wunused-result]
...
../lib/src/dbread.c:906:10: warning: ignoring return value of 'fread',
declared with attribute warn_unused_result [-Wunused-result]
...
gretlcli.c: 'cli_open_append' fonksiyonunda:
gretlcli.c:762:7: UYARI: ignoring return value of 'fgets', declared
with attribute warn_unused_result [-Wunused-result]
...
spss_import.c: In function 'grab_var_label':
spss_import.c:914:10: warning: ignoring return value of 'fread',
declared with attribute warn_unused_result [-Wunused-result]
spss_import.c: In function 'record_missing_vals_info':
spss_import.c:942:10: warning: ignoring return value of 'fread',
declared with attribute warn_unused_result [-Wunused-result]
spss_import.c: In function 'read_sav_other_records':
spss_import.c:797:11: warning: ignoring return value of 'fread',
declared with attribute warn_unused_result [-Wunused-result]
spss_import.c: In function 'read_documents':
spss_import.c:758:11: warning: ignoring return value of 'fread',
declared with attribute warn_unused_result [-Wunused-result]
Sorry for the troubles
Sincerely
Talha
On Mon, Jul 30, 2012 at 3:49 PM, Allin Cottrell <cottrell(a)wfu.edu> wrote:
On Mon, 30 Jul 2012, Talha Yalta wrote:
> Thanks very much for the fix Professor Cottrell,
>
> After updating, I did a make clean, configure, and make install,
> however, I still get the same error.
On a first-time rebuild you'll probably have to do what I said
below. If that doesn't work, check the output from "make"
carefully; maybe some missing dependency is preventing the
help files from being generated.
>> A manual workaround is to do "make clean" in doc/commands, and
>> to remove (if they are present) the files *.hlp, hlp.stamp and
>> gen.stamp in the "share" directory of the gretl source. Then
>> rebuilding should generate up-to-date help files.
Allin
_______________________________________________
Gretl-devel mailing list
Gretl-devel(a)lists.wfu.edu
http://lists.wfu.edu/mailman/listinfo/gretl-devel
--
“An expert is a person who has made all the mistakes that can be made
in a very narrow field.” - Niels Bohr (1885-1962)
--