I am trying to build chapel version 1.11 on a fedora 22 system (using gcc 5.1.1 
and clang 3.5.0). But the building process fails with the following message:"...
ranlib 
../lib/linux64.gnu.arch-native.loc-flat.comm-none.tasks-qthreads.tmr-generic.mem-cstdlib.atomics-intrinsics.gmp.hwloc.re2.wide-struct.fs-none/libchpl.a
Updating TAGS...
cp 
src/gen/linux64.gnu.arch-native.loc-flat.comm-none.tasks-qthreads.tmr-generic.mem-cstdlib.atomics-intrinsics.gmp.hwloc.re2.wide-struct.fs-none/main.o
 
../lib/linux64.gnu.arch-native.loc-flat.comm-none.tasks-qthreads.tmr-generic.mem-cstdlib.atomics-intrinsics.gmp.hwloc.re2.wide-struct.fs-none/main.o
cd modules && make
mkdir -p standard/gen/linux64-gnu
cd standard/gen/linux64-gnu && ( 
/home/user/.usr/chapel/chapel-1.11.0/util/config/makeSysBasicTypes > 
SysCTypes.chpl || { rm -f SysCTypes.chpl && false ; } )
In file included from /usr/include/sys/types.h:25:0,
                 from 
/home/user/.usr/chapel/chapel-1.11.0/runtime//include/sys_basic.h:75,
                 from find_int_sizes_tmp.h:1:
/usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE 
are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
Got wrong number of values from preprocessor at 
/home/user/.usr/chapel/chapel-1.11.0/util/config/makeSysBasicTypes line 104.
Makefile:46: recipe for target 'standard/gen/linux64-gnu/SysCTypes.chpl' failed
make[2]: *** [standard/gen/linux64-gnu/SysCTypes.chpl] Error 1
Makefile:66: recipe for target 'modules' failed
make[1]: *** [modules] Error 2
Makefile:57: recipe for target 'comprt' failed
make: *** [comprt] Error 2
"
when using the gcc. For the clang compiler the error message is similar. I have 
also tried to compile with the option -Wno-cpp with no success.

thanks

------------------------------------------------------------------------------
Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
Get real-time metrics from all of your servers, apps and tools
in one place.
SourceForge users - Click here to start your Free Trial of Datadog now!
http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140
_______________________________________________
Chapel-bugs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/chapel-bugs

Reply via email to