Re: [Doxygen-develop] configure fails on Solaris
Brought to you by:
dimitri
From: Dimitri v. H. <do...@gm...> - 2014-11-29 13:45:10
|
Hi Dagobert, > On 28 Nov 2014, at 12:16 , Dagobert Michelsen <da...@op...> wrote: > > Hi Dimitri, > > I noticed the current „configure“ of doxygen is broken on my Solaris continuous integration: >> >> Autodetected platform solaris-g++... >> Checking for GNU make tool... using /opt/csw/bin/gmake >> Checking for GNU install tool... using /usr/bin/install >> Checking for dot (part of GraphViz)... using /opt/csw/bin/dot >> >> ./configure: syntax error at line 558: `libclang_hdr_dir=$' unexpected >> >> program finished with exit code 2 >> elapsedTime=0.264766 > > Can you please have a look? I think a bash specific construct has crept in. Can you check if changing lines 558 and 559 by libclang_hdr_dir=`llvm-config --includedir` libclang_lib_dir=`llvm-config --libdir` helps? Regards, Dimitri |