Return-Path: Delivered-To: apmail-ws-axis-c-user-archive@www.apache.org Received: (qmail 6701 invoked from network); 4 Apr 2007 15:09:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Apr 2007 15:09:17 -0000 Received: (qmail 35648 invoked by uid 500); 4 Apr 2007 15:09:20 -0000 Delivered-To: apmail-ws-axis-c-user-archive@ws.apache.org Received: (qmail 35528 invoked by uid 500); 4 Apr 2007 15:09:20 -0000 Mailing-List: contact axis-c-user-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C User List" Reply-To: "Apache AXIS C User List" Delivered-To: mailing list axis-c-user@ws.apache.org Received: (qmail 35495 invoked by uid 99); 4 Apr 2007 15:09:20 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Apr 2007 08:09:20 -0700 X-ASF-Spam-Status: No, hits=2.5 required=10.0 tests=HTML_MESSAGE,NO_REAL_NAME,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of lars.schumacher@ubs.com designates 193.134.254.13 as permitted sender) Received: from [193.134.254.13] (HELO skylla.ubs.com) (193.134.254.13) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Apr 2007 08:09:10 -0700 Received: from svpegasus1-outbound.flur.zuerich.ubs.ch (svpegasus1.flur.zuerich.ubs.ch [160.59.228.177]) by skylla.ubs.com (Postfix) with ESMTP id CDEF2252AE for ; Wed, 4 Apr 2007 17:08:48 +0200 (MEST) Received: from svpegasus1.flur.zuerich.ubs.ch (localhost [127.0.0.1]) by svpegasus1-outbound.flur.zuerich.ubs.ch (Postfix) with ESMTP id 7045A87B for ; Wed, 4 Apr 2007 17:08:48 +0200 (MEST) Received: from S01B16AG.exchange.ubs.ch (s01b16ag.exchange.ubs.ch [160.59.177.173]) by svpegasus1.flur.zuerich.ubs.ch (Postfix) with ESMTP id 4E024685 for ; Wed, 4 Apr 2007 17:08:48 +0200 (MEST) Received: from S01B10AP.exchange.ubs.ch ([137.156.144.146]) by S01B16AG.exchange.ubs.ch with Microsoft SMTPSVC(6.0.3790.211); Wed, 4 Apr 2007 17:08:48 +0200 x-mimeole: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C776CB.25976E3E" Subject: Makefine does not run Date: Wed, 4 Apr 2007 17:08:48 +0200 Message-ID: <0869E3FAA80C70458C992C51F6E753A0D5F40E@S01B10AP.exchange.ubs.ch> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Makefine does not run Thread-Index: Acd2yyVPmIbAXrBpRa+q59tUGgxgTw== From: To: X-OriginalArrivalTime: 04 Apr 2007 15:08:48.0248 (UTC) FILETIME=[25791780:01C776CB] X-Virus-Checked: Checked by ClamAV on apache.org ------_=_NextPart_001_01C776CB.25976E3E Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hello, I have today download the new source code . When i run the makefile with nmake dist, I get a error on creating the axiom.lib, see the followed text. My Question is what is my mistake. Where are setting the include-files. Thanks Lars =20 Generating Code... Creating library ..\deploy\lib\axiom.lib and object ..\deploy\lib\axiom.exp om_element.obj : error LNK2019: unresolved external symbol _axiom_xml_writer_get_xml@8 referenced in function _axiom_element_to_string@12 om_node.obj : error LNK2001: unresolved external symbol _axiom_xml_writer_get_xml@8 om_output.obj : error LNK2001: unresolved external symbol _axiom_xml_writer_get_xml@8 om_node.obj : error LNK2019: unresolved external symbol _axiom_xml_writer_free@8 referenced in function _axiom_node_to_string@8 om_output.obj : error LNK2001: unresolved external symbol _axiom_xml_writer_free@8 om_output.obj : error LNK2019: unresolved external symbol _axiom_xml_writer_write_dtd@12 referenced in function _axiom_output_write om_output.obj : error LNK2019: unresolved external symbol _axiom_xml_writer_write_processing_instruction_data@16 referenced in function _axiom_output_write om_output.obj : error LNK2019: unresolved external symbol _axiom_xml_writer_write_processing_instruction@12 referenced in function _axiom_output_write om_output.obj : error LNK2019: unresolved external symbol _axiom_xml_writer_write_comment@12 referenced in function _axiom_output_write om_output.obj : error LNK2019: unresolved external symbol _axiom_xml_writer_write_characters@12 referenced in function _axiom_output_write om_text.obj : error LNK2019: unresolved external symbol _axiom_xml_writer_write_characters@12 referenced in function _axiom_text_serialize_attribute@16 om_output.obj : error LNK2019: unresolved external symbol _axiom_xml_writer_write_namespace@16 referenced in function _axiom_output_write om_text.obj : error LNK2001: unresolved external symbol _axiom_xml_writer_write_namespace@16 om_output.obj : error LNK2019: unresolved external symbol _axiom_xml_writer_write_attribute_with_namespace_prefix@24 referenced in function _axiom_output_w rite om_output.obj : error LNK2019: unresolved external symbol _axiom_xml_writer_write_attribute_with_namespace@20 referenced in function _axiom_output_write om_text.obj : error LNK2001: unresolved external symbol _axiom_xml_writer_write_attribute_with_namespace@20 om_output.obj : error LNK2019: unresolved external symbol _axiom_xml_writer_write_attribute@16 referenced in function _axiom_output_write om_text.obj : error LNK2001: unresolved external symbol _axiom_xml_writer_write_attribute@16 om_output.obj : error LNK2019: unresolved external symbol _axiom_xml_writer_write_raw@12 referenced in function _axiom_output_write om_output.obj : error LNK2019: unresolved external symbol _axiom_xml_writer_write_start_element_with_namespace_prefix@20 referenced in function _axiom_outp ut_write om_output.obj : error LNK2019: unresolved external symbol _axiom_xml_writer_write_start_element_with_namespace@16 referenced in function _axiom_output_writ e om_output.obj : error LNK2019: unresolved external symbol _axiom_xml_writer_write_start_element@12 referenced in function _axiom_output_write om_output.obj : error LNK2019: unresolved external symbol _axiom_xml_writer_write_end_element@8 referenced in function _axiom_output_write om_output.obj : error LNK2019: unresolved external symbol _axiom_xml_writer_write_start_document_with_version_encoding@16 referenced in function _axiom_out put_write_xml_version_encoding@8 om_stax_builder.obj : error LNK2019: unresolved external symbol _axiom_xml_reader_xml_free@12 referenced in function _axiom_stax_builder_process_attributes om_stax_builder.obj : error LNK2019: unresolved external symbol _axiom_xml_reader_get_attribute_value_by_number@12 referenced in function _axiom_stax_build er_process_attributes om_stax_builder.obj : error LNK2019: unresolved external symbol _axiom_xml_reader_get_attribute_name_by_number@12 referenced in function _axiom_stax_builde r_process_attributes om_stax_builder.obj : error LNK2019: unresolved external symbol _axiom_xml_reader_get_attribute_prefix_by_number@12 referenced in function _axiom_stax_buil der_process_attributes om_stax_builder.obj : error LNK2019: unresolved external symbol _axiom_xml_reader_get_attribute_namespace_by_number@12 referenced in function _axiom_stax_b uilder_process_attributes om_stax_builder.obj : error LNK2019: unresolved external symbol _axiom_xml_reader_get_attribute_count@8 referenced in function _axiom_stax_builder_process_ attributes om_stax_builder.obj : error LNK2019: unresolved external symbol _axiom_xml_reader_get_value@8 referenced in function _axiom_stax_builder_create_om_text om_stax_builder.obj : error LNK2019: unresolved external symbol _axiom_xml_reader_next@8 referenced in function _axiom_stax_builder_discard_current_element @8 om_stax_builder.obj : error LNK2019: unresolved external symbol _axiom_xml_reader_get_prefix@8 referenced in function _axiom_stax_builder_process_namespace s om_stax_builder.obj : error LNK2019: unresolved external symbol _axiom_xml_reader_get_namespace_uri_by_number@12 referenced in function _axiom_stax_builder _process_namespaces om_stax_builder.obj : error LNK2019: unresolved external symbol _axiom_xml_reader_get_namespace_prefix_by_number@12 referenced in function _axiom_stax_buil der_process_namespaces om_stax_builder.obj : error LNK2019: unresolved external symbol _axiom_xml_reader_get_namespace_count@8 referenced in function _axiom_stax_builder_process_ namespaces om_stax_builder.obj : error LNK2019: unresolved external symbol _axiom_xml_reader_get_name@8 referenced in function _axiom_stax_builder_create_om_element om_stax_builder.obj : error LNK2019: unresolved external symbol _axiom_xml_reader_get_dtd@8 referenced in function _axiom_stax_builder_create_om_doctype om_stax_builder.obj : error LNK2019: unresolved external symbol _axiom_xml_reader_get_pi_data@8 referenced in function _axiom_stax_builder_create_om_proces sing_instruction om_stax_builder.obj : error LNK2019: unresolved external symbol _axiom_xml_reader_get_pi_target@8 referenced in function _axiom_stax_builder_create_om_proc essing_instruction om_stax_builder.obj : error LNK2019: unresolved external symbol _axiom_xml_reader_free@8 referenced in function _axiom_stax_builder_free@8 om_text.obj : error LNK2019: unresolved external symbol _axiom_xml_writer_set_prefix@16 referenced in function _axiom_text_serialize_namespace@16 ..\deploy\lib\axiom.dll : fatal error LNK1120: 35 unresolved externals NMAKE : fatal error U1077: 'link.exe' : return code '0x460' Stop. D:\Data\c\build\win32> ------_=_NextPart_001_01C776CB.25976E3E Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Makefine does not run

