Skip to content

Commit

Permalink
- checking error handling of build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Hart committed Feb 10, 2025
1 parent d16fc85 commit 2fbc2f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hi_backend/backend/CompileExporter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2480,7 +2480,7 @@ int CppBuilder::exportValueTreeAsCpp(const File &sourceDirectory, const File &de

#define ADD_LINE(x) (batchContent << x << NewLine::getDefault())

void CompileExporter::BatchFileCreator::createBatchFile(CompileExporter* exporter, BuildOption buildOption, TargetTypes types, ChildProcessManager* manager)
void CompileExporter::Batch FileCreator::createBatchFile(CompileExporter* exporter, BuildOption buildOption, TargetTypes types, ChildProcessManager* manager)

Check failure on line 2483 in hi_backend/backend/CompileExporter.cpp

View workflow job for this annotation

GitHub Actions / ci_macos

no member named 'Batch' in 'hise::CompileExporter'

Check failure on line 2483 in hi_backend/backend/CompileExporter.cpp

View workflow job for this annotation

GitHub Actions / ci_macos

expected ';' after top level declarator

Check failure on line 2483 in hi_backend/backend/CompileExporter.cpp

View workflow job for this annotation

GitHub Actions / ci_macos

use of undeclared identifier 'FileCreator'
{
ModulatorSynthChain* chainToExport = exporter->chainToExport;
ignoreUnused(chainToExport);
Expand Down

0 comments on commit 2fbc2f7

Please sign in to comment.