Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
QueryR
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Julien Lopez
QueryR
Commits
9f7f8329
Commit
9f7f8329
authored
9 years ago
by
Stefan Anzinger
Browse files
Options
Downloads
Patches
Plain Diff
Fix issues with compiling graphics/grDevices and fficall with non-gcc compilers
parent
7a98d948
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
com.oracle.truffle.r.native/fficall/src/include/Defn.h
+2
-1
2 additions, 1 deletion
com.oracle.truffle.r.native/fficall/src/include/Defn.h
com.oracle.truffle.r.native/library/grDevices/src/gzio.c
+3
-1
3 additions, 1 deletion
com.oracle.truffle.r.native/library/grDevices/src/gzio.c
with
5 additions
and
2 deletions
com.oracle.truffle.r.native/fficall/src/include/Defn.h
+
2
−
1
View file @
9f7f8329
...
...
@@ -6,7 +6,7 @@
* Copyright (c) 1995, 1996, 1997 Robert Gentleman and Ross Ihaka
* Copyright (c) 1995-2014, The R Core Team
* Copyright (c) 2002-2008, The R Foundation
* Copyright (c) 2015, Oracle and/or its affiliates
* Copyright (c) 2015,
2016,
Oracle and/or its affiliates
*
* All rights reserved.
*/
...
...
@@ -19,6 +19,7 @@
#define HAVE_ERRNO_H 1
#include
<stdlib.h>
#include
<alloca.h>
// Required for non gcc compilers
#include
<Rinternals.h>
// various definitions required to compile GNU-R code:
...
...
This diff is collapsed.
Click to expand it.
com.oracle.truffle.r.native/library/grDevices/src/gzio.c
+
3
−
1
View file @
9f7f8329
...
...
@@ -6,14 +6,16 @@
* Copyright (c) 1995, 1996, 1997 Robert Gentleman and Ross Ihaka
* Copyright (c) 1995-2014, The R Core Team
* Copyright (c) 2002-2008, The R Foundation
* Copyright (c) 2015, Oracle and/or its affiliates
* Copyright (c) 2015,
2016,
Oracle and/or its affiliates
*
* All rights reserved.
*/
// This simply includes gzio.h (which actually contains code)
#define f_tell ftell
#define f_seek fseek
#define warning Rf_warning
#include GNUR_GZIO_H
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment