Closed Pharmhaus-2 closed 5 years ago
@jondecker76 Can you confirm that this is still a problem or has this been fixed?
I'm not sure what exact change fixed it, but this has no longer been an issue
On Sun, Apr 14, 2019, 12:27 PM Pharmhaus.Net notifications@github.com wrote:
@jondecker76 https://github.com/jondecker76 Can you confirm that this is still a problem or has this been fixed?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/blitz-foundation/monkey2/issues/125#issuecomment-483010918, or mute the thread https://github.com/notifications/unsubscribe-auth/AGc_m8UTakMeAFAorJ1cNXuNvNLmKiSrks5vg1bcgaJpZM4cunBI .
Original Author: jondecker76
I can no longer compile on linux after the a64c53c update. Here is the result:
Mx2cc version 1.1.15
Making app '/home/viavacavi/Dropbox/monkey2/modules/reflection/tests/enum.monkey2' (linux release x64 gcc mx)
Parsing... Semanting... Translating... Compiling... _r.cpp Build error: System command failed:
g++ -c -std=c++11 -O3 -DNDEBUG -I"/home/viavacavi/Dropbox/monkey2/modules/" -I"/home/viavacavi/Dropbox/monkey2/modules/monkey/native" -I"/home/viavacavi/Dropbox/monkey2/modules/reflection/tests/" -DNDEBUG=1 -DBB_THREADS=1 -I"/home/viavacavi/Dropbox/monkey2/modules/reflection/tests/enum.buildv1.1.15/linux_release_mx/build/" -MMD -MF"/home/viavacavi/Dropbox/monkey2/modules/reflection/tests/enum.buildv1.1.15/linux_release_mx/build/rc349c855.cpp_r.deps" -o "/home/viavacavi/Dropbox/monkey2/modules/reflection/tests/enum.buildv1.1.15/linux_release_mx/build/rc349c855.cpp_r.o" "/home/viavacavi/Dropbox/monkey2/modules/monkey/monkey.buildv1.1.15/linux_release_mx/include/_r.cpp"
g++: error: /home/viavacavi/Dropbox/monkey2/modules/monkey/monkey.buildv1.1.15/linux_release_mx/include/_r.cpp: No such file or directory g++: fatal error: no input files compilation terminated.
Fatal mx2cc error
Internal mx2cc build error