Bug 82991 - Failed compile after fresh check-out (build problem)
Summary: Failed compile after fresh check-out (build problem)
Status: RESOLVED FIXED
Alias: None
Product: kjsembed
Classification: Frameworks and Libraries
Component: Core (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: KJSEmbed ML
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-07 16:21 UTC by Jason Hihn
Modified: 2004-06-12 00:45 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Hihn 2004-06-07 16:21:55 UTC
Version:           CVS  (using KDE KDE 3.2.2)
Installed from:    Compiled From Sources
Compiler:          gcc 
OS:                Linux

I started without a kdebindings dir:
cvs co kdebindings
cd kdebindings
make -f Makefile.cvs
./configure
make
...

make[5]: Entering directory `/home/jhihn/kdebindings/kjsembed/docs/embedding/simple-embed'
/bin/sh ../../../../libtool --silent --mode=link --tag=CXX g++  -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common    -o embedjs -R /usr/lib -R /usr/lib/qt-x11-free-3.3.2/lib -R /usr/X11R6/lib -L/usr/X11R6/lib -L/usr/lib/qt-x11-free-3.3.2/lib -L/usr/lib  main.o embedjs.o embedjsview.o pref.o embedjsiface_skel.o -lkio -lkdeprint -lkjs -lkjsembed
/usr/bin/ld: cannot find -lkjsembed
collect2: ld returned 1 exit status
make[5]: *** [embedjs] Error 1


This has been happening the last few weeks. Normall I just ignore it, but I figure I should let you know becuase I hear talk of KDE 3.4 soon?

I think it's only a problem for the simple-embed target, because kjscmd compiles fine.
Comment 1 Richard Moore 2004-06-12 00:45:45 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