[opensource-dev] Stuck on stupid
Nicky Perian
nickyperian at gmail.com
Sat Jul 23 06:05:24 PDT 2016
To complete the record.
Resolved.
*At:*
add_custom_target(generate_breakpad_symbols DEPENDS
"${VIEWER_SYMBOL_FILE}" "${VIEWER_BINARY_NAME}" "${VIEWER_COPY_MANIFEST}")
*Added:*
* MESSAGE( STATUS "dependencies: " ${VIEWER_SYMBOL_FILE} " "
${VIEWER_BINARY_NAME} " " ${VIEWER_COPY_MANIFEST} " " )*
* add_dependencies(generate_breakpad_symbols "${VIEWER_BINARY_NAME}")*
*Configured with*:
-DCMAKE_VERBOSE_MAKEFILE:BOOL=TRUE
*Result:*
*"${VIEWER_BINARY_NAME}" *Had an extra space following that caused the
add_dependencies to fail.
*Then:*
configure with -DRELEASE_CRASH_REPORTING:BOOL=ON
and generate_breakpad_symbols project is included in the build.
On Fri, Jul 22, 2016 at 3:51 PM, Nicky Perian <nickyperian at gmail.com> wrote:
> I have done before and was surprised how simple it was. But...
>
> How do you tell the viewer build to provide the breakpad symbol generation
> in the build project?
>
> It should produce an archive of the symbols.
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20160723/2316d6df/attachment.htm
More information about the opensource-dev
mailing list