Hi,
I tried to learn development of inkscape using eclipse as tools. I used autogen.sh on Linux and btool.exe on Windows for building inkscape as instructions, this all looks fine for compiling and building. However the Eclipse CDT shows semantic error in editor on both Linux and Windows. and also on the Windows, when I debug using Eclipse as the instruction provided at website "Using Eclipse" at wiki, it lead to many errors, when I use "XL C/C++" it simply says gdb.exe not recognized as executable when I use "maingw C++) it will initially run the at error as not able to access at memory 0x000??. However if I use command prompt to debug using gdb.exe, every things looks fine.
My question is if there is any update information about using an IDE, such as Eclipse to build and debug inkscape?
1) how to fix CDT editor to show semantic error, how to get proper list of includes path and lib path for indexer settings, or other automatic settings for them?
2) how to use an IDE, such as Eclipse to debug inkscape on Windows?
Thanks lot in advance.
Peter