|
From: Sandeep PS <san...@ya...> - 2007-11-20 08:38:05
|
Leif, Thanks for your reply. Is it possible for u to send me the 64-bit binaries that is working on ur development machine ?? Regards, Sandeep Leif Mortenson-2 wrote: > > Sandeep, > Sorry for the delays. I am working to get version 3.3.0 which will > include Win64, completed for a release by the end of the year. > It is currently working on my development system. > > Cheers, > Leif > > Sandeep PS wrote: >> Hi, >> >> Does anyone have the 64 bit wrapper.exe and wrapper.dll that works on win >> server 2003 ?? >> I am struggling to find one. It would be of gr8 help if you could provide >> it. >> >> Thanks, >> Sandeep >> >> >> >> Tom Saulpaugh wrote: >> >>> I'm following instructions from Mattias on how to build 64-bit wrapper >>> on >>> Win64. >>> >>> >>> 1) Checkout from SVN truck. >>> >>> 2) Copy Makefile-windows-x86-32.nmake to Makefile-windows-x86-64.nmake >>> >>> (located in ..\src\c\) >>> >>> 3) Edited Makefile-windows-x86-64.nmake >>> >>> 3.1) Remove -Zp4 from compile options (seams to cause 'Stdout pipe >>> >>> creation failed' ?!) >>> >>> 3.2) Changed /MACHINE:X86 to /MACHINE:X64 >>> >>> 3.3) EXE_OUTDIR = $(PROJ)32_VC8__Win32_Release to EXE_OUTDIR = >>> >>> $(PROJ)32_VC8__Win64_Release >>> >>> 3.4) DLL_OUTDIR = $(PROJ)JNI32_VC8__Win32_Release to DLL_OUTDIR = >>> >>> $(PROJ)JNI32_VC8__Win64_Release >>> >>> >>> >>> 4) Open a Visual Studio 2005 x64 command prompt (and I use java 1.6.0_02 >>> >>> 64-bit Server) >>> >>> 4.1) ant -Dbits=64 >>> >>> >>> >>> Regards, >>> /Mattias >>> >>> This worked for me the first time I built, but now I get this error from >>> the linker: >>> >>> [exec] link /NOLOGO /MANIFEST /DEBUG /MACHINE:X64 >>> /ERRORREPORT:PROMPT D >>> elayImp.lib /INCREMENTAL:NO /SUBSYSTEM:CONSOLE >>> /MANIFESTFILE:"wrapper32_VC8__Win >>> 64_Release\wrapper.exe.intermediate.manifest" >>> /PDB:"wrapper32_VC8__Win64_Release >>> \wrapper.pdb" /OPT:REF /OPT:ICF /OPT:WIN98 /LTCG >>> wrapper32_VC8__Win64_Release\lo >>> gger.obj wrapper32_VC8__Win64_Release\property.obj >>> wrapper32_VC8__Win64_Release\ >>> wrapper.obj wrapper32_VC8__Win64_Release\wrapper_win.obj >>> wrapper32_VC8__Win64_Re >>> lease\wrappereventloop.obj wrapper32_VC8__Win64_Release\wrapperinfo.obj >>> wsock32. >>> lib shlwapi.lib advapi32.lib user32.lib >>> wrapper32_VC8__Win64_Release\wrapper.res >>> /OUT:"..\..\bin\wrapper.exe" >>> [exec] wrapper32_VC8__Win64_Release\logger.obj : fatal error >>> LNK1112: >>> modul >>> e machine type 'X86' conflicts with target machine type 'x64' >>> >>> I think something in my Visual Studio 2005 environment has changed. >>> >>> Has anyone seen this? >>> >>> Thanks, >>> >>> Tom >>> >>> >>> -- >>> Notice: This email and any files transmitted with it are confidential >>> and >>> intended solely for the individual or entity to which they are >>> addressed. >>> If you have received this email in error please notify the sender and >>> destroy any copies of this email and its attachments. You are hereby >>> notified that any unauthorized review, use, disclosure, dissemination, >>> distribution, or copying of this communication, or any of its contents, >>> is >>> strictly prohibited. Please note that any views or opinions presented >>> in >>> this email are solely those of the author and do not necessarily >>> represent >>> those of the company. The recipient should check this email and any >>> attachments for the presence of viruses. The company accepts no >>> liability >>> for any damage caused by any virus transmitted by this email. >>> >>> ------------------------------------------------------------------------- >>> This SF.net email is sponsored by: Microsoft >>> Defy all challenges. Microsoft(R) Visual Studio 2005. >>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >>> _______________________________________________ >>> Wrapper-user mailing list >>> Wra...@li... >>> https://lists.sourceforge.net/lists/listinfo/wrapper-user >>> >>> >>> >> >> > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Wrapper-user mailing list > Wra...@li... > https://lists.sourceforge.net/lists/listinfo/wrapper-user > > -- View this message in context: http://www.nabble.com/64-bit-Build-Error-on-Win64-tf4529456.html#a13852782 Sent from the Java Service Wrapper mailing list archive at Nabble.com. |