It may be caused by boost. you need to set property boost path.
ex. I set boost like:

set INCLUDE=C:\Boost\include\boost-1_33_1;%INCLUDE%
set LIB=C:\Boost\lib;%LIB%

after set boost, i suggest you clear your old build:

scons -c

and build again:

scons qtwengophone



David Ferlier wrote:

No surprise here, wengosconsng is very buggy. I have a fix for this
bug (and other similar ones). They are not commited as of now but i'll
commit them tomorrow.

Good night,

David

On Thu, Jan 05, 2006 at 03:21:39AM +0300, Andrew Arowojolu wrote:
Hello All,

I have just downloaded Wengophone-NG source code. I already have all the
necessary components to compile it (Qt 4.0.1, Visual .NET, speex, boost,
scons and python). However, I have encountered the following compilation
sequence and errors:

===============================
D:\Openwengo>scons qtwengophone
scons: Reading SConscript files ...
QtCored4 (system)
QtGuid4 (system)
QtNetworkd4 (system)
QtDesignerd4 (system)
QtXmld4 (system)
qt4 (internal)
libboost_thread-vc71-mt.lib (system)
libboost_serialization-vc71-mt.lib (system)
boost (internal)
libboost_unit_test_framework-vc71-mt.lib (system)
boost-unit-test (internal)
gtk-win32-2.0 (system)
atk-1.0 (system)
gdk_pixbuf-2.0 (system)
pangowin32-1.0 (system)
pango-1.0 (system)
gobject-2.0 (system)
gmodule-2.0 (system)
glib-2.0 (system)
glade-2.0 (system)
xml2 (system)
gtk (internal)
sdl (internal)
sdl_image (internal)
TypeError: Directory D:\Openwengo\libs\global\doc found where file
expected.:
 File "SConstruct", line 11:
   env.SConscript('SConscript', build_dir = env.WengoGetRootBuildDir(),
duplica
te = 0)
 File "D:\Program Files\Python24\scons-0.96.91\SCons\Script\SConscript.py",
lin
e 494:
   return apply(_SConscript, [self.fs,] + files, {'exports' : exports})
 File "D:\Program Files\Python24\scons-0.96.91\SCons\Script\SConscript.py",
lin
e 226:
   exec _file_ in call_stack[-1].globals
 File "SConscript", line 28:
   SConscript(dirs = projects)
 File "D:\Program Files\Python24\scons-0.96.91\SCons\Script\SConscript.py",
lin
e 557:
   return apply(method, args, kw)
 File "D:\Program Files\Python24\scons-0.96.91\SCons\Script\SConscript.py",
lin
e 494:
   return apply(_SConscript, [self.fs,] + files, {'exports' : exports})
 File "D:\Program Files\Python24\scons-0.96.91\SCons\Script\SConscript.py",
lin
e 226:
   exec _file_ in call_stack[-1].globals
 File "libs\global\SConscript", line 21:
   env.WengoAddDoxyfile()
 File "D:\Openwengo\wengoscons\wengoscons\wengoenv.py", line 1360:
   doc = self.Command(os.path.join(self.__getSourcePath(), 'doc'),
'Doxyfile',
'cd $SOURCE_PATH & doxygen')
 File "D:\Program Files\Python24\scons-0.96.91\SCons\Environment.py", line
1255
:
   return apply(bld, (self, target, source), kw)
 File "D:\Program Files\Python24\scons-0.96.91\SCons\Builder.py", line 604:
   return self._execute(env, target, source, OverrideWarner(kw), ekw)
 File "D:\Program Files\Python24\scons-0.96.91\SCons\Builder.py", line 556:
   tlist, slist = self._create_nodes(env, target, source)
 File "D:\Program Files\Python24\scons-0.96.91\SCons\Builder.py", line 511:
   tlist = env.arg2nodes(target, target_factory)
 File "D:\Program Files\Python24\scons-0.96.91\SCons\Environment.py", line
332:

   v = node_factory(self.subst(v, raw=1))
 File "D:\Program Files\Python24\scons-0.96.91\SCons\Node\FS.py", line
1043:
   return self.Entry(name, directory, create, File)
 File "D:\Program Files\Python24\scons-0.96.91\SCons\Node\FS.py", line
1030:
   return self._doLookup(klass, name, directory, create)
 File "...\SCons\Memoizer-cache_get-lambda<_doLookup>", line 4:
   None
 File "D:\Program Files\Python24\scons-0.96.91\SCons\Memoize.py", line 287:
   rval = cdict[ckey] = apply(func, args, kw)
 File "D:\Program Files\Python24\scons-0.96.91\SCons\Node\FS.py", line 968:
   result.diskcheck_match()
 File "D:\Program Files\Python24\scons-0.96.91\SCons\Node\FS.py", line
1609:
   "Directory %s found where file expected.")
 File "D:\Program Files\Python24\scons-0.96.91\SCons\Node\FS.py", line 324:
   raise TypeError, errorfmt % path
D:\Openwengo>

===================================

Would appreciate help on this

Regards,

Andrew





------------------------------Disclaimer------------------------------
This communication is intended for the above named person and is confidential 
and / or legally privileged.  Any opinion(s) expressed in this communication 
are not necessarily those of the MTC.  If it has come to you in error you must 
take no action based upon it, nor must you print it, copy it, forward it, or 
show it to anyone. Please delete and destroy the e-mail and any attachments and 
inform the sender immediately.
Thank you.

MTC is not responsible for the political, religious, racial or partisan opinion 
in any correspondence conducted by its domain users.  Therefore, any such 
opinion expressed, whether explicitly or implicitly, in any said correspondence 
is not to be interpreted as that of MTC.

MTC may monitor all incoming and outgoing e-mails in line with MTC business 
practice.  Although MTC has taken steps to ensure that e-mails and attachments 
are free from any virus, we advise that, in keeping with best business 
practice, the recipient must ensure they are actually virus free.
----------------------------------------------------------------------

_______________________________________________
Wengophone-devel mailing list
[email protected]
http://dev.openwengo.com/mailman/listinfo/wengophone-devel


_______________________________________________
Wengophone-devel mailing list
[email protected]
http://dev.openwengo.com/mailman/listinfo/wengophone-devel

Reply via email to