Sure. Checked out the freshest stuff from svn, cd'd into trunk/sources.
./aimk -no-secure -no-java -no-jni -only-depend
It finishes, but I get a warning, for a good reason:
ld: warning: directory not found for option '-L/build/berkeleydb/lib/'
I create aimk.private and define the path to my berkeleydb install:
set argv = ( -no-qmon -no-qtcsh -no-java -no-jni -no-secure -j 8 $* )
setenv SGE_INPUT_CFLAGS "-L/usr/local/BerkeleyDB.4.4/lib
-I/usr/local/BerkeleyDB.4.4/include"
Then invoke
./aimk -only-depend
again, but this time I get a bunch of those
../common/Makefile:69: ../common/common_dependencies: No such file or
directory
Never mind, it finished before, so let's go on:
./scripts/zerodepend
./aimk depend
Alright, I see my flags in the sge_depend calls, and I got further than
last time. How did I get through? Oh, skipped the remote stuff:
________3_r_d_p_a_r_t_y__R_E_M_O_T_E_____
INFO: Architecture dir DARWIN_X64 not existing for 3rdparty remote. Making
No dependencies for 3rd_party remote
_________3_r_d_p_a_r_t_y__Q_M_A_K_E_______
...
Well, I don't think I need them anyways. But the configure halted at
qmake with:
config.status: creating build.sh
make: *** No rule to make target `depend'. Stop.
Hmm... maybe I should omit qmake too, I think I can do without.
./aimk clean
add -no-qmake into aimk.private, then again:
And I get here:
../utilbin/authuser.c:70:26: error: pam/pam_appl.h: No such file or
directory
Ok, this header is hidden within the dir tree of XCode, so I add another
flag to aimk.private:
-I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.1.sdk/usr/include
./aimk -only-depend
And yay! I see two lines of
done.
./aimk depend
That was quick and smooth. done. done. Now
./aimk
Didn;t compile anything. Says
make: Nothing to be done for `common_all'.
And states done. No errors. Sweet!
Thank you so much!!
Miro
On 03/28/2012 10:02 PM, Rayson Ho wrote:
Can you show the steps to reproduce it from a clean checkout of the
project SVN?? I was not able to reproduce error.
The steps I've used to compile trunk (latest trunk - checked out 10 mins ago):
./aimk -no-secure -no-java -no-jni -only-depend
./scripts/zerodepend
./aimk -no-secure -no-java -no-jni depend
./aimk -no-secure -no-java -no-jni
(I added -no-java& -no-jni because I don't have Sun's JDK on the machine.)
Rayson
On Thu, Mar 29, 2012 at 12:29 AM, Miro Drahos<[email protected]> wrote:
Thanks Rayson; well that was easy...
Now, however, when I do
./aimk -no-secure -only-depend
I am missing some libraries in the 3rd party area, namely
make: *** No rule to make target `../../../DARWIN_X64/liblck.a', needed by
`rshd'. Stop.
Also librmon.a and others. Any suggestions?
Thank you
Miro
On 03/27/2012 08:13 PM, Rayson Ho wrote:
On Tue, Mar 27, 2012 at 11:03 PM, Miro Drahos<[email protected]>
wrote:
Indeed there are no *_dependencies files in the trunk. (But they should
have
been generated from header files, if i get it right).
You should run scripts/zerodepend to generate the *_dependencies files.
Rayson
The same command on a Linux box proceeds through building dependencies.
Thank you for any help with this!
Miro
On 03/19/2012 11:02 AM, Rayson Ho wrote:
Hi Miro,
The build has been improved for GE2011.11 p1 (patch 1) - can you check
out trunk from the project svn?
Rayson
On Mon, Mar 19, 2012 at 1:53 PM, Miro Drahos<[email protected]>
wrote:
Hi all,
after some serious effort, I was able to build SGE (GE2011.11) from
sources
on 64bit Fedora 16, and set it up as an admin host. Now I would like to
add
a Mac (10.7 Lion server 64bit) as an execution host to the cluster, but
the
./aimk refuses to start, saying "unsupported architecture
darwin-unsupported" :( When I search on-line it seems that Mac OS X is
supported...
Can someone give a hint as how to build on Mac? Or, better yet, does
anyone
have precompiled binaries?
Thank you,
Miro
_______________________________________________
users mailing list
[email protected]
https://gridengine.org/mailman/listinfo/users
_______________________________________________
users mailing list
[email protected]
https://gridengine.org/mailman/listinfo/users