Hi Przemek,
1) I've tested with latest SVN (r9111) and the 'Making'
line now looks like 'Making libharbour.1.0.0.dylib...',
which looks okay now.
So I think you can remove the BASH stuff.
(Location of bash is /bin/bash BTW)
2) Despite the above, I still cannot find libharbour.1.0.0.dylib
anywhere, and it's certainly not in the .tar.gz file generated.
3) I still got quite some 'ld: library not found for -lharbour'
message.
4) Got about 4 thousand 'Flag option -o has already been seen!'
messages. This is due to my custom flags:
export C_USR="-arch i386 -arch ppc -arch x86_64 -arch ppc64"
export L_USR="-arch i386 -arch ppc -arch x86_64 -arch ppc64"
[ See my other mail, I'm waiting for results of a new build now. ]
5) The 'sed' problem is still present.
6) 64bit OSX builds showed up some new warnings in
sqlite3.c, but other than that it looked perfectly
fine. Here are the warnings:
../../sqlite3/sqlite3.c: In function â__full_fsyncâ_t:
../../sqlite3/sqlite3.c:19843: warning: unused parameter â__dataOnlyâ_t
../../sqlite3/sqlite3.c: In function â__sqlite3ValueTextâ_t:
../../sqlite3/sqlite3.c:38229: warning: cast from pointer to integer
of different size
../../sqlite3/sqlite3.c: In function â__sqlite3VdbeChangeP4â_t:
../../sqlite3/sqlite3.c:38908: warning: cast from pointer to integer
of different size
../../sqlite3/sqlite3.c: In function â__sqlite3RefillIndexâ_t:
../../sqlite3/sqlite3.c:55231: warning: cast to pointer from integer
of different size
../../sqlite3/sqlite3.c: In function â__trimFuncâ_t:
../../sqlite3/sqlite3.c:58275: warning: cast from pointer to integer
of different size
../../sqlite3/sqlite3.c: In function
â__sqlite3RegisterBuiltinFunctionsâ_t:
../../sqlite3/sqlite3.c:58652: warning: cast to pointer from integer
of different size
../../sqlite3/sqlite3.c:58670: warning: cast to pointer from integer
of different size
../../sqlite3/sqlite3.c: In function
â__sqlite3GenerateConstraintChecksâ_t:
../../sqlite3/sqlite3.c:59961: warning: cast to pointer from integer
of different size
../../sqlite3/sqlite3.c: In function â__sqlite3_get_tableâ_t:
../../sqlite3/sqlite3.c:67476: warning: cast to pointer from integer
of different size
../../sqlite3/sqlite3.c: In function â__sqlite3_free_tableâ_t:
../../sqlite3/sqlite3.c:67521: warning: cast from pointer to integer
of different size
../../sqlite3/sqlite3.c: In function â__sqlite3WhereBeginâ_t:
../../sqlite3/sqlite3.c:72768: warning: cast to pointer from integer
of different size
../../sqlite3/sqlite3.c:72790: warning: cast to pointer from integer
of different size
Brgds,
Viktor
On 2008.08.08., at 3:32, Przemyslaw Czerpak wrote:
On Fri, 08 Aug 2008, Szakáts Viktor wrote:
I did a full SVN export and rebuild, but the same thing happens
as before. ('Making lib-n harbour.-n 1.0.0.dylib')
Then it means that you have nonempty BASH envvar set in your
/bin/sh shell but it's not BASH.
I've just replaced all echo -n with simple echo.
If you assing command results like:
VAR=`some_command`
then it should not create problems but code like:
VAR="`some_command`"
will be effected. We do not have it.
Or maybe we should force #!/bin/bash in header as Phil suggested?
I feel that it consumes too much time.
What's BASH location in your system?
best regards,
Przemek
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour