> bitmap.cc: In member function 'void Bitmap<Pel>::Create(int, int, int, int, int, bool)': bitmap.cc:179: error: expected type-specifier bitmap.cc:179: error: expected `;' bitmap.cc: In member function 'void Bitmap<Pel>::CreateFromExistingMemory(Pel*, int, int, int, int, int)': bitmap.cc:191: error: expected type-specifier bitmap.cc:191: error: expected `;'
It's for reasons like this that I eschew C++. Quite frankly, I have no idea what the exact issue is, looks like yet another template incompatibility between inumerable C++ specifications and implementations. You might either back up to much older versions of C++, or find a newer dvdview and diff that with my version to see what's changed. I don't think I changed much at all, basically redirected dvdview output to a framebuffer pointer supplied by nano-X rather than kernel framebuffer. Regards, Greg --------------------------------------------------------------------- To unsubscribe, e-mail: nanogui-unsubscr...@linuxhacker.org For additional commands, e-mail: nanogui-h...@linuxhacker.org