Compiling........ What????

  • mniip
    24th May 2011 Developer 0 Permalink
    1>console.obj : error LNK2019: unresolved external symbol _cosf referenced in function _process_command_old
    1>console.obj : error LNK2019: unresolved external symbol _sinf referenced in function _process_command_old
    1>acid.obj : error LNK2019: unresolved external symbol _parts_avg referenced in function _update_ACID
    1>btry.obj : error LNK2001: unresolved external symbol _parts_avg
    1>sprk.obj : error LNK2001: unresolved external symbol _parts_avg
    1>swch.obj : error LNK2001: unresolved external symbol _parts_avg
    1>uran.obj : error LNK2019: unresolved external symbol _restrict_flt referenced in function _update_URAN
    1>graphics.obj : error LNK2001: unresolved external symbol _restrict_flt
    1>interface.obj : error LNK2001: unresolved external symbol _restrict_flt
    1>powder.obj : error LNK2001: unresolved external symbol _restrict_flt
    1>frzw.obj : error LNK2001: unresolved external symbol _restrict_flt
    1>ice.obj : error LNK2001: unresolved external symbol _restrict_flt
    1>pyro.obj : error LNK2001: unresolved external symbol _restrict_flt
    1>sing.obj : error LNK2001: unresolved external symbol _restrict_flt
    1>prti.obj : error LNK2019: unresolved external symbol _orbitalparts_set referenced in function _update_PRTI
    1>prto.obj : error LNK2001: unresolved external symbol _orbitalparts_set
    1>prti.obj : error LNK2019: unresolved external symbol _orbitalparts_get referenced in function _update_PRTI
    1>prto.obj : error LNK2001: unresolved external symbol _orbitalparts_get
    1>graphics.obj : error LNK2001: unresolved external symbol _orbitalparts_get
    1>graphics.obj : error LNK2019: unresolved external symbol _clamp_flt referenced in function _draw_air
    1>graphics.obj : error LNK2019: unresolved external symbol _isign referenced in function _draw_line
    1>main.obj : error LNK2019: unresolved external symbol __imp__pthread_exit referenced in function _update_grav_async
    1>main.obj : error LNK2019: unresolved external symbol __imp__pthread_cond_wait referenced in function _update_grav_async
    1>main.obj : error LNK2019: unresolved external symbol __imp__pthread_mutex_unlock referenced in function _update_grav_async
    1>main.obj : error LNK2019: unresolved external symbol __imp__pthread_mutex_lock referenced in function _update_grav_async
    1>main.obj : error LNK2019: unresolved external symbol __imp__pthread_create referenced in function _start_grav_async
    1>main.obj : error LNK2019: unresolved external symbol __imp__pthread_cond_init referenced in function _start_grav_async
    1>main.obj : error LNK2019: unresolved external symbol __imp__pthread_mutex_init referenced in function _start_grav_async
    1>main.obj : error LNK2019: unresolved external symbol __imp__pthread_mutex_destroy referenced in function _stop_grav_async
    1>main.obj : error LNK2019: unresolved external symbol __imp__pthread_join referenced in function _stop_grav_async
    1>main.obj : error LNK2019: unresolved external symbol __imp__pthread_cond_signal referenced in function _stop_grav_async
    1>misc.obj : error LNK2019: unresolved external symbol __imp__regfree referenced in function _sregexp
    1>misc.obj : error LNK2019: unresolved external symbol __imp__regexec referenced in function _sregexp
    1>misc.obj : error LNK2019: unresolved external symbol __imp__regcomp referenced in function _sregexp
    1>misc.obj : error LNK2019: unresolved external symbol _fabsf referenced in function _HSV_to_RGB
    1>misc.obj : error LNK2019: unresolved external symbol _fmax referenced in function _RGB_to_HSV
    1>misc.obj : error LNK2019: unresolved external symbol _fmin referenced in function _RGB_to_HSV
  • pilojo
    24th May 2011 Member 0 Permalink
    www.pastebin.com
    Although, looks like linker errors.
  • mniip
    24th May 2011 Developer 0 Permalink
    so what to do?
  • TheWiseEyes
    24th May 2011 Banned 0 Permalink
    This post is hidden because the user is banned
  • mniip
    24th May 2011 Developer 0 Permalink
    @TheWiseEyes (View Post)
    dont help
    P.S Can i somehow turn off [warning]s?
  • pilojo
    24th May 2011 Member 0 Permalink
    @mniip (View Post)
    Which Compiler you using?
  • mniip
    24th May 2011 Developer 0 Permalink
    Emmm.. Dont know...
    I can only say that i use Visual C++ 2010 Express
  • pilojo
    24th May 2011 Member 0 Permalink
    @mniip (View Post)
    *facepalm* if you dont know that Visual C++ 2010 Express is your compiler you shouldn't even be compiling.
  • mniip
    24th May 2011 Developer 0 Permalink
    @pilojo (View Post)
    F*** and S***
    Im DELPHI programmer
  • pilojo
    24th May 2011 Member 0 Permalink
    @mniip (View Post)
    That has what to do with anything?
    Either way, linker errors, read the wiki again.
    Or, try Code::Blocks.