Hello,

I have today download the new source = code . When i run the makefile with nmake dist, I get a error on = creating the axiom.lib, see the followed text. My Question is what is my = mistake. Where are setting the include-files.

Thanks Lars 

Generating Code...
   Creating library = ..\deploy\lib\axiom.lib and object ..\deploy\lib\axiom.exp
om_element.obj : error LNK2019: = unresolved external symbol _axiom_xml_writer_get_xml@8 referenced in = function _axiom_element_to_string@12

om_node.obj : error LNK2001: = unresolved external symbol _axiom_xml_writer_get_xml@8
om_output.obj : error LNK2001: = unresolved external symbol _axiom_xml_writer_get_xml@8
om_node.obj : error LNK2019: = unresolved external symbol _axiom_xml_writer_free@8 referenced in = function _axiom_node_to_string@8

om_output.obj : error LNK2001: = unresolved external symbol _axiom_xml_writer_free@8
om_output.obj : error LNK2019: = unresolved external symbol _axiom_xml_writer_write_dtd@12 referenced in = function _axiom_output_write

om_output.obj : error LNK2019: = unresolved external symbol = _axiom_xml_writer_write_processing_instruction_data@16 referenced in = function _axiom_output_write

om_output.obj : error LNK2019: = unresolved external symbol = _axiom_xml_writer_write_processing_instruction@12 referenced in function = _axiom_output_write

om_output.obj : error LNK2019: = unresolved external symbol _axiom_xml_writer_write_comment@12 referenced = in function _axiom_output_write

om_output.obj : error LNK2019: = unresolved external symbol _axiom_xml_writer_write_characters@12 = referenced in function _axiom_output_write

om_text.obj : error LNK2019: = unresolved external symbol _axiom_xml_writer_write_characters@12 = referenced in function _axiom_text_serialize_attribute@16

om_output.obj : error LNK2019: = unresolved external symbol _axiom_xml_writer_write_namespace@16 = referenced in function _axiom_output_write

om_text.obj : error LNK2001: = unresolved external symbol _axiom_xml_writer_write_namespace@16
om_output.obj : error LNK2019: = unresolved external symbol = _axiom_xml_writer_write_attribute_with_namespace_prefix@24 referenced in = function _axiom_output_w

rite
om_output.obj : error LNK2019: = unresolved external symbol = _axiom_xml_writer_write_attribute_with_namespace@20 referenced in = function _axiom_output_write

om_text.obj : error LNK2001: = unresolved external symbol = _axiom_xml_writer_write_attribute_with_namespace@20
om_output.obj : error LNK2019: = unresolved external symbol _axiom_xml_writer_write_attribute@16 = referenced in function _axiom_output_write

om_text.obj : error LNK2001: = unresolved external symbol _axiom_xml_writer_write_attribute@16
om_output.obj : error LNK2019: = unresolved external symbol _axiom_xml_writer_write_raw@12 referenced in = function _axiom_output_write

om_output.obj : error LNK2019: = unresolved external symbol = _axiom_xml_writer_write_start_element_with_namespace_prefix@20 = referenced in function _axiom_outp

