[Bug 962] Missing C++ runtime support

[email protected] Wed, 27 Jan 2016 18:00:12 -0500
Newsgroups gmane.comp.telephony.fax.hylafax.devel
Message-ID <[email protected]>
http://bugs.hylafax.org/show_bug.cgi?id=962





------- Comment #2 from [email protected]  2016-01-27 18:00 -------
Hello Benjamin,

I looked at the contents of your config.log file and I think that the "TIFFINC"
environment variable might have some significance to your problem. If you are
setting this externally, you may try setting this value to
"-I/opt/local/include".

From config.log:
+++ TIFFINC=/opt/local/include

If this were modified to have a "-I" in front of it ./configure might succeed
beyond this point:

++ make -f confMakefile t
/opt/local/bin/g++-mp-5 -ansi  -D__ANSI_CPP__ -I. -I. -I././ -I././libhylafax
-I././regex /opt/local/include  -g -O -x c++ t.c++
ld: can't map file, errno=22 file '/opt/local/include' for architecture x86_64
collect2: error: ld returned 1 exit status

I think at this point in the script, without the "-I<path>", the compiler is
trying to use this directory as a source file. This error is in a very early
stage in the ./configure script. If it succeeds after this change but fails
elsewhere we would be glad to see the next set of results.

It would also be interesting to see the results on your Mac if you tried to
build using xcode vs. the mac ports version of gcc/g++.

Thank you Benjamin for your observations and config.log, please let us know how
you progress with this issue.


-- 
Configure bugmail: http://bugs.hylafax.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


____________________ HylaFAX(tm) Developers Mailing List ____________________
  To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi
On UNIX: mail -s unsubscribe [email protected] < /dev/null