我已簽出該項目上的兩個不同的平臺,他們給了我 -CMake |爲什麼不開始?
在Ubuntu(已安裝cmake並ccmake)
$ make
cd .build && make --no-print-directory
make[1]: *** No targets specified and no makefile found. Stop.
make: *** [all] Error 2
在Mac OS X(它開始了...)
$ make
touch .configured
cd .build && cmake ..
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
看起來Ubuntu似乎仍在嘗試使用make進行編譯?
沒有一個 – 2010-11-20 19:45:26
嗯......這可能是項目設置的問題。 – 2010-11-20 19:55:54