Hi Jürgen:
Still got  problems, ….
Again I deleted the apl-svn folder and did a new checkout and ./configure
Then in Xcode I did Build
(0)
Here is the (edited) Terminal ./cofigure log
Gandalf:~ pteeson$ cd /Volumes/Data/Development/MyProjects/GNUAPL/apl-svn 
Gandalf:apl-svn pteeson$ svn update
Updating '.':
At revision 592.
Gandalf:apl-svn pteeson$ ./configure
checking for gcc… gcc
...
...
config.status: executing depfiles commands
config.status: executing libtool commands

configure: creating src/buildtag.hh
configure: creating src/makefile.h
configure: creating src/configure_args.cc
  
Gandalf:apl-svn pteeson$ 

On 2015-04-02, at 11:46 AM, Juergen Sauermann <[email protected]> 
wrote:
> SVN 592. I now create makefile.h directly from ./configure rather than via
> a dependency in src/Makefile.am. That seemed to have failed if a subdirectory 
> of
> src is made before src.
(1)
And this Error:
Shell Script Invocation Error Group
/Volumes/Data/Development/MyProjects/GNUAPL/apl-svn/src/main.cc:30:10: 
'buildtag.hh' file not found
/Volumes/Data/Development/MyProjects/GNUAPL/apl-svn/src/Archive.cc:30:10: 
'buildtag.hh' file not found

>        There is litle I can do for rdynamic. I check for it in ./configure, 
> but some compilers
> pretend to be g++ and then complain about g++ command line arguments. Have a 
> look
> for rdynamic in the ./configure output.
(2)
Yes I remember this very well from last year…;-}
First of all I know it's not a big deal at all and if you want to ignore it 
that's totally OK.

However in some way you managed to fix it for all similar warnings by placing 
them in the actual log in a way that Xcode did not list it in the Issues screen.
So I think there is perhaps a typo somewhere that brings up just this one 
occurrence; none of the others in the log show up-  just this particular one.

There is this Warning:
Shell Script Invocation Warning Group
warning: argument unused during compilation: '-rdynamic'

But observe this section of the log which I made bold - clang: warning: clang: 
argument:
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT 
template_F12.lo -MD -MP -MF .deps/template_F12.Tpo -c template_F12.cc  
-fno-common -DPIC -o .libs/template_F12.o
clang: warning: argument unused during compilation: '-rdynamic'     
<<<<<<====== this is NOT displayed in the Xcode Issues screen
clang: warning: argument unused during compilation: '-rdynamic'     
<<<<<<====== this is NOT displayed in the Xcode Issues screen
clang: warning: clang: argument unused during compilation: '-rdynamic'   
<<<<<== note the underlined text - the 2nd clang: should start the next line
warning: argument unused during compilation: '-rdynamic'        <<<<<=== this 
IS displayed in the Xcode Issues screen
clang: warning: argument unused during compilation: '-rdynamic'      
<<<<<<====== this is NOT displayed in the Xcode Issues screen

respect….Peter

Reply via email to