Configuration "Release Linux (x64)|x86" and "Debug Linux (x64)|x86" doesn't work, output when building:
error CS0016: Could not write to file `AudioCuesheetEditor', cause: AMD64
There is no need to define platform for compiler on linux, since the runtime will be choosen from mono (if using 32 bit mono, start x86, if using 64 bit mono start x64).
http://stackoverflow.com/questions/3303303/trying-to-compile-x64-app-on-linux-with-mono-gives-pe32plus-error
http://stackoverflow.com/questions/13903884/how-to-build-x64-with-monodevelop
Please correct current build configurations. x64 or x64 are missing and need to be there because of libcsfml libraries copy in the afterbuild stage.
Log in to post a comment.
There is no need to define platform for compiler on linux, since the runtime will be choosen from mono (if using 32 bit mono, start x86, if using 64 bit mono start x64).
http://stackoverflow.com/questions/3303303/trying-to-compile-x64-app-on-linux-with-mono-gives-pe32plus-error
http://stackoverflow.com/questions/13903884/how-to-build-x64-with-monodevelop
Please correct current build configurations. x64 or x64 are missing and need to be there because of libcsfml libraries copy in the afterbuild stage.