Compile Error menu

User Tag List

Results 1 to 13 of 13
  1. #1
    roguesownu's Avatar Member
    Reputation
    10
    Join Date
    Nov 2006
    Posts
    189
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Compile Error

    Code:
    ------ Build started: Project: Warper, Configuration: Release Win32 ------
    Compiling...
    ..srcWarperWarper.cpp
    c1xx : fatal error C1083: Cannot open source file: '.\..srcWarperWarper.cpp': No such file or directory
    ..srcWarperSetup.cpp
    c1xx : fatal error C1083: Cannot open source file: '.\..srcWarperSetup.cpp': No such file or directory
    Generating Code...
    Build log was saved at "file://g:\Open Ascent\trunk\src\scripts\projects\2003_int_release_Warper\BuildLog.htm"
    Warper - 2 error(s), 0 warning(s)
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
    This is what I get when I try to compile my warper


    here is an image of my Warper folder


    Compile Error-error-jpg
    [IMG]file:///G:/DOCUME%7E1/STN/LOCALS%7E1/Temp/moz-screenshot.jpg[/IMG]

    Need Help!

    Thanks in advanced!

    (P.S. It says attachment pending approval so it might not show up right away)
    The following statement is true
    The previous statement is false

    Compile Error
  2. #2
    y2kss66's Avatar Member
    Reputation
    104
    Join Date
    Jan 2008
    Posts
    778
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    when you are in your compiler try to reattach all of the .cpp and .h files onto the .vcproj file
    and then compile. This fixed my errors.

  3. #3
    roguesownu's Avatar Member
    Reputation
    10
    Join Date
    Nov 2006
    Posts
    189
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    That gave me a different error

    ------ Build started: Project: Warper, Configuration: Release Win32 ------
    Compiling...
    Warper.cpp
    ..\Warper\Warper.cpp(1) : fatal error C1083: Cannot open include file: 'StdAfx.h': No such file or directory
    Setup.cpp
    ..\Warper\Setup.cpp(1) : fatal error C1083: Cannot open include file: 'StdAfx.h': No such file or directory
    Generating Code...
    Build log was saved at "file://g:\Open Ascent\trunk\src\scripts\projects\2003_int_release_Warper\BuildLog.htm"
    Warper - 2 error(s), 0 warning(s)
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
    The following statement is true
    The previous statement is false

  4. #4
    y2kss66's Avatar Member
    Reputation
    104
    Join Date
    Jan 2008
    Posts
    778
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    have you compiled the windows libraries.
    Step 1: of this links guide.
    Compiling: Windows - OpenAscent Wiki
    Edit: 100th post!!!!
    Last edited by y2kss66; 05-29-2008 at 08:13 PM. Reason: to add my 100th post WOOT!!

  5. #5
    roguesownu's Avatar Member
    Reputation
    10
    Join Date
    Nov 2006
    Posts
    189
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I did that back when ascent was in business (not openascent)

    it should be the same thing right?
    The following statement is true
    The previous statement is false

  6. #6
    y2kss66's Avatar Member
    Reputation
    104
    Join Date
    Jan 2008
    Posts
    778
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yes
    I believe but recompiled it anyways when I switched over to open ascent.

  7. #7
    roguesownu's Avatar Member
    Reputation
    10
    Join Date
    Nov 2006
    Posts
    189
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I compiled my server just fine, if I didn't have the libraries wouldn't that not have compiled?
    The following statement is true
    The previous statement is false

  8. #8
    y2kss66's Avatar Member
    Reputation
    104
    Join Date
    Jan 2008
    Posts
    778
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Last edited by y2kss66; 05-29-2008 at 08:20 PM.

  9. #9
    roguesownu's Avatar Member
    Reputation
    10
    Join Date
    Nov 2006
    Posts
    189
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hmmmm, dont actually know any C++ I've just been following guides, but one of those links in a comment looks helpful, I'll try it out

    Thanks for the help
    The following statement is true
    The previous statement is false

  10. #10
    y2kss66's Avatar Member
    Reputation
    104
    Join Date
    Jan 2008
    Posts
    778
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    no problem hope it helps

  11. #11
    TheSpidey's Avatar Elite User
    Reputation
    365
    Join Date
    Jan 2008
    Posts
    2,200
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Not finding StdAfx.h = dependencies are wrong.
    Nothing to do with the win libs

  12. #12
    roguesownu's Avatar Member
    Reputation
    10
    Join Date
    Nov 2006
    Posts
    189
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How do I fix dependencies? Are those the include files?
    The following statement is true
    The previous statement is false

  13. #13
    TheSpidey's Avatar Elite User
    Reputation
    365
    Join Date
    Jan 2008
    Posts
    2,200
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It basically means the path to StdAfx is wrong. Either your project file is wrong, or the source files aren't in the right dirs.

Similar Threads

  1. Compiling errors?!?
    By y2kss66 in forum World of Warcraft Emulator Servers
    Replies: 1
    Last Post: 04-06-2008, 03:32 PM
  2. Compile error
    By *Alexz* in forum World of Warcraft Emulator Servers
    Replies: 6
    Last Post: 03-03-2008, 09:21 PM
  3. Compiling errors {help plz lol}
    By jokerjokes in forum World of Warcraft Emulator Servers
    Replies: 30
    Last Post: 02-19-2008, 09:44 PM
  4. [Questions] Change Log Location and Compile Error
    By SectorSeven in forum World of Warcraft Emulator Servers
    Replies: 6
    Last Post: 01-08-2008, 11:19 PM
  5. [HELP] Ascent Compiling Error.
    By jokerjokes in forum World of Warcraft Emulator Servers
    Replies: 23
    Last Post: 12-10-2007, 12:53 AM
All times are GMT -5. The time now is 02:42 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search