Hi,

Well, I haven't investigated why, but, with -isystem, I have some problems building pstoedit, I updated the revision in cvs so it works with current fink-cvs, but it will be troublesome for other packages also presumably...


With -isystem /sw/include :

configure:7476: g++ -c -g -O2 -isystem /sw/include conftest.cc >&5
[..snip...]
/usr/include/gcc/darwin/3.1/g++-v3/bits/stringfwd.h:49: template with C linkage
/usr/include/gcc/darwin/3.1/g++-v3/bits/stringfwd.h:57: template with C linkage
[..snip...]
/usr/include/gcc/darwin/3.1/g++-v3/bits/ios_base.h:139: declaration of C
function `std::_Ios_Iostate std::operator^=(std::_Ios_Iostate&,
std::_Ios_Iostate)' conflicts with
/usr/include/gcc/darwin/3.1/g++-v3/bits/ios_base.h:108: previous declaration `
std::_Ios_Openmode std::operator^=(std::_Ios_Openmode&, std::_Ios_Openmode)'
here
[...snip...]
configure: failed program was:
#line 7463 "configure"
#include "confdefs.h"
#include <plotter.h>
typedef int Point;
int
main ()
{

;
return 0;
}


But with -I/sw/include, I get:

configure:7460: checking for version of "lib plot"
configure:7476: g++ -c -g -O2 -no-cpp-precomp -I/usr/X11R6/include/ -I/sw/include conftest.cc >&5
configure:7479: $? = 0
configure:7482: test -s conftest.o
configure:7485: $? = 0
configure:7487: result: you seem to have a compatible version




-------------------------------------------------------
This SF.net email is sponsored by: ApacheCon, November 18-21 in
Las Vegas (supported by COMDEX), the only Apache event to be
fully supported by the ASF. http://www.apachecon.com
_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to