Simon,
Thanks for the help. I reinstalled the C++ libraries and the error
went
away.
Now, I have another issue. The compile fails on one of the Python
scripts.
It looks like it's a clean-up script, but I can't seem to get past it.
scons: *** [dongle/install/mvp/bin/flashcp] Exception
Traceback (most recent call last):
File "/usr/lib/scons/SCons/Taskmaster.py", line 171, in execute
self.targets[0].build()
File "/usr/lib/scons/SCons/Node/__init__.py", line 297, in build
apply(executor, (self, exitstatfunc), kw)
File "/usr/lib/scons/SCons/Executor.py", line 125, in __call__
self.do_execute(target, exitstatfunc, kw)
File "/usr/lib/scons/SCons/Executor.py", line 118, in do_execute
kw)
File "/usr/lib/scons/SCons/Action.py", line 342, in __call__
stat = self.execute(target, source, env)
File "/usr/lib/scons/SCons/Action.py", line 674, in execute
result = self.execfunction(target=target, source=rsources, env=env)
File "/home/dave/build/mvpmc/scons/oss.py", line 103, in build_action
if os.path.exists(dir):
UnboundLocalError: local variable 'dir' referenced before assignment
Any clues?
David
On Sunday 30 March 2008 07:22, you wrote:
> Er...the package on my debian system is called cpp. It's fairly easy to
> find out what package owns a file.
>
> First you need to make sure it's not a symlink, and if it is find out
> where it points to:
>
> [EMAIL PROTECTED]:~$ ls -l /lib/cpp
> lrwxrwxrwx 1 root root 21 2007-12-29 18:54 /lib/cpp ->
> /etc/alternatives/cpp [EMAIL PROTECTED]:~$ ls -l /etc/alternatives/cpp
> lrwxrwxrwx 1 root root 12 2007-12-29 18:54 /etc/alternatives/cpp ->
> /usr/bin/cpp
>
> Then you can search the database of installed packages:
>
> On a debian-type system (ie debain/ubuntu/knoppix/...):
>
> [EMAIL PROTECTED]:~$ dpkg --search /usr/bin/cpp
> cpp: /usr/bin/cpp
>
> Or on an RPM-based system (RedHat/Fedora/SuSE):
>
> $ rpm -q -f /usr/bin/cpp
>
> Cheers,
>
> Simon
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Mvpmc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mvpmc-users
mvpmc wiki: http://mvpmc.wikispaces.com/