zezer3 / cmaked2

Automatically exported from code.google.com/p/cmaked2
0 stars 0 forks source link

make fail #18

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Testing the installation; make

What is the expected output? What do you see instead?

[ 40%] Building D object app_2/CMakeFiles/app_2.dir/app_2
cd /home/teri/proyectos/cmaked2/tests/app_2 && /usr/bin/gdc  -w -g    
-oCMakeFiles/app_2.dir/app_2 -c /home/teri/proyectos/cmaked2/tests/app_2/app_2.d
/home/teri/proyectos/cmaked2/tests/app_2/app_2.d:6: Error: undefined identifier 
writeln, did you mean function writefln?
/home/teri/proyectos/cmaked2/tests/app_2/app_2.d:6: Error: function expected 
before (), not __error of type _error_
make[2]: *** [app_2/CMakeFiles/app_2.dir/app_2] Error 1
make[2]: Leaving directory `/home/teri/proyectos/cmaked2/tests'
make[1]: *** [app_2/CMakeFiles/app_2.dir/all] Error 2
make[1]: Leaving directory `/home/teri/proyectos/cmaked2/tests'
make: *** [all] Error 2

What version of the product are you using? On what operating system?
dmd64 2.055, GNU/Linux Mint 11 amd64, cmake 2.8

Please provide any additional information below.

Original issue reported on code.google.com by teritri...@gmail.com on 24 Sep 2011 at 11:00

GoogleCodeExporter commented 9 years ago
Sorry if the title isn't descriptive.

Original comment by teritri...@gmail.com on 24 Sep 2011 at 11:00

GoogleCodeExporter commented 9 years ago
Your report is a bit strange. Because you are using gdc for compiling but 
report that you used dmd.
Did you try dmd?

Original comment by jens.k.mueller@gmail.com on 15 Nov 2011 at 9:40

GoogleCodeExporter commented 9 years ago
I have installed dmd and gdc for 64 bits

Original comment by teritri...@gmail.com on 16 Nov 2011 at 8:29

GoogleCodeExporter commented 9 years ago
It seems that cmake picked gdc. Did you try building app_2.d manually? Because 
it looks to me like an issue with your gdc.

Original comment by jens.k.mueller@gmail.com on 16 Nov 2011 at 7:41