Stuck with getting Cuberite to compile on FreeBSD
#31
The problem is, that it is not working on a non-interactive shell
Reply
Thanks given by:
#32
How exactly are you testing that?

I wrote a simple script file with the following contents:
Code:
cmake -DCMAKE_BUILD_TYPE=Debug .. && make -j 8
and when I launch it from the terminal, it builds the server okay.
Reply
Thanks given by:
#33
The build server runs the compile script non-interactive that makes it fail. If I compile it on the same machine interactively, it doesn't fail
Reply
Thanks given by:
#34
SphinxCore: Is there a .bashrc or .profile file that is only used on interactive sessions that I could source? Maybe that's where the issue is?
Reply
Thanks given by:
#35
I don't know. Build one, if it's not there.
Reply
Thanks given by:
#36
What shell are you using for your interactive session?
Reply
Thanks given by:
#37
I think zsh is standard on many bsd.
Reply
Thanks given by:
#38
(12-13-2015, 12:33 AM)Schwertspize Wrote: I think zsh is standard on many bsd.

You are not right.
Bash - it is standard
Reply
Thanks given by:
#39
I read the manual, and it turns out that SH is standard. I tried with that but it didn't work.
Reply
Thanks given by:
#40
No, you're all wrong; PowerShell is the standard.
Reply
Thanks given by:




Users browsing this thread: 1 Guest(s)