search for: sa_type

Displaying 4 results from an estimated 4 matches for "sa_type".

Did you mean: ja_type
2025 Jan 15
1
Build error with gcc 15
Dear R Core, GCC 15 is already in Fedora rawhide, because it will be part of the next release, Fedora 42. R 4.4.2 fails to build with the following error [1]: > sys-std.c:1189:1: warning: ?noreturn? attribute ignored [-Wattributes] > 1189 | void Rstd_CleanUp(SA_TYPE saveact, int status, int runLast) > | ^~~~ > sys-std.c:1189:1: error: expected identifier or ?(? before ?void? I've seen some references to this in the source code, so this may be fixed in R devel. If this is the case, it would be great if you could provide a patch that I can apply...
2025 Jan 15
1
Build error with gcc 15
...t; Dear R Core, > > GCC 15 is already in Fedora rawhide, because it will be part of the next > release, Fedora 42. R 4.4.2 fails to build with the following error [1]: > >> sys-std.c:1189:1: warning: ?noreturn? attribute ignored [-Wattributes] >> 1189 | void Rstd_CleanUp(SA_TYPE saveact, int status, int runLast) >> | ^~~~ >> sys-std.c:1189:1: error: expected identifier or ?(? before ?void? You failed to say that GCC 15 defaults to C23 (and they have not yet documented that). > > I've seen some references to this in the source code, so this m...
2003 Aug 24
1
declarations in non-exported headers and embedding R
...orted header file ${R_HOME}/src/include/Startup.h ------------------------------------------------------------- /* Startup Actions */ typedef enum { SA_NORESTORE,/* = 0 */ SA_RESTORE, SA_DEFAULT,/* was === SA_RESTORE */ SA_NOSAVE, SA_SAVE, SA_SAVEASK, SA_SUICIDE } SA_TYPE; ------------------------------------------------------------- from non-exported header file ${R_HOME}/src/unix/Runix.h ------------------------------------------------------------- extern void Rstd_CleanUp(SA_TYPE saveact, int status, int runLast); Use: ------------- When the PostgreSQL backend p...
2004 Oct 11
1
Re: Bug#275791: r-gnome: gnome library can not be read (PR#7276)
Dear R bug fixers, This came in early this morning. The R/Gnome configuration, and selection of libraries hat not changed one bit since I last built 1.9.1 -- but maybe something change in the Gmome/Glib/Gtk, or even x11, libraries? Would anyone know where RestoreAction is defined? The list of Debian packages on which r-gnome depends is below; as this is computed from ldd output I won't add