Questions tagged [ccompilerdriver]
47 questions
21
votes
2 answers
C compilation not working with Visual Studio 2013
I'm running Mathematica 9 on a 64 bit Windows 8.1 laptop. I'm having no luck getting C compilation to work.
Needs["CCompilerDriver`"]
CCompilers[Full]
CCompilers[]
returns
{}
{}
The package did load successfully, as $Packages shows…
user11990
- 311
- 2
- 3
11
votes
1 answer
Installing Microsoft C compiler on Windows 10
On Windows 7 I was using Microsoft Visual C++ as CCompilerDriver. For this, the minimal solution is to install Microsoft .Net and then Microsoft SDK-7.1. There is no need to install Microsoft Visual Studio.
Now I am trying to install Microsoft C++…
Dmitry Garanin
- 167
- 5
5
votes
0 answers
Mathematica version 10.2 does not find C compiler
I am running Mathematica 10.2 on Windows 7 (64bit) and when I want to use the C compiler I get the message:
A C compiler cannot be found on your system. Please consult the
documentation to learn how to set up suitable compilers.
I have done the…
PuzzledBiologist
- 166
- 4
4
votes
0 answers
C compiler options passed by Mathematica
What options can be used for compilation using Compile or CreateExecutable in Mathematica and where can one find details on the possible values for the settings?
I have a recent build of MinGW installed on a Win7 workstation which works when called…
dionys
- 4,321
- 1
- 19
- 46
4
votes
1 answer
Using VS Studio Compiler with MMA 10.1
Win7-64 bit. Visual Studio 2015 Community Edition
I am unable to get MMA to recognise the VS Compiler to compile functions to C.
I had installed VS Studio and the C++ compiler (and test compiled the calculator demo); I reinstalled .NET Framework…
Julian Moore
- 2,560
- 1
- 12
- 20
1
vote
1 answer
Setup default temporal directories for CCompilerDriver
Problem:
I have cyrylic symbols in my $UserBaseDirectory. As result temporal directory for CreateExecutableand friends is in my$UserBaseDirectory`. Which produce error.
Code:
Needs["CCompilerDriver`GenericCCompiler`"]
greeter = CreateExecutable[
…
molekyla777
- 2,888
- 1
- 14
- 28
1
vote
0 answers
Cannot compile OpenGL code in Mathematica (vc2010-windows 8.1)
LinkError of OpenGL
My enviroment is windows 8.1 x64, Mathematica 9.0.1, opengl 1.1
targetDirectory = "E:\\Users\\Hyper\\Documents\\OpenGL";
sourceDirectory = "E:\\Users\\Hyper\\Documents\\OpenGL\\SourceFile";
includeDirectory = {"E:\\Program Files…
HyperGroups
- 8,619
- 1
- 26
- 63