Cuberite Forum

Full Version: Stuck with getting Cuberite to compile on FreeBSD
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5
The problem is, that it is not working on a non-interactive shell
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.
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
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?
I don't know. Build one, if it's not there.
What shell are you using for your interactive session?
I think zsh is standard on many bsd.
(12-13-2015, 12:33 AM)Schwertspize Wrote: [ -> ]I think zsh is standard on many bsd.

You are not right.
Bash - it is standard
I read the manual, and it turns out that SH is standard. I tried with that but it didn't work.
No, you're all wrong; PowerShell is the standard.
Pages: 1 2 3 4 5