12-10-2015, 07:47 AM
The problem is, that it is not working on a non-interactive shell
Stuck with getting Cuberite to compile on FreeBSD
|
12-10-2015, 07:47 AM
The problem is, that it is not working on a non-interactive shell
12-10-2015, 06:56 PM
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
12-10-2015, 07:01 PM
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
12-11-2015, 07:09 AM
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?
12-11-2015, 08:12 AM
I don't know. Build one, if it's not there.
12-12-2015, 11:10 PM
What shell are you using for your interactive session?
12-13-2015, 12:33 AM
I think zsh is standard on many bsd.
12-13-2015, 03:45 AM
12-13-2015, 04:05 AM
I read the manual, and it turns out that SH is standard. I tried with that but it didn't work.
12-14-2015, 07:02 AM
No, you're all wrong; PowerShell is the standard.
|
« Next Oldest | Next Newest »
|