bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-apl] SVN 586 ./configure bug on Mac


From: Juergen Sauermann
Subject: Re: [Bug-apl] SVN 586 ./configure bug on Mac
Date: Thu, 02 Apr 2015 17:46:20 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.4.0

Hi Peter,

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.

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.

/// Jürgen


On 04/02/2015 04:20 PM, Peter Teeson wrote:
Still got  problems, ….
(0)
I deleted the apl-svn folder and did a new checkout and ./configure
Then in Xcode I did Build

(1)
There is this Warning:
Shell Script Invocation Warning Group
warning: argument unused during compilation: '-rdynamic'
Probably generated from this section:
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'
clang: warning: argument unused during compilation: '-rdynamic'
clang: warning: clang: argument unused during compilation: '-rdynamic'
warning: argument unused during compilation: '-rdynamic'
clang: warning: argument unused during compilation: '-rdynamic'

(2)
And this Error:
Shell Script Invocation Error Group
/Volumes/Data/Development/MyProjects/GNUAPL/apl-svn/src/main.cc:37:10: 'makefile.h' file not found

Grepping for it did not find it either…..

(3)
Here is the (edited) ./cofigure log
Gandalf:apl-svn pteeson$ svn update
Updating '.':
At revision 591.
Gandalf:apl-svn pteeson$ ./configure
checking for gcc... gcc
checking whether the C compiler works… yes
…….
checking if we want to build libapl.so... no

checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating debian/Makefile
config.status: creating debian/source/Makefile
config.status: creating doc/Makefile
config.status: creating gnu-apl.d/Makefile
config.status: creating rpm/Makefile
config.status: creating rpm/apl.spec
config.status: creating src/Makefile
config.status: creating src/APs/Makefile
config.status: creating src/emacs_mode/Makefile
config.status: creating src/native/Makefile
config.status: creating src/sql/Makefile
config.status: creating src/testcases/Makefile
config.status: creating src/workspaces/Makefile
config.status: creating support-files/Makefile
config.status: creating support-files/Dyalog-Keyboard/Makefile
config.status: creating support-files/old-Keyboard/Makefile
config.status: creating support-files/OS-X-Keyboard/Makefile
config.status: creating support-files/Unicomp-Keyboard/Makefile
config.status: creating support-files/WASD-Keyboard/Makefile
config.status: creating support-files/Dirk/Makefile
config.status: creating tools/Makefile
config.status: creating workspaces/Makefile
config.status: creating wslib3/Makefile
config.status: creating wslib4/Makefile
config.status: creating wslib5/Makefile
config.status: creating wslib5/APLComponentFiles/Makefile
config.status: creating wslib5/iso-apl-cf/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands

configure: creating src/buildtag.hh
/Volumes/Data/Development/MyProjects/GNUAPL/apl-svn
configure: creating src/configure_args.cc
 
Gandalf:apl-svn pteeson$ 

respect….

Peter

On 2015-04-02, at 8:12 AM, Juergen Sauermann <address@hidden> wrote:
Hi Peter,

I have done some more SVN cleanups. The conflicts below may
be related and the missing ./configure suggests that your SVN checkout is broken.
I would delete it and try a fresh SVN checkout of SVN 591.

/// Jürgen



reply via email to

[Prev in Thread] Current Thread [Next in Thread]