[Help] weird compile problem openascent menu

Shout-Out

User Tag List

Results 1 to 9 of 9
  1. #1
    knaur's Avatar Elite User
    Reputation
    400
    Join Date
    Nov 2007
    Posts
    634
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Help] weird compile problem openascent

    hello i got a weird problem when i tryes to compile the newest openascent cores...
    Code:
    >------ Build started: Project: ascent-shared, Configuration: Release Win32 ------
    2>------ Build started: Project: ascent-voicechat, Configuration: Release Win32 ------
    1>Extracting SVN revision...
    2>Compiling...
    1>SVN Revision Extractor
    1>Written by Burlex, 2008/02/20
    1>Branch: TRUNK
    1>Could not open entries file. This may not be a SVN checkout? Assuming revision 0.
    2>voice_socket.c
    1>Project : error PRJ0019: A tool returned an error code from "Extracting SVN revision..."
    
    3>..\..\src\ascent-logonserver\Main.cpp(22) : fatal error C1083: Cannot open include file: 'svn_revision.h': No such file or directory

    i was sitting with 2dgreengiant on msn all night trying
    to solve that damn issue, but we couldnt find whats wrong...


    its from Visual C++ 2008 btw. i never had that problem before,
    seems like the RevisionExtractor.exe dont wanna extract the
    svn_revisions.sh... i even tryed compile my own RevisionExtractor.exe
    but still got the same issue. then 2dgreengiant sent me the svn_revision.h
    to try bypass the problem, but it still tryes to execute the file,
    and comes with an error, then it find the svn file, tryes to compile,
    but suddently asks for shared.lib that dont exist.
    thats due of the first error when it tryes to make the ascent-share compile.



    Anyone had the same problem? we gave up to find the error this night hehe

    I never had those problems when i compiled ascent before
    ------------------------------------------------------
    Knaur - Founder of The Norwegian Elite Team

    [Help] weird compile problem openascent
  2. #2
    knaur's Avatar Elite User
    Reputation
    400
    Join Date
    Nov 2007
    Posts
    634
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    no one seen the same problem? :/
    ------------------------------------------------------
    Knaur - Founder of The Norwegian Elite Team

  3. #3
    fresh's Avatar Member
    Reputation
    23
    Join Date
    Oct 2007
    Posts
    121
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    13 Thread(s)
    Originally Posted by knaur View Post
    hello i got a weird problem when i tryes to compile the newest openascent cores...
    Code:
    >------ Build started: Project: ascent-shared, Configuration: Release Win32 ------
    2>------ Build started: Project: ascent-voicechat, Configuration: Release Win32 ------
    1>Extracting SVN revision...
    2>Compiling...
    1>SVN Revision Extractor
    1>Written by Burlex, 2008/02/20
    1>Branch: TRUNK
    1>Could not open entries file. This may not be a SVN checkout? Assuming revision 0.
    2>voice_socket.c
    1>Project : error PRJ0019: A tool returned an error code from "Extracting SVN revision..."
     
    3>....srcascent-logonserverMain.cpp(22) : fatal error C1083: Cannot open include file: 'svn_revision.h': No such file or directory

    i was sitting with 2dgreengiant on msn all night trying
    to solve that damn issue, but we couldnt find whats wrong...

    its from Visual C++ 2008 btw. i never had that problem before,
    seems like the RevisionExtractor.exe dont wanna extract the
    svn_revisions.sh... i even tryed compile my own RevisionExtractor.exe
    but still got the same issue. then 2dgreengiant sent me the svn_revision.h
    to try bypass the problem, but it still tryes to execute the file,
    and comes with an error, then it find the svn file, tryes to compile,
    but suddently asks for shared.lib that dont exist.
    thats due of the first error when it tryes to make the ascent-share compile.


    Anyone had the same problem? we gave up to find the error this night hehe

    I never had those problems when i compiled ascent before

    you updated to 3.5 net frame works?

  4. #4
    knaur's Avatar Elite User
    Reputation
    400
    Join Date
    Nov 2007
    Posts
    634
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yep. 3.5 are installed. it should asctually compile without problem, but the damn RevisionExtracter.exe denies to extract the damn svn.revision.sh file.

    even tryed compile a brand new RevisionExtracter.exe to see if that helped, but no.

    weird problem. never had such problems before at all
    ------------------------------------------------------
    Knaur - Founder of The Norwegian Elite Team

  5. #5
    TheZaronz's Avatar Active Member
    Reputation
    97
    Join Date
    Dec 2007
    Posts
    567
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    And you got the lib files?

  6. #6
    Gastricpenguin's Avatar Legendary
    Reputation
    980
    Join Date
    Feb 2007
    Posts
    2,236
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The error is only on ascent-voicechat.
    I doubt you even use that one :P
    Just remove it from Vc71.sln and then compile as usual.
    Life Puzzler WoW - Website | Forums

  7. #7
    knaur's Avatar Elite User
    Reputation
    400
    Join Date
    Nov 2007
    Posts
    634
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by luuh View Post
    And you got the lib files?
    yes. i putted in the updated lib and compiled dll,s and so on
    so thats not the issue :/
    Last edited by knaur; 06-08-2008 at 11:20 AM.
    ------------------------------------------------------
    Knaur - Founder of The Norwegian Elite Team

  8. #8
    knaur's Avatar Elite User
    Reputation
    400
    Join Date
    Nov 2007
    Posts
    634
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Gastricpenguin View Post
    The error is only on ascent-voicechat.
    I doubt you even use that one :P
    Just remove it from Vc71.sln and then compile as usual.

    well, im using c++ 2008 not 2002 =) so it must be Vc90.sln in that case hehe

    but actually, ascent-voicechat.exe is the only file that actually compiled
    without error lol

    but i did as you said, removed it from Vc90.sln and tryed recompile.
    result: the same. still the revisionextractor.exe fails in
    extract the damn svn.revision.sh and ****s up all compile.

    Any other ideas? :/ everything is as it should be,
    so it should compile fine... but dont >

    ------------------------------------------------------
    Knaur - Founder of The Norwegian Elite Team

  9. #9
    knaur's Avatar Elite User
    Reputation
    400
    Join Date
    Nov 2007
    Posts
    634
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    damn, now i testet with c++ 2005 and 2008...
    i downloaded newest openascent from svn

    and still get this message on both c++ programs

    1>SVN Revision Extractor
    1>Written by Burlex, 2008/02/20
    1>Branch: TRUNK
    1>Could not open entries file. This may not be a SVN checkout? Assuming revision 0.
    1>Project : error PRJ0019: A tool returned an error code from "Extracting SVN revision..."
    1>Build log was saved at "file://c:\Users\Stig Olsen\Desktop\Trunk\win\VC80\ascent-shared___Win32_Release\BuildLog.htm"
    1>ascent-shared - 1 error(s), 0 warning(s)

    Its only that damn revisionextraxtor.exe that wont extract
    the damn svn_revision.sh.... nrmally i have never had problems to solve c++ issues. this this time i cant understand whats wrong. ill try install the c++ at my laptop and see if i get the same prolem there. ill post later if i get same problem there

    Nah, same problem at my laptop too. now i realy dont know what the problem is
    Last edited by 2dgreengiant; 06-08-2008 at 05:12 PM. Reason: double post, merged
    ------------------------------------------------------
    Knaur - Founder of The Norwegian Elite Team

Similar Threads

  1. Compiling Problem Pls help
    By Boiko7530bg in forum WoW EMU Questions & Requests
    Replies: 3
    Last Post: 03-26-2009, 01:11 AM
  2. [Help] Compiling problem...
    By alj03 in forum WoW EMU Questions & Requests
    Replies: 7
    Last Post: 02-01-2009, 12:46 AM
  3. HELP! compile problem
    By volitle in forum WoW EMU Questions & Requests
    Replies: 35
    Last Post: 10-30-2008, 08:54 PM
  4. [Help]Weird Problem
    By Knife in forum World of Warcraft Emulator Servers
    Replies: 5
    Last Post: 02-25-2008, 11:13 AM
  5. Help with weird database problem
    By Xeneth in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 01-15-2008, 01:17 PM
All times are GMT -5. The time now is 10:44 AM. 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