On Wed, Dec 21, 2005 at 03:56:23PM +0200, Henrik Ingo wrote:
> Henrik Ingo wrote:
> >David Ferlier wrote:
> >>It doesn't compile because you have a version of Qt that wasn't
> >>compiled with RTTI. You need to recompile it with that feature.
> >>
> >>Search the mailing list it has already been discussed a lot of times.
> >>
> >
> >Ok, thanks. Qt now recompiling.
> 
> Whaddya know, it worked!
> 
> http://dev.openwengo.com/trac/openwengo/trac.cgi/wiki/HowToBuildFromSourceClassic
> says
> 
> ***
> Build options
> 
> Several options are available when compiling WengoPhone Classic. Below is a 
> brief description of some of them.
> 
> build-vcproj
> 
> This option is used to force scons to build .vcproj files. These files are 
> necessary to open the openwengo project inside visual c++ 7
> 
> meaningfull values are:
> 
>     * "no" (default)
>     * "yes"
> 
> example:
> 
>     * build-vcproj="yes"
> ***
> 
> Isn't this kind of backwards? I could imagine in many cases I would want to 
> be able to open the sources in Visual Studio *first*, then do something, 
> then build. Could there be a way to generate vcproj files more easily? (Ie. 
> without compiling anything.)
> 
> Anyway, the current situation seems to be broken anyways:
> 
> hone-classic\trunk>scons build-vcproj="yes" softphone softphone-runtime
> scons: Reading SConscript files ...
> TypeError: Tried to lookup Dir 'build-wengo\win32-debug\wifo\phapi' as a 
> File.:
>   File "SConstruct", line 55:
>     env.SConscript(wifoScript)
>   File "C:\Python24\scons\SCons\Script\SConscript.py", line 508:
>     return apply(_SConscript, [self.fs,] + files, {'exports' : exports})
>   File "C:\Python24\scons\SCons\Script\SConscript.py", line 239:
>     exec _file_ in stack[-1].globals
>   File "wifo\trunk\SConscript", line 50:
>     env.WengoBuildInDir("phapi/SConscript", "wifo/phapi")
>   File "wengoscons\wengoscons\common\wengoenv.py", line 202:
>     duplicate = 1)
>   File "C:\Python24\scons\SCons\Script\SConscript.py", line 508:
>     return apply(_SConscript, [self.fs,] + files, {'exports' : exports})
>   File "C:\Python24\scons\SCons\Script\SConscript.py", line 239:
>     exec _file_ in stack[-1].globals
>   File "build-wengo\win32-debug\wifo\phapi\SConscript", line 153:
>     phapi_py_lib = phapi_py_env.WengoSharedLibrary("pyphapi", "pyphapi.c")
>   File "wengoscons\wengoscons\common\wengoenv.py", line 226:
>     vcproj = self.WengoCreateVCProj(args[0], args[1], lib)
>   File "wengoscons\wengoscons\common\vcproj.py", line 28:
>     if isinstance(str, types.StringTypes) and env.File(str).exists():
>   File "C:\Python24\scons\SCons\Environment.py", line 1057:
>     return apply(self.fs.File, (self.subst(name),) + args, kw)
>   File "C:\Python24\scons\SCons\Node\FS.py", line 957:
>     return self.Entry(name, directory, create, File)
>   File "C:\Python24\scons\SCons\Node\FS.py", line 944:
>     return self.__doLookup(klass, name, directory, create)
>   File "C:\Python24\scons\SCons\Node\FS.py", line 885:
>     result = self.__checkClass(e, fsclass)
>   File "C:\Python24\scons\SCons\Node\FS.py", line 796:
>     raise TypeError, "Tried to lookup %s '%s' as a %s." % \

Well, i won't explain why it brokes, i'll just fix it (the reason of
the breakage is not interesting).

In the mean time, don't use build-vcproj="yes". It will be fixed in 10
minutes.

Thanks for your patience.

> 
> 
> 
> henrik
> -- 
> [EMAIL PROTECTED]
> +358-40-5697354
> 
> _______________________________________________
> Wengophone-devel mailing list
> [email protected]
> http://dev.openwengo.com/mailman/listinfo/wengophone-devel

-- 
     David Ferlier -- [EMAIL PROTECTED]

      "Humor is mankind's greatest blessing."
              --  Mark Twain 
_______________________________________________
Wengophone-devel mailing list
[email protected]
http://dev.openwengo.com/mailman/listinfo/wengophone-devel

Reply via email to