|
From: SourceForge.net <no...@so...> - 2008-09-03 18:49:43
|
Bugs item #2091655, was opened at 2008-09-03 13:49 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=101645&aid=2091655&group_id=1645 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: java Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: David I. (dmisheewk) Assigned to: William Fulton (wsfulton) Summary: intel compiler error: invalid combination of type specifiers Initial Comment: I am using the Intel icc compiler and I get this error on a Java wrapper for a C library: ssf_wrapper_wrap.c(123): error: invalid combination of type specifiers typedef long long __int64; >icc -V Intel(R) C Compiler for Intel(R) EM64T-based applications, Version 9.1 Build 20061101 Package ID: l_cc_c_9.1.045 Copyright (C) 1985-2006 Intel Corporation. All rights reserved. >uname -a Linux xxxxx.xxxxx.xxxx.xxx 2.6.9-67.0.4.ELsmp #1 SMP Fri Jan 18 05:00:00 EST 2008 x86_64 x86_64 x86_64 GNU/Linux gcc appears to work. I was able to rename the __int64 using command line arguments like this to make it work: -D__int64=___int64 References: http://softwarecommunity.intel.com/isn/Community/en-US/forums/thread/322059.aspx ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=101645&aid=2091655&group_id=1645 |