After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 335436 - Can't compile because nspr.h is missing
Can't compile because nspr.h is missing
Status: RESOLVED DUPLICATE of bug 335434
Product: evolution-data-server
Classification: Platform
Component: general
unspecified
Other All
: Normal enhancement
: ---
Assigned To: Harish Krishnaswamy
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2006-03-21 23:44 UTC by Luis Menina
Modified: 2006-03-22 21:10 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement



Description Luis Menina 2006-03-21 23:44:41 UTC
Tried to compile latest version with jhbuild.
Configure reports:
"checking for Mozilla nspr libraries... no"
of course, I didn't have the corresponding devel files installed...

Configure also states:

	evolution-data-server has been configured as follows:
	LDAP support:     no
	NNTP support:     yes
	Kerberos 4/5:     no/no
	SSL support:      yes (Mozilla NSS)
	SMIME support:    yes (Mozilla NSS)
	IPv6 support:     yes
	Exchange support: no
	Dot Locking:	  yes
	File Locking:	  fcntl
	Gtk Doc:          no

But when compiling, this error emerges:

e-msgport.c:39:18: error: nspr.h: No such file or directory

This file is seen as absent by the configure script. If it's mandatory,
configure should stop and tell it. If it's optional, then the user should be
allowed to compile without support for this functionnality. This is kinda
annoying for new users who want to compile apps with jhbuild "out of the box".
Comment 1 Sergej Kotliar 2006-03-22 21:10:52 UTC
Accidental dupe. removing.

*** This bug has been marked as a duplicate of 335434 ***