Search found 10 matches
- 01 Nov 2012, 15:42
- Forum: Mac OS X
- Topic: Help me about the problem of compile on mac
- Replies: 13
- Views: 3939
Re: Help me about the problem of compile on mac
I tried 91.0 just now, but it seems that it doesnt work either. can you be more specific? it works well on a macosx buildslave... 0.82.5.1 will only work if you backport the fixes. (and thats no fun i guess) Sry for that, but it is my projet in school, and i should work in 0.82.5.1 as meme as schoo...
- 01 Nov 2012, 13:37
- Forum: Mac OS X
- Topic: Help me about the problem of compile on mac
- Replies: 13
- Views: 3939
Re: Help me about the problem of compile on mac
But i need 0.82.5.1, thats my travail i need to work on it. I tried 91.0 just now, but it seems that it doesnt work either.abma wrote:which version are you compiling?
afaik spring_0.82.5.1 doesn't compile on mac. 91.0 does...
- 01 Nov 2012, 13:21
- Forum: Mac OS X
- Topic: Help me about the problem of compile on mac
- Replies: 13
- Views: 3939
Re: Help me about the problem of compile on mac
from errer.txt: -- The CXX compiler identification is Clang 4.1.0 c compiler is correct, for c++ clang is still used. maybe g++ is an extra package and needs to be installed, too? I installed gcc again, now it seems good, no more warnings, but another error occurs. Scanning dependencies of target s...
- 01 Nov 2012, 13:06
- Forum: Mac OS X
- Topic: Help me about the problem of compile on mac
- Replies: 13
- Views: 3939
Re: Help me about the problem of compile on mac
Thanks, i'll try it and see if it works.abma wrote:from errer.txt:-- The CXX compiler identification is Clang 4.1.0
c compiler is correct, for clang is still used. maybe g++ is an extra package and needs to be installed, too?
- 01 Nov 2012, 12:56
- Forum: Mac OS X
- Topic: Help me about the problem of compile on mac
- Replies: 13
- Views: 3939
Re: Help me about the problem compile on mac
I have installed gcc, on mac, i download the command line in Xcode, it contains gcc.abma wrote:without more info i guess you are not using gcc... afaik spring currently doesn't work with clang. install gcc and it should compile fine.
- 01 Nov 2012, 12:55
- Forum: Mac OS X
- Topic: Help me about the problem of compile on mac
- Replies: 13
- Views: 3939
Re: Help me about the problem compile on mac
I have put the file, can u check the problem and help me?hoijui wrote:your compile output only shows some warnings, not the 2 errors ..
so please put the whole output in a file, and attach it as file to your forum post.
- 01 Nov 2012, 12:53
- Forum: Linux
- Topic: A problem of cofiguring, install spring on my linux
- Replies: 2
- Views: 1775
Re: A problem of cofiguring, install spring on my linux
Thans, it works now.jK wrote:install xcursorCMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
X11_Xcursor_LIB (ADVANCED)
- 01 Nov 2012, 12:39
- Forum: Linux
- Topic: A problem of cofiguring, install spring on my linux
- Replies: 2
- Views: 1775
A problem of cofiguring, install spring on my linux
When i install spring on my Ubuntu, the problem occurs, after i input cmake . the output is : -- The C compiler identification is GNU -- The CXX compiler identification is GNU -- Check for working C compiler: /usr/bin/gcc -- Check for working C compiler: /usr/bin/gcc -- works -- Detecting C compiler...
- 25 Oct 2012, 17:54
- Forum: Mac OS X
- Topic: Help me about the problem of compile on mac
- Replies: 13
- Views: 3939
Re: Help me about the problem compile on mac
This is the result after 'cmake': -- Boost version: 1.51.0 -- Found the following Boost libraries: -- thread -- regex -- program_options -- system -- signals -- Building Spring for 64bit environment -- Found AI Wrapper: Cpp-AIWrapper -- Found AI Wrapper: CUtils (sources only wrapper) -- Found AI Wra...
- 25 Oct 2012, 17:52
- Forum: Mac OS X
- Topic: Help me about the problem of compile on mac
- Replies: 13
- Views: 3939
Help me about the problem of compile on mac
i am new to spring, and i want to install spring on my mac ox lion, but i have a problem now. When i write 'cmake .', it work all right only one small thing: -- Could NOT find DocBook (missing: DOCBOOK_XSL) But after, i write the following word 'make spring', it has problems: I have tried many times...