ut_write
om_output.obj : error LNK2019: = unresolved external symbol = _axiom_xml_writer_write_start_element_with_namespace@16 referenced in = function _axiom_output_writ

e
om_output.obj : error LNK2019: = unresolved external symbol _axiom_xml_writer_write_start_element@12 = referenced in function _axiom_output_write

om_output.obj : error LNK2019: = unresolved external symbol _axiom_xml_writer_write_end_element@8 = referenced in function _axiom_output_write

om_output.obj : error LNK2019: = unresolved external symbol = _axiom_xml_writer_write_start_document_with_version_encoding@16 = referenced in function _axiom_out

put_write_xml_version_encoding@8
om_stax_builder.obj : error = LNK2019: unresolved external symbol _axiom_xml_reader_xml_free@12 = referenced in function _axiom_stax_builder_process_attributes

om_stax_builder.obj : error = LNK2019: unresolved external symbol = _axiom_xml_reader_get_attribute_value_by_number@12 referenced in = function _axiom_stax_build

er_process_attributes
om_stax_builder.obj : error = LNK2019: unresolved external symbol = _axiom_xml_reader_get_attribute_name_by_number@12 referenced in function = _axiom_stax_builde

r_process_attributes
om_stax_builder.obj : error = LNK2019: unresolved external symbol = _axiom_xml_reader_get_attribute_prefix_by_number@12 referenced in = function _axiom_stax_buil

der_process_attributes
om_stax_builder.obj : error = LNK2019: unresolved external symbol = _axiom_xml_reader_get_attribute_namespace_by_number@12 referenced in = function _axiom_stax_b

uilder_process_attributes
om_stax_builder.obj : error = LNK2019: unresolved external symbol = _axiom_xml_reader_get_attribute_count@8 referenced in function = _axiom_stax_builder_process_

attributes
om_stax_builder.obj : error = LNK2019: unresolved external symbol _axiom_xml_reader_get_value@8 = referenced in function _axiom_stax_builder_create_om_text

om_stax_builder.obj : error = LNK2019: unresolved external symbol _axiom_xml_reader_next@8 referenced = in function _axiom_stax_builder_discard_current_element

@8
om_stax_builder.obj : error = LNK2019: unresolved external symbol _axiom_xml_reader_get_prefix@8 = referenced in function _axiom_stax_builder_process_namespace

s
om_stax_builder.obj : error = LNK2019: unresolved external symbol = _axiom_xml_reader_get_namespace_uri_by_number@12 referenced in function = _axiom_stax_builder

_process_namespaces
om_stax_builder.obj : error = LNK2019: unresolved external symbol = _axiom_xml_reader_get_namespace_prefix_by_number@12 referenced in = function _axiom_stax_buil

der_process_namespaces
om_stax_builder.obj : error = LNK2019: unresolved external symbol = _axiom_xml_reader_get_namespace_count@8 referenced in function = _axiom_stax_builder_process_

namespaces
om_stax_builder.obj : error = LNK2019: unresolved external symbol _axiom_xml_reader_get_name@8 = referenced in function _axiom_stax_builder_create_om_element

om_stax_builder.obj : error = LNK2019: unresolved external symbol _axiom_xml_reader_get_dtd@8 = referenced in function _axiom_stax_builder_create_om_doctype

om_stax_builder.obj : error = LNK2019: unresolved external symbol _axiom_xml_reader_get_pi_data@8 = referenced in function _axiom_stax_builder_create_om_proces

sing_instruction
om_stax_builder.obj : error = LNK2019: unresolved external symbol _axiom_xml_reader_get_pi_target@8 = referenced in function _axiom_stax_builder_create_om_proc

essing_instruction
om_stax_builder.obj : error = LNK2019: unresolved external symbol _axiom_xml_reader_free@8 referenced = in function _axiom_stax_builder_free@8

om_text.obj : error LNK2019: = unresolved external symbol _axiom_xml_writer_set_prefix@16 referenced in = function _axiom_text_serialize_namespace@16

..\deploy\lib\axiom.dll : fatal = error LNK1120: 35 unresolved externals
NMAKE : fatal error U1077: = 'link.exe' : return code '0x460'
Stop.

D:\Data\c\build\win32>

------_=_NextPart_001_01C776CB.25976E3E--