You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by Ma...@VerizonWireless.com on 2005/08/10 20:05:25 UTC

RE: [jira] Commented: (XERCESC-1360) compile error for 64bit sola ris binary by GCC 3.3.2

It works fine with GCC 3.4.3 and 4.0.0. Also, GCC on Solaris is not
supported to begin with. Whoever needed this fixed should probably check the
fixed bug logs for GCC and see if this was addressed. I imagine it must have
been. I seriously doubt this is Xerces' fault.

HTH,
Matt

-----Original Message-----
From: cargilld (JIRA) [mailto:xerces-c-dev@xml.apache.org]
Sent: Wednesday, August 10, 2005 3:04 AM
To: c-dev@xerces.apache.org
Subject: [jira] Commented: (XERCESC-1360) compile error for 64bit
solaris binary by GCC 3.3.2


    [
http://issues.apache.org/jira/browse/XERCESC-1360?page=comments#action_12318
305 ] 

cargilld commented on XERCESC-1360:
-----------------------------------

Hi,
Is this still a problem or can we close this bug?  

BTW, the error sounds like a compiler error, so maybe it is a problem with
gcc...

David
___________________________________________________________________
The information contained in this message and any attachment may be
proprietary, confidential, and privileged or subject to the work
product doctrine and thus protected from disclosure.  If the reader
of this message is not the intended recipient, or an employee or
agent responsible for delivering this message to the intended
recipient, you are hereby notified that any dissemination,
distribution or copying of this communication is strictly prohibited.
If you have received this communication in error, please notify me
immediately by replying to this message and deleting it and all
copies and backups thereof.  Thank you.


---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: c-dev-help@xerces.apache.org


WIN64 build on x64 platform using MSVS 2005 Beta

Posted by Sa...@blr.hexaware.com.
I am getting this fatal error LNK1112

1>..\..\..\..\..\build\win64\vc8\release\obj\Base64.obj : fatal error 
LNK1112: module machine type 'x64' conflicts with target machine type 
'X86'


My command line in VC++ 8 looks like

/O1 /Ob2 /I "..\..\..\..\..\src" /D "NDEBUG" /D "PLATFORM_WIN64" /D 
"_CRTDBG_MAP_ALLOC" /D "PROJ_XMLPARSER" /D "PROJ_XMLUTIL" /D 
"PROJ_PARSERS" /D "PROJ_SAX4C" /D "PROJ_SAX2" /D "PROJ_DOM" /D 
"PROJ_VALIDATORS" /D "XML_SINGLEDLL" /D "_WINDOWS" /D 
"XML_USE_WIN32_TRANSCODER" /D "XML_USE_INMEM_MESSAGELOADER" /D 
"XML_USE_NETACCESSOR_WINSOCK" /D "WIN64" /D "_VC80_UPGRADE=0x0700" /D 
"_WINDLL" /GF /FD /EHsc /MD /Zc:wchar_t- 
/Fp".\..\..\..\..\..\Build\Win64\VC8\Release\obj/XercesLib.pch" 
/Fo".\..\..\..\..\..\Build\Win64\VC8\Release\obj/" 
/Fd".\..\..\..\..\..\Build\Win64\VC8\Release\obj/" /W3 /nologo /c /TP 
/errorReport:prompt

The WIN32, what I got from the SLN file has beenn updated with 
""XML_USE_WIN32_TRANSCODER" - is there ""XML_USE_WIN64_TRANSCODER"??
and I have replaced "PLATFORM_WIN32" with "PLATFORM_WIN64" and added 
"WIN64".

Please give me the proper steps to build.


warm regards

Saurabh


---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: c-dev-help@xerces.apache.org


RE: [jira] Commented: (XERCESC-1360) compile error for 64bit solaris binary by GCC 3.3.2

Posted by Sa...@blr.hexaware.com.
Hi 
thanks.

In Makefile.incl we removed all occurrences of next line:
-L/usr/local/lib
We have older GCC(default) still there. It has all libstdc++ installed 
there and 
libstdc++.so -> libstdc++.so.5.0.1
linked to 5.0.1. That what gave trouble.

warm regards

Saurabh



Matthew.Hall1@VerizonWireless.com 
08/10/2005 11:35 PM
Please respond to
c-dev@xerces.apache.org


To
c-dev@xerces.apache.org
cc

Subject
RE: [jira] Commented: (XERCESC-1360) compile error for 64bit    solaris 
binary by GCC 3.3.2






It works fine with GCC 3.4.3 and 4.0.0. Also, GCC on Solaris is not
supported to begin with. Whoever needed this fixed should probably check 
the
fixed bug logs for GCC and see if this was addressed. I imagine it must 
have
been. I seriously doubt this is Xerces' fault.

HTH,
Matt

-----Original Message-----
From: cargilld (JIRA) [mailto:xerces-c-dev@xml.apache.org]
Sent: Wednesday, August 10, 2005 3:04 AM
To: c-dev@xerces.apache.org
Subject: [jira] Commented: (XERCESC-1360) compile error for 64bit
solaris binary by GCC 3.3.2


    [
http://issues.apache.org/jira/browse/XERCESC-1360?page=comments#action_12318

305 ] 

cargilld commented on XERCESC-1360:
-----------------------------------

Hi,
Is this still a problem or can we close this bug? 

BTW, the error sounds like a compiler error, so maybe it is a problem with
gcc...

David
___________________________________________________________________
The information contained in this message and any attachment may be
proprietary, confidential, and privileged or subject to the work
product doctrine and thus protected from disclosure.  If the reader
of this message is not the intended recipient, or an employee or
agent responsible for delivering this message to the intended
recipient, you are hereby notified that any dissemination,
distribution or copying of this communication is strictly prohibited.
If you have received this communication in error, please notify me
immediately by replying to this message and deleting it and all
copies and backups thereof.  Thank you.


---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: c-dev-help@xerces.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: c-dev-help@xerces.apache.org