Displaying 4 results from an estimated 4 matches for "fulllog".
2019 Feb 20
2
How to build xapian 1.4.10 with MSVC2017
Thanks for your reply.
I had run vcvars64.bat,but still cann't find 'cl'.
Finally I fix it, change msys2_shell.cmd: "if it is present: replace rem set MSYS2_PATH_TYPE=inherit with set MSYS2_PATH_TYPE=inherit".
And other errors :
# ./configure CC="cl -nologo" CXX="$PWD/compile cl -nologo" CXXFLAGS="-EHsc AR=lib -IC:\zlib-1.2.3-lib\include
2006 May 09
6
Bristuffed Asterisk: Hangup problems
...up=1
pickupgroup=1
immediate=no
callerid=asreceived
busydetect=yes
busycount=8
busypattern=500,500
channel => 1-2
-------------------
I also made a full log and a console log of this problem. They can be found
at:
http://www.borndgtl.cistron.nl/consolelog.txt
http://www.borndgtl.cistron.nl/fulllog.txt
Anyone has an idea where to look for a solution for this problem?
Thanks!
Jeroen Zwarts
Born Digital
the Netherlands
2019 Feb 21
0
How to build xapian 1.4.10 with MSVC2017
...hecking for non-GNU ld... no
> configure: error: no acceptable ld found in $PATH
Looking at the CI logs, it seems that xapian-core's configure there
finds GNU ld, but doesn't actually use it for the build:
https://ci.appveyor.com/project/ojwb/xapian/builds/22443660/job/muwq9r3jmcde4h92?fullLog=true#L844
So probably installing GNU ld from mingw would work around this, but
really you shouldn't need to have it installed as MSVC is used for
linking.
You could try adding LD=link to the configure command line (to tell it
to use the Microsoft linker).
Sorry for the bumpy ride here - it...
2019 Feb 21
1
How to build xapian 1.4.10 with MSVC2017
...hecking for non-GNU ld... no
> configure: error: no acceptable ld found in $PATH
Looking at the CI logs, it seems that xapian-core's configure there
finds GNU ld, but doesn't actually use it for the build:
https://ci.appveyor.com/project/ojwb/xapian/builds/22443660/job/muwq9r3jmcde4h92?fullLog=true#L844
So probably installing GNU ld from mingw would work around this, but
really you shouldn't need to have it installed as MSVC is used for
linking.
You could try adding LD=link to the configure command line (to tell it
to use the Microsoft linker).
Sorry for the bumpy ride here - it...