Skip to content

Instantly share code, notes, and snippets.

@danwalmsley
Created March 13, 2018 09:57
Show Gist options
  • Save danwalmsley/6579ef522abb527402ae356ebd7914af to your computer and use it in GitHub Desktop.
Save danwalmsley/6579ef522abb527402ae356ebd7914af to your computer and use it in GitHub Desktop.
repro horizontal scrolling
Starting Build...
clang version 5.0.1 (tags/RELEASE_501/final)
Target: x86_64-pc-windows-msvc
Thread model: posix
InstalledDir: C:\Users\dan\AvalonStudio\AppData\Repos\AvalonStudio.Toolchains.Clang.win-x64.5.0.1-build59-alpha\content\bin
[CC 112/164] [PeripheralBoard] CameraTrack.cpp
C:\Users\dan\dev\repos\ILMD\PeripheralBoard\PeripheralBoard\CameraTrack.cpp:10:1: error: unknown type name 'xxxx'
xxxx
^
In file included from C:\Users\dan\dev\repos\ILMD\PeripheralBoard\PeripheralBoard\CameraTrack.cpp:12:
In file included from C:\Users\dan\dev\repos\ILMD\PeripheralBoard\PeripheralBoard\../PeripheralBoard/CameraTrack.h:12:
In file included from C:\Users\dan\dev\repos\ILMD\PeripheralBoard\StepperMotor\..\StepperMotor\StepperMotor.h:13:
In file included from C:\Users\dan\dev\repos\ILMD\PeripheralBoard\..\Host\Utils\..\Utils\Action.h:12:
In file included from C:\Users\dan\dev\repos\ILMD\PeripheralBoard\..\Host\Utils\..\Utils/Function.h:32:
c:\users\dan\avalonstudio\appdata\repos\avalonstudio.toolchains.clang.win-x64.5.0.1-build59-alpha\content\arm-none-eabi\include\c++\7.2.1\exception:35:13: error: expected unqualified-id
#pragma GCC visibility push(default)
^
c:\users\dan\avalonstudio\appdata\repos\avalonstudio.toolchains.clang.win-x64.5.0.1-build59-alpha\content\arm-none-eabi\include\c++\7.2.1\exception:139:13: error: #pragma visibility pop with no matching #pragma visibility push
#pragma GCC visibility pop
^
C:\Users\dan\dev\repos\ILMD\PeripheralBoard\PeripheralBoard\CameraTrack.cpp:25:7: warning: field 'cameraMotor' will be initialized after field 'scale' [-Wreorder]
: cameraMotor (cameraMotor), scale (*new StraightLineFormula ())
^
1 warning and 3 errors generated.
Build Failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment