Scanning dependencies of target app-lib
[ 7%] Building CXX object src/app/CMakeFiles/app-lib.dir/app.cpp.o
In file included from /Users/robin/Desktop/aseprite-master/src/app/app.cpp:52:
In file included from /Users/robin/Desktop/aseprite-master/src/./app/ui/editor/editor.h:24:
In file included from /Users/robin/Desktop/aseprite-master/src/./app/document.h:25:
/Users/robin/Desktop/aseprite-master/src/./base/observable.h:33:17: error: use
'template' keyword to treat 'notifyObservers' as a dependent template name
m_observers.notifyObservers<A1>(method, a1);
^
template
/Users/robin/Desktop/aseprite-master/src/./base/observable.h:38:17: error: use
'template' keyword to treat 'notifyObservers' as a dependent template name
m_observers.notifyObservers<A1, A2>(method, a1, a2);
^
template
/Users/robin/Desktop/aseprite-master/src/./base/observable.h:43:17: error: use
'template' keyword to treat 'notifyObservers' as a dependent template name
m_observers.notifyObservers<A1, A2, A3>(method, a1, a2, a3);
^
template
3 errors generated.
make[2]: *** [src/app/CMakeFiles/app-lib.dir/app.cpp.o] Error 1
make[1]: *** [src/app/CMakeFiles/app-lib.dir/all] Error 2
make: *** [all] Error 2
Has anyone had succesful build for mac? What version of cmake and OS are you using?
Thanks,
- Robin
--
You received this message because you are subscribed to the Google Groups "aseprite-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to aseprite-discu...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
16%] Building CXX object src/app/CMakeFiles/app-lib.dir/app.cpp.o
In file included from /Users/robin/Desktop/aseprite/aseprite/src/app/app.cpp:51:
In file included from /Users/robin/Desktop/aseprite/aseprite/src/./app/ui/editor/editor.h:24:
In file included from /Users/robin/Desktop/aseprite/aseprite/src/./app/document.h:25:
/Users/robin/Desktop/aseprite/aseprite/src/./base/observable.h:33:17: error:
use 'template' keyword to treat 'notifyObservers' as a dependent template
name
m_observers.notifyObservers<A1>(method, a1);
^
template
/Users/robin/Desktop/aseprite/aseprite/src/./base/observable.h:38:17: error:
use 'template' keyword to treat 'notifyObservers' as a dependent template
name
m_observers.notifyObservers<A1, A2>(method, a1, a2);
^
template
/Users/robin/Desktop/aseprite/aseprite/src/./base/observable.h:43:17: error:
use 'template' keyword to treat 'notifyObservers' as a dependent template
name
m_observers.notifyObservers<A1, A2, A3>(method, a1, a2, a3);
^
template
3 errors generated.
make[2]: *** [src/app/CMakeFiles/app-lib.dir/app.cpp.o] Error 1
make[1]: *** [src/app/CMakeFiles/app-lib.dir/all] Error 2
make: *** [all] Error 2
I'll look out for the updates.
Thanks,
- Robin
--
You received this message because you are subscribed to a topic in the Google Groups "aseprite-discuss" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/aseprite-discuss/VeX4t6pkuoA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to aseprite-discu...@googlegroups.com.
cc1plus: error: unrecognized command line option "-std=gnu++11"
make[2]: *** [src/filters/CMakeFiles/filters-lib.dir/color_curve.cpp.o] Error 1
make[1]: *** [src/filters/CMakeFiles/filters-lib.dir/all] Error 2
make: *** [all] Error 2
Any ideas?
Thanks,
- Robin
Hi Robin, sorry, it's Xcode 3.1. I've updated the instructions with the specificfile that you have to download:
- David
On Tue, Aug 19, 2014 at 11:11 PM, David Capello <davidc...@gmail.com> wrote:
Hi Robin,I don't remember what specific version I've used, but I think that
You need to download Xcode 3.2 distribution, it includes the SDK.
the latest one should include the SDK for Mac 10.4
- David
On Tue, Aug 19, 2014 at 9:33 PM, Robin Clark <robyd...@gmail.com> wrote:
Hi David,I didn't see a universal MacOSX10.4u.sdk, so I tried to use the regular MacOSX10.4.0.sdk, but that didn't work:
<image.png>