Hello & Welcome to our community. Is this your first visit? Register
Follow us on
Follow us on Facebook Follow us on Twitter Watch us on YouTube


MMOCoin

Likes Likes:  0
Results 1 to 9 of 9

Thread: Compiling Error

  1. #1
    Beginner

    Join Date
    Jul 2008
    Posts
    24
    Post Thanks / Like
    Rep Power
    16
    Reputation
    3

    Compiling Error


    Register to remove this ad
    When I try to compile my scripts and GlobalNPC I get a error saying
    warning LNK4224: /OPT:NOWIN98 is no longer supported
    Any help please?


    › See More: Compiling Error

  2. #2
    Senior Sergeant
    *Alexz*'s Avatar
    Join Date
    Aug 2008
    Posts
    107
    Post Thanks / Like
    Rep Power
    16
    Reputation
    33
    warnings are fine usaly dont cause it not to work its when it says error ************* not warning *********

  3. #3
    Beginner

    Join Date
    Jul 2008
    Posts
    24
    Post Thanks / Like
    Rep Power
    16
    Reputation
    3
    Ok, but heres the full problem..

    Code:
    1>------ Build started: Project: LUAScripting, Configuration: Release Win32 ------
    2>------ Build started: Project: ServerStatusPlugin, Configuration: Release Win32 ------
    2>Linking...
    1>Linking...
    2>LINK : warning LNK4224: /OPT:NOWIN98 is no longer supported;  ignored
    1>LINK : fatal error LNK1181: cannot open input file 'ascent-world.lib'
    2>LINK : fatal error LNK1181: cannot open input file 'ascent-world.lib'
    1>Build log was saved at "file://c:\Documents and Settings\HP_Administrator\My Documents\wowserverfiles\AsprieCore\trunk\src\scripts\projects\2008_int_release_LUAScripting\BuildLog.htm"
    2>Build log was saved at "file://c:\Documents and Settings\HP_Administrator\My Documents\wowserverfiles\AsprieCore\trunk\src\scripts\projects\2008_int_release_statusplugin\BuildLog.htm"
    1>LUAScripting - 1 error(s), 0 warning(s)
    2>ServerStatusPlugin - 1 error(s), 1 warning(s)
    3>------ Build started: Project: GossipScripts, Configuration: Release Win32 ------
    3>Linking...
    3>LINK : warning LNK4224: /OPT:NOWIN98 is no longer supported;  ignored
    3>LINK : fatal error LNK1181: cannot open input file 'ascent-world.lib'
    3>Build log was saved at "file://c:\Documents and Settings\HP_Administrator\My Documents\wowserverfiles\AsprieCore\trunk\src\scripts\projects\2008_int_release_gossipscripts\BuildLog.htm"
    3>GossipScripts - 1 error(s), 1 warning(s)
    4>------ Build started: Project: SpellHandlers, Configuration: Release Win32 ------
    4>Linking...
    4>LINK : warning LNK4224: /OPT:NOWIN98 is no longer supported;  ignored
    4>LINK : fatal error LNK1181: cannot open input file 'ascent-world.lib'
    4>Build log was saved at "file://c:\Documents and Settings\HP_Administrator\My Documents\wowserverfiles\AsprieCore\trunk\src\scripts\projects\2008_int_release_spellhandlers\BuildLog.htm"
    4>SpellHandlers - 1 error(s), 1 warning(s)
    5>------ Build started: Project: InstanceScripts, Configuration: Release Win32 ------
    5>Linking...
    5>LINK : warning LNK4224: /OPT:NOWIN98 is no longer supported;  ignored
    5>LINK : fatal error LNK1181: cannot open input file 'ascent-world.lib'
    5>Build log was saved at "file://c:\Documents and Settings\HP_Administrator\My Documents\wowserverfiles\AsprieCore\trunk\src\scripts\projects\2008_int_release_instancescripts\BuildLog.htm"
    5>InstanceScripts - 1 error(s), 1 warning(s)
    6>------ Build started: Project: AspireScripts, Configuration: Release Win32 ------
    6>Linking...
    6>LINK : warning LNK4224: /OPT:NOWIN98 is no longer supported;  ignored
    6>LINK : fatal error LNK1181: cannot open input file 'ascent-world.lib'
    6>Build log was saved at "file://c:\Documents and Settings\HP_Administrator\My Documents\wowserverfiles\AsprieCore\trunk\src\scripts\projects\2008_int_release_AspireScripts\BuildLog.htm"
    6>AspireScripts - 1 error(s), 1 warning(s)
    ========== Build: 0 succeeded, 6 failed, 0 up-to-date, 0 skipped ==========

  4. #4
    Senior Sergeant
    *Alexz*'s Avatar
    Join Date
    Aug 2008
    Posts
    107
    Post Thanks / Like
    Rep Power
    16
    Reputation
    33
    oh ok umm

    did you do:

    configuation manager

    Batch build

    Clean

  5. #5
    Beginner

    Join Date
    Jul 2008
    Posts
    24
    Post Thanks / Like
    Rep Power
    16
    Reputation
    3
    didnt do much..

    Code:
    6>LINK : warning LNK4224: /OPT:NOWIN98 is no longer supported;  ignored
    6>LINK : fatal error LNK1181: cannot open input file 'ascent-world.lib'
    6>Build log was saved at "file://c:\Documents and Settings\HP_Administrator\My Documents\wowserverfiles\AsprieCore\trunk\src\scripts\projects\2008_int_release_AspireScripts\BuildLog.htm"
    6>AspireScripts - 1 error(s), 1 warning(s)
    ========== Build: 0 succeeded, 6 failed, 0 up-to-date, 0 skipped ==========
    Last edited by dominic837; 08-08-08 at 10:54 AM.

  6. #6
    Senior Sergeant
    *Alexz*'s Avatar
    Join Date
    Aug 2008
    Posts
    107
    Post Thanks / Like
    Rep Power
    16
    Reputation
    33
    did u compile the normal core yet (taking a guess that your compiling the scripts)

  7. #7
    Contributor
    StickyIcky's Avatar
    Join Date
    Jul 2008
    Location
    127.0.0.1
    Posts
    747
    Post Thanks / Like
    Rep Power
    18
    Reputation
    188
    Yea, you have to compile ascent first dude

  8. #8
    Beginner

    Join Date
    Jul 2008
    Posts
    24
    Post Thanks / Like
    Rep Power
    16
    Reputation
    3
    yea i did. first i compiled aspire then i went to do the scripts and it gives me that link error...

  9. #9
    Beginner

    Join Date
    Jul 2008
    Posts
    24
    Post Thanks / Like
    Rep Power
    16
    Reputation
    3

    Register to remove this ad
    I finally got it working.. Thanks for all the support/help




  10. Related Threads - Scroll Down after related threads if you are only interested to view replies for above post/thread

 

 

Visitors found this page by searching for:

Nobody landed on this page from a search engine, yet!
SEO Blog

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
All times are GMT -5. The time now is 10:35 AM.
Powered by vBulletin® Copyright ©2000-2024, Jelsoft Enterprises Ltd.
See More links by ForumSetup.net. Feedback Buttons provided by Advanced Post Thanks / Like (Lite) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
vBulletin Licensed to: MMOPro.org