[hxclidev] Which branch of splay is ready to be compiled?

[hxclidev] Which branch of splay is ready to be compiled?

Greg Wright gwright at real.com
Thu May 8 09:28:15 PDT 2003


It looks like from below that you are building off of the HEAD (helix).
You might want to try the kittyhawk stable branch instead.

Also, make sure you have the correct version of VC (6sp5).

I also think that the link error below has been fixed on the HEAD
yesterday, you could give that a try but the stable branch is
better if you just want a build that works and don't need any
feature that is only on the HEAD right now.

--greg.

----- Original Message ----- 
From: "C.H.Wu (Howard)" <hao at atlas.com.tw>
To: <dev at helix-client.helixcommunity.org>
Sent: Wednesday, May 07, 2003 7:10 PM
Subject: Re: [hxclidev] Which branch of splay is ready to be compiled?


> My build.out:
> 
> Updating [common] BIF files...
> cvs server: Updating common/build/BIF
> Updating [client] BIF files...
> cvs server: Updating client/build/BIF
> reading
> bif="f:\real\ribosome\build\bif-cvs\helix\common/build/BIF\helix.bif" file
> computing dependency tree
> 
> Build System (V2.1)
> time: Thu May 08 09:32:35 2003
> outfile: build.out
> branch: helix
> platform: win32-i386-vc6
> distribution/archive from: win32-i386
> build Type: debug
> build options:
> profile: f:\real\ribosome\build\umakepf\helix-client-all-defines
> copy target: debug
> clean mode
> verbose mode
> target(s): splay
> 
> 
> ====
> And the error:
>  python
> f:\real\ribosome\build\bin\pylink -basefile:..\..\debug\rebase.lst -basedir:
> client\core /base:0x60000000 /DLL /NOLOGO /INCREMENTAL:no /MACHINE:i386
> /SUBSYSTEM:windows /debug /IMPLIB:dbg32\clntcore.lib /DEF:clntcore.def
> /PDB:NONE /OUT:dbg32\clntcore.dll
> dbg32\obj\clntcoredll\platform\win\dllmain.obj
> dbg32\obj\clntcoredll\platform\win\hxdll.res
> dbg32\obj\clntcoredll\dlliids.obj dbg32\obj\clntcoredll\hxdll.obj
> F:\real\helix\protocol_dist\rtsp\dbg32\rdtclntlib.lib
> ..\..\common\dbgtool\dbg32\debuglib.lib ..\..\common\util\dbg32\utillib.lib
> ..\..\common\container\dbg32\contlib.lib
> ..\..\common\system\dbg32\syslib.lib ..\..\common\runtime\dbg32\runtlib.lib
> ..\..\common\fileio\dbg32\fileiolib.lib
> ..\..\client\common\system\dbg32\sysclntlib.lib
> ..\..\client\common\container\dbg32\contclntlib.lib
> ..\..\client\common\util\dbg32\utlclntlib.lib
> ..\..\client\core\dbg32\clntcorelib.lib
> ..\..\audio\device\dbg32\auddevlib.lib
> ..\..\client\audiosvc\dbg32\audsvclib.lib
> ..\..\client\videosvc\dbg32\vidsvclib.lib
> ..\..\client\netwksvc\dbg32\netsvclib.lib
> ..\..\client\common\netio\dbg32\netioclntlib.lib
> ..\..\protocol\transport\common\system\dbg32\systranlib.lib
> ..\..\protocol\transport\rtp\dbg32\rtptranlib.lib
> ..\..\protocol\common\util\dbg32\protutillib.lib
> ..\..\protocol\rtsp\dbg32\rtsplib.lib ..\..\common\netio\dbg32\netiolib.lib
> ..\..\audio\mixer\dbg32\audmixlib.lib ..\..\protocol\http\dbg32\httplib.lib
> ..\..\audio\resampler\dbg32\audresamplib.lib
> ..\..\common\lang\xml\dbg32\xmllib.lib version.lib kernel32.lib user32.lib
> advapi32.lib winmm.lib gdi32.lib ole32.lib uuid.lib
>    Creating library dbg32\clntcore.lib and object dbg32\clntcore.exp
> MSVCRTD.lib(cinitexe.obj) : warning LNK4098: defaultlib "msvcrt.lib"
> conflicts with use of other libs; use /NODEFAULTLIB:library
> rdtclntlib.lib(rnrtspclnt.obj) : error LNK2001: unresolved external symbol
> "public: void __thiscall RTSPTransport::setSessionID(char const *)"
> (?setSessionID at RTSPTransport@@QAEXPBD at Z)
> dbg32\clntcore.dll : fatal error LNK1120: 1 unresolved externals
> 
> 
> ----- Original Message -----
> From: "Eric Hyche" <ehyche at real.com>
> To: "C.H.Wu (Howard)" <hao at atlas.com.tw>;
> <dev at helix-client.helixcommunity.org>
> Sent: Wednesday, May 07, 2003 11:43 PM
> Subject: Re: [hxclidev] Which branch of splay is ready to be compiled?
> 
> 
> >
> > Can you copy the first 20 or so lines of you build.out into the
> > email, as well as  the section of the build.out where the error
> > shows up?
> >
> > Eric
> >
> > At 05:00 PM 5/7/2003 +0800, C.H.Wu \(Howard\) wrote:
> > >Hi,
> > >I cleaned up the directory of my previously built helix, and checked out
> the
> > >new ribosome, then try to build a brand new splay.
> > >
> > >I tried to build splay with "helix-client-all-defines" for all 3 branches
> > >(helix, helix_beta, helix_kittyhawk)  and none of them could be built.
> > >In Windows 2000, system_id=win32-i386-vc6
> > >First I got the error for undefined "CWinReg" class, this is easy to
> solve
> > >since I knew this error by 6 months ago.
> > >Then I got the error for non-ascii char conflicts with my Traditional
> > >Chinese OS in rc files, and I can solve it easily as the first one.
> > >And then I got this error:
> > >    Creating library rel32\clntcore.lib and object rel32\clntcore.exp
> > >rdtclntlib.lib(rnrtspclnt.obj) : error LNK2001: unresolved external
> symbol
> > >"public: void __thiscall RTSPTransport::setSessionID(char const *)"
> > >(?setSessionID at RTSPTransport@@QAEXPBD at Z)
> > >rel32\clntcore.dll : fatal error LNK1120: 1 unresolved externals
> > >
> > >What should I edit by hand to build splay correctly? I thought it's the
> > >"stable build".
> > >
> > >Thank you very much.
> > >
> > >Howard Wu
> > >hao at atlas.com.tw
> > >
> > >
> > >---------------------------------------------------------------------
> > >To unsubscribe, e-mail: dev-unsubscribe at helix-client.helixcommunity.org
> > >For additional commands, e-mail: dev-help at helix-client.helixcommunity.org
> >
> > ======================================
> > M. Eric Hyche (ehyche at real.com)
> > Core Technologies
> > RealNetworks, Inc.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe at helix-client.helixcommunity.org
> For additional commands, e-mail: dev-help at helix-client.helixcommunity.org
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe at helix-client.helixcommunity.org
For additional commands, e-mail: dev-help at helix-client.helixcommunity.org




More information about the Helix-client-dev mailing list
 

Site Map   |   Terms of Use   |   Privacy Policy   |   Contact Us

Copyright © 1995-2007 RealNetworks, Inc. All rights reserved. RealNetworks and Helix are trademarks of RealNetworks.
All other trademarks or registered trademarks are the property of their respective holders.