Note that we could not see the whole compile line, and sending images is not the best way to let us know the issue.
Can you redirect the error to a file? You can do it by running aimk with something like: http://tldp.org/HOWTO/Bash-Prog-Intro-HOWTO-3.html Then you can send us the last few lines of the file as text, and make sure that you include the compile command and the full error message. >From the limited error message you sent us, it seems like you have removed >-rpath and only leaving /usr/lib/x86 in the CFLAGS. If you wanted to remove -rpath, then you SHOULD remove the parameter for -rpath as well. -Ron ________________________________ From: mahbube rustaee <[email protected]> To: Rayson Ho <[email protected]> Cc: [email protected] Sent: Monday, May 14, 2012 12:23 AM Subject: Re: [gridengine users] compile GE2011.11 On Mon, May 14, 2012 at 8:20 AM, Rayson Ho <[email protected]> wrote: OK, cl.exe is treating warning as error, so just open aimk and search >for "/WX" and remove the flag. > >Rayson > > > >On Sun, May 13, 2012 at 11:47 PM, mahbube rustaee <[email protected]> wrote: >> >> >> >> On Sun, May 13, 2012 at 11:53 PM, Rayson Ho <[email protected]> wrote: >>> >>> What version of Visual Studio are you using?? You should only be >>> seeing that message when the build process is using cl.exe as the >>> compiler to build a few Grid Engine components that require Visual >>> Studio - the rest of the Grid Engine tree uses gcc. >> >> >> visual studio 2008 >> >> >> >> >> > >> and at the end compilation stops. >>> >>> >>> Compilation should continue and it is just a warning because the >>> WINVER macro is not defined before including windows.h. >>> >>> Rayson >>> >>> >>> >>> On Sun, May 13, 2012 at 6:40 AM, mahbube rustaee <[email protected]> wrote: >>> > Hi all, >>> > Thanks in advance for your reply. >>> > >>> > I got GE2011.11 and result of compile on windows 7 is: >>> > WINVER not defined . defaulting to 0x0600 (windows vista) >>> > >>> > Is that mean this release not support on windows7? >>> > >>> > Thx >>> > >>> > >>> > On Sat, May 12, 2012 at 4:32 PM, Hung-Sheng Tsao Ph.D. <[email protected]> >>> > wrote: >>> >> >>> >> >>> >> http://bioteam.net/2012/01/building-open-grid-scheduler-on-centos-rhel-6-2/ >>> >> >>> >> On 5/12/2012 4:43 AM, mahbube rustaee wrote: >>> >> >>> >> what packages? >>> >> where can I find that? >>> >> >>> >> thx >>> >> >>> >> On Sat, May 12, 2012 at 12:46 PM, Reuti <[email protected]> >>> >> wrote: >>> >>> >>> >>> Am 12.05.2012 um 09:36 schrieb mahbube rustaee: >>> >>> >>> >>> > Hi all, >>> >>> > when comile GE2011.11 an error is occured. what is the following >>> >>> > error >>> >>> > about? >>> >>> > _________Q_M_O_N__________________________ >>> >>> > gcc -c -DSGE_ARCH_STRING=\"linux-x86\" -O3 -Wall -Wstrict-prototypes >>> >>> > -DUSE_POLL -DLINUX -DLINUX86 -DLINUX86 -D_GNU_SOURCE >>> >>> > -DGETHOSTBYNAME_R6 >>> >>> > -DGETHOSTBYADDR_R8 -DHAS_VSNPRINTF -I/build/berkeleydb/include/ >>> >>> > -DTARGET_32BIT -DSPOOLING_classic -Wno-strict-aliasing >>> >>> > -D_FILE_OFFSET_BITS=64 -DNO_JNI -DCOMPILE_DC >>> >>> > -D__SGE_COMPILE_WITH_GETTEXT__ >>> >>> > -D__SGE_NO_USERMAPPING__ -DTHREADBINDING -DHWLOC -I../Xmt310 >>> >>> > -Wno-strict-prototypes -Wno-error -DHAVE_MEMMOVE -DXMT_HAS_STRERROR >>> >>> > -I../3rdparty/qmon/Xmt310 -I../3rdparty/qmon/Xbae >>> >>> > -I../3rdparty/qmon/iconlist -I../3rdparty/qmon/ltree >>> >>> > -I../3rdparty/qmon/outline -I../3rdparty/qmon/rowcol >>> >>> > -I../3rdparty/qmon/spinbox -I../clients/qmon -I../3rdparty/qmon/tab >>> >>> > -I/usr/X11R6/include -I/usr/include/freetype2 -fPIC >>> >>> > ../Xmt310/Xmt/All.c >>> >>> > In file included from ../Xmt310/Xmt/All.c:23:0: >>> >>> > ../Xmt310/Xmt/Xmt.h:56:19: fatal error: Xm/Xm.h: No such file or >>> >>> > directory >>> >>> >>> >>> As said by Chi Chan, you will need some further packages to be installed >>> >>> and their development supplies. Did you install them already, hence >>> >>> Xm.h is >>> >>> there but can't be found? >>> >>> >>> >>> -- Reuti >>> >>> >>> >>> >>> >>> > compilation terminated. >>> >>> > make: *** [All.o] Error 1 >>> >>> > not done >>> >>> > >>> >>> > thx >>> >>> > >>> >>> > _______________________________________________ >>> >>> > users mailing list >>> >>> > [email protected] >>> >>> > https://gridengine.org/mailman/listinfo/users >>> >>> >>> >> >>> >> >>> >> >>> >> _______________________________________________ >>> >> users mailing list >>> >> [email protected] >>> >> https://gridengine.org/mailman/listinfo/users >>> >> >>> >> >>> >> -- >>> >> >>> > >>> > >>> > _______________________________________________ >>> > users mailing list >>> > [email protected] >>> > https://gridengine.org/mailman/listinfo/users >>> > >> >> > _______________________________________________ users mailing list [email protected] https://gridengine.org/mailman/listinfo/users _______________________________________________ users mailing list [email protected] https://gridengine.org/mailman/listinfo/users
