Summary: | Failed compile after fresh check-out (build problem) | ||
---|---|---|---|
Product: | [Frameworks and Libraries] kjsembed | Reporter: | Jason Hihn <scorp1us> |
Component: | Core | Assignee: | KJSEmbed ML <kjsembed> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Jason Hihn
2004-06-07 16:21:55 UTC
CVS commit by rich: - Disable compilation of the embedding example. This example wasn't written to support compilation with the library (something which needs addressing). Bug #83020, Bug #82991. - Added the missing kjs.pro for the qt-only build. CCMAIL: 83020-done@bugs.kde.org CCMAIL: 82991-done@bugs.kde.org A kjs.pro 1.1 M +1 -1 Makefile.am 1.65 --- kdebindings/kjsembed/Makefile.am #1.64:1.65 @@ -7,5 +7,5 @@ INCLUDES += -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -SUBDIRS = bindings builtins qtbindings . plugin plugins docs stdlib cpptests +SUBDIRS = bindings builtins qtbindings . plugin plugins stdlib cpptests lib_LTLIBRARIES = libkjsembed.la |