Skip to content

Instantly share code, notes, and snippets.

@torus
Created September 27, 2015 05:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save torus/67c3a3a581fa5c353e3b to your computer and use it in GitHub Desktop.
Save torus/67c3a3a581fa5c353e3b to your computer and use it in GitHub Desktop.
toru@britney:~/src/ue4/x7$ make -j 16 x7
mono "/home/toru/src/UnrealEngine"/Engine/Binaries/DotNET/UnrealBuildTool.exe x7 Linux Development -project="\"/home/toru/src/ue4/x7/x7.uproject\""
Using clang version '3.5.2' (string), 3 (major), 5 (minor), 2 (patch)
Performing 2 actions (8 in parallel)
[1/2] Compile MyActor.cpp
[2/2] Link x7
/home/toru/src/ue4/x7/Source/Gauche/src//libgauche-static-0.9.a(termios.o): In function `Scm_Openpty':
/home/toru/src/ue4/x7/Source/Gauche/ext/termios/termios.c:120: undefined reference to `openpty'
/home/toru/src/ue4/x7/Source/Gauche/src//libgauche-static-0.9.a(termios.o): In function `Scm_Forkpty':
/home/toru/src/ue4/x7/Source/Gauche/ext/termios/termios.c:136: undefined reference to `forkpty'
/home/toru/src/ue4/x7/Source/Gauche/src//libgauche-static-0.9.a(termios.o): In function `Scm_ForkptyAndExec':
/home/toru/src/ue4/x7/Source/Gauche/ext/termios/termios.c:162: undefined reference to `forkpty'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
-------- End Detailed Actions Stats -----------------------------------------------------------
ERROR: UBT ERROR: Failed to produce item: /home/toru/src/ue4/x7/Binaries/Linux/x7
Total build time: 17.41 seconds
Makefile:565: recipe for target 'x7' failed
make: *** [x7] Error 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment