Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Current project status #36

Open
Yukariin opened this issue Nov 27, 2015 · 2 comments
Open

Current project status #36

Yukariin opened this issue Nov 27, 2015 · 2 comments

Comments

@Yukariin
Copy link

There are any current project status, schedule, release plan etc?
Because I'm tried to build it just now on my Archlinux i686 chroot but get:

[ 58%] Building CXX object src/deps/libui/CMakeFiles/ui.dir/home/yukarin/SHASHLIK/src/android-frameworks-native/libs/ui/GraphicBuffer.cpp.o
/home/yukarin/SHASHLIK/src/android-frameworks-native/libs/ui/GraphicBuffer.cpp:228:14: warning: multi-character character constant [-Wmultichar]
     buf[0] = 'GBFR';
              ^
/home/yukarin/SHASHLIK/src/android-frameworks-native/libs/ui/GraphicBuffer.cpp:258:19: warning: multi-character character constant [-Wmultichar]
     if (buf[0] != 'GBFR') return BAD_TYPE;
                   ^
In file included from /home/yukarin/SHASHLIK/src/android-frameworks-native/libs/ui/GraphicBuffer.cpp:27:0:
/home/yukarin/SHASHLIK/src/shashlik/../android-frameworks-native/include/ui/GraphicBufferAllocator.h:74:36: error: 'android::WaylandClient' has not been declared
     void setWaylandClient(android::WaylandClient* waylandClient);
                                    ^
src/deps/libui/CMakeFiles/ui.dir/build.make:110: recipe for target 'src/deps/libui/CMakeFiles/ui.dir/home/yukarin/SHASHLIK/src/android-frameworks-native/libs/ui/GraphicBuffer.cpp.o' failed
make[2]: *** [src/deps/libui/CMakeFiles/ui.dir/home/yukarin/SHASHLIK/src/android-frameworks-native/libs/ui/GraphicBuffer.cpp.o] Error 1
CMakeFiles/Makefile2:2722: recipe for target 'src/deps/libui/CMakeFiles/ui.dir/all' failed
make[1]: *** [src/deps/libui/CMakeFiles/ui.dir/all] Error 2
Makefile:138: recipe for target 'all' failed
make: *** [all] Error 2
@bittner
Copy link

bittner commented Feb 22, 2016

There is probably a new implementation approach in a different repository (this repo has been renamed to old-shashlik).

Can one of the maintainers please add appropriate information about this repository to the repository header/description? Including an URL to the new repository, please. -- Thank you!

@bbruno5-zz
Copy link

bbruno5-zz commented Nov 26, 2016

Just add to /opt/SHASHLIK/src/android-frameworks-native/include/ui/GraphicBufferAllocator.h, below the line 38, a new line with:

class WaylandClient;

Save the file and edit /opt/SHASHLIK/src/android-frameworks-native/libs/ui/GraphicBufferAllocator.cpp, commenting the line 137 with "//", like this:

// return (void*)mAllocDev->getWaylandBuffer(mAllocDev, handle);

Then, save the file and compile again without errors. 😃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants