Bug 121856 - ./../../talk/base/basicdefs.h:32:20: config.h: No such file or directory
Summary: ./../../talk/base/basicdefs.h:32:20: config.h: No such file or directory
Status: RESOLVED FIXED
Alias: None
Product: kopete
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Kopete Developers
URL:
Keywords:
: 122325 122351 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-02-13 01:40 UTC by unf
Modified: 2006-02-26 16:51 UTC (History)
2 users (show)

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 unf 2006-02-13 01:40:48 UTC
Version:           0.12 alpha 1 (using KDE KDE 3.5.1)
Installed from:    Ubuntu Packages
Compiler:          g++-3.4 
OS:                Linux

Compiling process crashed giving me this error. The options I used with the ./configure were --enable-jingle --enable-debug

The error was solved by writing the full path at the #include line (basicdefs.h:32:20).
Comment 1 Thiago Macieira 2006-02-16 18:50:19 UTC
In the future, please write to the mailing list for compilation errors.
Comment 2 unf 2006-02-16 20:07:05 UTC
Ok, thank you for the information, and sorry for de mistake.

I also had a compilation error when I tried to compile under a directory with whitespaces.
Comment 3 Matt Rogers 2006-02-20 03:22:56 UTC
*** Bug 122325 has been marked as a duplicate of this bug. ***
Comment 4 Matt Rogers 2006-02-20 20:31:28 UTC
*** Bug 122351 has been marked as a duplicate of this bug. ***
Comment 5 Matt Rogers 2006-02-26 16:51:22 UTC
SVN commit 513803 by mattr:

don't attempt to use an invalid config.h and point libjingle to the config.h
file created during the kopete configure process

BUG: 121856



 D             aclocal.m4  
 D             config.guess  
 D             config.h  
 D             config.h.in  
 D             config.sub  
 D             configure  
 D             configure.ac  
 D             depcomp  
 D             install-sh  
 D             ltmain.sh  
 D             missing  
 D             mkinstalldirs  
 M  +1 -1      talk/base/Makefile.am  


--- branches/kopete/0.12/kopete/protocols/jabber/jingle/libjingle/talk/base/Makefile.am #513802:513803
@@ -53,7 +53,7 @@
 			    host.h \
 			    socketaddresspair.h
 
-AM_CPPFLAGS = -DPOSIX -I$(srcdir)/../..
+AM_CPPFLAGS = -DPOSIX -I$(srcdir)/../.. -I$(top_builddir)
 noinst_LTLIBRARIES = libcricketbase.la
 DEFAULT_INCLUDES = -I$(srcdir)/../..