SAnsell / CombLayer

MCNP(X) project builder using C++
GNU General Public License v3.0
14 stars 13 forks source link

can't compile master #61

Closed kbat closed 7 years ago

kbat commented 7 years ago

Hi Stuart,

I can't compile the current master branch. cmake has problems with the linac target:


-- Configuring done
CMake Error at CMakeLists.txt:641 (add_executable):
  Cannot find source file:

    master/Main/linac

  Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp
  .hxx .in .txx

CMake Error: CMake can not determine linker language for target: linac
CMake Error: Cannot determine link language for target "linac".
-- Generating done```
SAnsell commented 7 years ago

The project added the linac target -- this normally means that you need a new linac.cxx

I forgot to add this to the project -- so I have added it now [sorry].

You will need to do a new ./CMake.pl -O etc...

Stuart.

On 20 February 2017 at 10:30, Konstantin Batkov notifications@github.com wrote:

Hi Stuart,

I can't compile the current master branch. cmake has problems with the linac target:

-- Configuring done CMake Error at CMakeLists.txt:641 (add_executable): Cannot find source file:

master/Main/linac

Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx

CMake Error: CMake can not determine linker language for target: linac CMake Error: Cannot determine link language for target "linac". -- Generating done```

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/SAnsell/CombLayer/issues/61, or mute the thread https://github.com/notifications/unsubscribe-auth/AAZOQzho53RMp8EMOp0w83P5fu4EueElks5reV0sgaJpZM4MF8Qp .