Displaying 6 results from an estimated 6 matches for "r_outputcon".
2024 Dec 12
2
R3.4 on Debian12
Hello,
Looking for guidance on compiling R version 3.4 on Debian 12. I?m encountering the following error on compiling:
/usr/bin/ld: ../unix/system.o:(.bss+0x0): multiple definition of `R_OutputCon'; CommandLineArgs.o:(.bss+0x0): first defined here
/usr/bin/ld: ../unix/sys-unix.o:(.bss+0x0): multiple definition of `R_OutputCon'; CommandLineArgs.o:(.bss+0x0): first defined here
/usr/bin/ld: ../unix/sys-unix.o:(.bss+0x8): multiple definition of `ptr_R_ProcessEvents'; ../unix/system....
2001 Jun 27
0
(PR#996) Double inclusion of "int R_OutputCon" from
[Header changed to help the R-bugs system]
On Wed, 27 Jun 2001 thoffman@zappa.sax.de wrote:
> I got a double defined symbol when linking src/modules/internet.dll
> because
> internet.c and sockconn.c include Rconnections.h (... and do not even
> need
> R_OutputCon).
Um, that's definitely not in the code in the system you quote below.
> One should possibly remove such a global definitinon from the header
> file.
> As a temporary solution I declared the variable extern in Rconnections.h
> and
> added in src/main/printutils.c the definition...
2015 Dec 16
2
Building R in 64-bit mode
...c/include/Defn.h 2015-08-25 22:15:24 +0000
+++ R-3.2.3/src/include/Defn.h 2015-12-16 10:53:08 +0000
@@ -1271,7 +1271,7 @@
void invalidate_cached_recodings(void); /* from sysutils.c */
void resetICUcollator(void); /* from util.c */
void dt_invalidate_locale(); /* from Rstrptime.h */
-int R_OutputCon; /* from connections.c */
+extern int R_OutputCon; /* from connections.c */
extern int R_InitReadItemDepth, R_ReadItemDepth; /* from serialize.c */
void get_current_mem(size_t *,size_t *,size_t *); /* from memory.c */
unsigned long get_duplicate_counter(void); /* from duplicate.c */
A 32-bi...
2015 Dec 16
0
Building R in 64-bit mode
...8-25 22:15:24 +0000
> +++ R-3.2.3/src/include/Defn.h 2015-12-16 10:53:08 +0000
> @@ -1271,7 +1271,7 @@
> void invalidate_cached_recodings(void); /* from sysutils.c */
> void resetICUcollator(void); /* from util.c */
> void dt_invalidate_locale(); /* from Rstrptime.h */
> -int R_OutputCon; /* from connections.c */
> +extern int R_OutputCon; /* from connections.c */
> extern int R_InitReadItemDepth, R_ReadItemDepth; /* from serialize.c */
> void get_current_mem(size_t *,size_t *,size_t *); /* from memory.c */
> unsigned long get_duplicate_counter(void); /* from duplic...
2015 Dec 18
1
Assistance much appreciated
...5-08-25 22:15:24.000000000 +0000
+++ R-3.2.3/src/include/Defn.h 2015-12-16 10:53:08.000000000 +0000
@@ -1271,7 +1271,7 @@
void invalidate_cached_recodings(void); /* from sysutils.c */
void resetICUcollator(void); /* from util.c */
void dt_invalidate_locale(); /* from Rstrptime.h */
- int R_OutputCon; /* from connections.c */
+ extern int R_OutputCon; /* from connections.c */
extern int R_InitReadItemDepth, R_ReadItemDepth; /* from serialize.c */
void get_current_mem(size_t *,size_t *,size_t *); /* from memory.c */
unsigned long get_duplicate_counter(void); /* from duplicate.c */
diff...
2015 Dec 17
5
Assistance much appreciated
I have been struggling with this error message - and think I finally
understand it's context.
Start
Line by line debugging shows me the function works:
...
> saveRDS(val, mapfile)
> val
$variables
$variables$IANA_HTTP_status_code_db
[1] 0 1256
$variables$IANA_URI_scheme_db
[1] 1256 3458
$variables$table_of_HTTP_status_codes
[1] 4714 830
$references
named list()
$compressed