Skip to Content.
Sympa Menu

cc-devel - [cc-devel] [ cctools-Bugs-1830042 ] build fail in out of tree build

cc-devel AT lists.ibiblio.org

Subject: Developer discussion for Creative Commons technology and tools

List archive

Chronological Thread  
  • From: "SourceForge.net" <noreply AT sourceforge.net>
  • To: noreply AT sourceforge.net
  • Subject: [cc-devel] [ cctools-Bugs-1830042 ] build fail in out of tree build
  • Date: Sun, 11 Nov 2007 15:37:01 -0800

Bugs item #1830042, was opened at 2007-11-11 13:40
Message generated for change (Comment added) made by hfiguiere
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=559966&aid=1830042&group_id=80503

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: liblicense
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Hubert Figuiere (hfiguiere)
Assigned to: Nobody/Anonymous (nobody)
Summary: build fail in out of tree build

Initial Comment:
Try the following on a free svn checkout:


NOCONFIGURE=1 ./autogen.sh
mkdir BUILD
cd BUILD
../configure
make


It fails because it assume that srcdir = builddir with implicit include path.
It also fails because of #include <libcense/libcense.h> while it should be
#include "liblicense.h"



----------------------------------------------------------------------

>Comment By: Hubert Figuiere (hfiguiere)
Date: 2007-11-11 18:37

Message:
Logged In: YES
user_id=27487
Originator: YES

fixed in SVN

----------------------------------------------------------------------

Comment By: Hubert Figuiere (hfiguiere)
Date: 2007-11-11 13:41

Message:
Logged In: YES
user_id=27487
Originator: YES

Actually I have a patch.

make distcheck still fails. but that's a slightly different issue.
File Added: build.diff

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=559966&aid=1830042&group_id=80503




Archive powered by MHonArc 2.6.24.

Top of Page