[Verse-dev] Update to R5 - unresolved externals

Marcus Hoffmann Marcus.Hoffmann at igd.fhg.de
Wed Apr 20 16:17:29 CEST 2005


Today I downloaded the currently available cvs version of R5.
Compiling was no problem - the only thing I found out was that the
particle node seemed to be kicked. But no problem...

When integrating the lib into the server and compiling I finally got 27
unresolved external symbols - all coming from the verse lib. Maybe I
didn't get all files with all definitions? Or did you include some
additional libs compared to R4 that I'm missing?

The error list is attached. Any hints?

M

Marcus Hoffmann
Dipl. Ing. für Medientechnologie
Fraunhofer Institut für Graphische Datenverarbeitung (IGD) 
Abt. Animation und Bildkommunikation (A3) 
Fraunhoferstr. 5
D-64283 Darmstadt
Fon: +49 (0)6151 / 155-639
Mail: marcus.hoffmann at igd.fhg.de 

-------------- next part --------------

verse_networkconnection.lib(v_man_pack_node.obj) : error LNK2019: unresolved external symbol __imp__printf referenced in function _v_unpack_c_key_set
verse_networkconnection.lib(v_connect.obj) : error LNK2001: unresolved external symbol __imp__printf
verse_networkconnection.lib(v_func_storage.obj) : error LNK2001: unresolved external symbol __imp__printf
verse_networkconnection.lib(v_encryption.obj) : error LNK2001: unresolved external symbol __imp__printf
verse_networkconnection.lib(v_gen_pack_o_node.obj) : error LNK2019: unresolved external symbol _v_quat32_valid referenced in function _verse_send_o_transform_rot_real32
verse_networkconnection.lib(v_gen_pack_o_node.obj) : error LNK2019: unresolved external symbol _v_quat64_valid referenced in function _verse_send_o_transform_rot_real64
verse_networkconnection.lib(v_connect.obj) : error LNK2019: unresolved external symbol _v_strlcpy referenced in function _v_send_hidden_connect_login
verse_networkconnection.lib(v_connection.obj) : error LNK2001: unresolved external symbol _v_strlcpy
verse_networkconnection.lib(v_connect.obj) : error LNK2019: unresolved external symbol __imp__rand referenced in function _v_send_hidden_connect_login
verse_networkconnection.lib(v_connection.obj) : error LNK2001: unresolved external symbol __imp___iob
verse_networkconnection.lib(v_cmd_buf.obj) : error LNK2001: unresolved external symbol __imp___iob
verse_networkconnection.lib(v_network.obj) : error LNK2001: unresolved external symbol __imp___iob
verse_networkconnection.lib(v_connection.obj) : error LNK2019: unresolved external symbol __imp__fprintf referenced in function _v_con_network_listen
verse_networkconnection.lib(v_cmd_buf.obj) : error LNK2001: unresolved external symbol __imp__fprintf
verse_networkconnection.lib(v_network.obj) : error LNK2001: unresolved external symbol __imp__fprintf
verse_networkconnection.lib(v_network.obj) : error LNK2019: unresolved external symbol __imp__strerror referenced in function _v_n_socket_create
verse_networkconnection.lib(v_network.obj) : error LNK2019: unresolved external symbol __imp__sscanf referenced in function _v_n_set_network_address
verse_networkconnection.lib(v_network.obj) : error LNK2019: unresolved external symbol __imp__sprintf referenced in function _v_n_get_address_string
verse_networkconnection.lib(v_encryption.obj) : error LNK2019: unresolved external symbol _v_bignum_sub referenced in function _v_e_math_inv
verse_networkconnection.lib(v_encryption.obj) : error LNK2019: unresolved external symbol _v_bignum_add referenced in function _v_e_math_inv
verse_networkconnection.lib(v_encryption.obj) : error LNK2019: unresolved external symbol _v_bignum_mul referenced in function _v_e_math_inv
verse_networkconnection.lib(v_encryption.obj) : error LNK2019: unresolved external symbol _v_bignum_div referenced in function _v_e_math_inv
verse_networkconnection.lib(v_encryption.obj) : error LNK2019: unresolved external symbol _v_bignum_eq_zero referenced in function _v_e_math_inv
verse_networkconnection.lib(v_encryption.obj) : error LNK2019: unresolved external symbol _v_bignum_set_zero referenced in function _v_e_math_inv
verse_networkconnection.lib(v_encryption.obj) : error LNK2019: unresolved external symbol _v_bignum_set_bignum referenced in function _v_e_math_inv
verse_networkconnection.lib(v_encryption.obj) : error LNK2019: unresolved external symbol _v_bignum_set_one referenced in function _v_e_math_inv
verse_networkconnection.lib(v_encryption.obj) : error LNK2019: unresolved external symbol _v_bignum_raw_export referenced in function _v_e_connect_create_key
verse_networkconnection.lib(v_encryption.obj) : error LNK2019: unresolved external symbol _v_bignum_set_string_hex referenced in function _v_e_connect_create_key
verse_networkconnection.lib(v_encryption.obj) : error LNK2019: unresolved external symbol _v_bignum_sub_digit referenced in function _v_e_connect_create_key
verse_networkconnection.lib(v_encryption.obj) : error LNK2019: unresolved external symbol _v_prime_set_random referenced in function _v_e_connect_create_key
verse_networkconnection.lib(v_encryption.obj) : error LNK2019: unresolved external symbol _v_bignum_pow_mod referenced in function _v_e_connect_encrypt
verse_networkconnection.lib(v_encryption.obj) : error LNK2019: unresolved external symbol _v_bignum_print_hex_lf referenced in function _v_e_connect_encrypt
verse_networkconnection.lib(v_encryption.obj) : error LNK2019: unresolved external symbol _v_bignum_gte referenced in function _v_e_connect_encrypt
verse_networkconnection.lib(v_encryption.obj) : error LNK2019: unresolved external symbol _v_bignum_raw_import referenced in function _v_e_connect_encrypt
verse_networkconnection.lib(v_encryption.obj) : error LNK2019: unresolved external symbol __imp__putchar referenced in function _v_encrypt_test


More information about the Verse-dev mailing list