What steps will reproduce the problem?
1. Trying to compile aseprite with the latest git code when xxf86dga/XDGA is
detected by the cmake configure process.
What is the expected output? What do you see instead?
Correct compile. A compile error that complains about not being able to find
the xdga library functions, simple error with the CMakeLists.txt file in the
root of the tree.
What version of the product are you using? On what operating system?
The git commit version a2eab0553c4f9b6278c0d83ee31c8bdc6e4a0787.
Please provide any additional information below.
A simple fix is needed to the CMakeLists.txt file, patch is attached. Just was
a simple error of using the wrong variable, using PLATFORM rather than
PLATFORM_LIBS, which all the other ones were using.
Original issue reported on code.google.com by jdgb...@gmail.com on 4 Mar 2011 at 10:25
Original issue reported on code.google.com by
jdgb...@gmail.com
on 4 Mar 2011 at 10:25Attachments: