ottonove / SequenceEditorClone

0 stars 0 forks source link

testing here too... #1

Open moebiussurfing opened 4 years ago

moebiussurfing commented 4 years ago

hey @ottonove , I just tried this version in Windows10, OF master branch, rolling back the commits like you said doing this:

PS F:\openFrameworks\addons\ofxDeferredShading> git reset 52d1e4230f64e2bb65e73bbf80692eea7ddfefd3 PS F:\openFrameworks\addons\ofxDeferredHelper> git reset 066a6b4bd5f45a2069a7adc15f1cbf7c31a025d6

(I tried to set c++ 17 too just in case)

But am Im getting several errors:

...
1>c:\program files (x86)\microsoft visual studio\2017\community\vc\tools\msvc\14.16.27023\include\fstream(24): error C2757: 'filesystem': a symbol with this name already exists and therefore this name cannot be used as a namespace name (compiling source file ..\..\..\addons\ofxDeferredShading\src\DeferredProcessor.cpp)
1>c:\program files (x86)\microsoft visual studio\2017\community\vc\tools\msvc\14.16.27023\include\fstream(24): error C2757: 'filesystem': a symbol with this name already exists and therefore this name cannot be used as a namespace name (compiling source file ..\..\..\addons\ofxDeferredShading\src\GBuffer.cpp)
1>c:\program files (x86)\microsoft visual studio\2017\community\vc\tools\msvc\14.16.27023\include\fstream(24): error C2757: 'filesystem': a symbol with this name already exists and therefore this name cannot be used as a namespace name (compiling source file ..\..\..\addons\ofxDeferredShading\src\pass\BloomPass.cpp)
... and more...
moebiussurfing commented 4 years ago

I have another fork that now is working and it sounds too. but I think I deleted lot of things to isolate the sequencer. But it's a work in progress and from several months ago, I do not remember the changes... Check it if you want: https://github.com/moebiussurfing/SequenceEditorTEST