cilkpp compile problem

cilkpp compile problem

Imagen de apostglen46

when i try to compile the qsort example from the sdk i get the following error.
using vs2008 everything compiles great.

Compiling: C:\\cilk codeblocks test\\qsort.cpp
Microsoft 32-bit C/C++ Optimizing Compiler Version 15.00.21022.08 for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
cl : Command line warning D9035 : option 'o' has been deprecated and will be removed in a future release
qsort.cpp
C:\\Program Files (x86)\\Intel\\Cilk\\include\\cilk.h(45) : fatal error C1083: Cannot open include file: 'new': No such file or directory

publicaciones de 2 / 0 nuevos
Último envío
Para obtener más información sobre las optimizaciones del compilador, consulte el aviso sobre la optimización.
Imagen de Barry Tannenbaum (Intel)

I'll need to know the following:

  • Which version of Visual Studio you're using. The Cilk++ kit only supports VS2005 and VS2008.
  • The exact command line you're using

You might also try using the /cilkp verbose option which will display the commands being passed to the tools that cilkpp is executing.

- Barry

Inicie sesión para dejar un comentario.