I'm trying to build a project in background without opening the graphics from C::B but cannot build from OSX command prompt.
Even if I gave the command not to open the program, try to open and it say
"Deactivating the compiler plugin is most unwise"And in terminal:
CodeBlocks[2034:1503] CFURLCreateWithString was passed this invalid URL string: '/System/Library/CoreServices/CommonCocoaPanels.bundle' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.The command is for 13.12 C::B version
"Editor_CPP/CodeBlocks.app/Contents/MacOS/CodeBlocks" -ni -ns -nc --debug-log --batch-build-notify --build --target="VST2" "test/Mac/Project.cbp"