wuhailinjerry / edb-debugger

Automatically exported from code.google.com/p/edb-debugger
GNU General Public License v2.0
0 stars 0 forks source link

Cannot find file: ProcessProperties.pro. #119

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,
have trouble in compiling the SVN version of EDB (compiling from those 
sources:http://codef00.com/projects/debugger-0.9.18.tgz is fine).

First of all compiling "DialogArguments.cpp" fails with the error:
DialogAttach.cpp: In member function 'void DialogAttach::update_list(const 
QString&)':
DialogAttach.cpp:71:37: error: 'getuid' was not declared in this scope.

Adding "#include <unistd.h>" fixes the problem.

The second issue is:
make[2]: Leaving directory 
`/home/mscofield/EDB-svn/edb-debugger-read-only/plugins/SymbolViewer'
cd ProcessProperties/ && /usr/bin/qmake 
/home/mscofield/EDB-svn/edb-debugger-read-only/plugins/ProcessProperties/Process
Properties.pro -o Makefile
Cannot find file: 
/home/mscofield/EDB-svn/edb-debugger-read-only/plugins/ProcessProperties/Process
Properties.pro.
make[1]: *** [ProcessProperties/Makefile] Error 2
make[1]: Leaving directory 
`/home/mscofield/EDB-svn/edb-debugger-read-only/plugins'
make: *** [sub-plugins-make_default] Error 2.

So, apperently "ProcessProperties.pro" is missing and i can't find it anywhere 
in my Hard Disk.

Thanks ;).

Original issue reported on code.google.com by evan.teran on 3 Oct 2012 at 3:22

GoogleCodeExporter commented 9 years ago
added them to the SVN, my bad :-)

Original comment by evan.teran on 3 Oct 2012 at 5:34