Thread: [pygccxml-development] Problems with GCC_XML
Brought to you by:
mbaas,
roman_yakovenko
From: Robert D. <rcd...@gm...> - 2007-07-30 17:51:02
|
Hi, I'm currently learning how to use Py++ but I am not able to get very far. I can't even use GCC_XML because I only have /mingw/bin/gcc.exe and also msvc8 (visual studio 2005). I've posted to the GCC_XML mailing list but I haven't gotten a response back yet. Any have this problem before? Maybe you can give me some quick tips to fix the issue. Thanks. |
From: Roger D. <rog...@da...> - 2007-07-30 19:48:23
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> </head> <body bgcolor="#ffffff" text="#000000"> Robert,<br> <br> There's a Windows version of GCC_XML here: <br> <br> <a class="moz-txt-link-freetext" href="http://sourceforge.net/project/showfiles.php?group_id=71702&package_id=146740">http://sourceforge.net/project/showfiles.php?group_id=71702&package_id=146740</a><br> <br> Maybe you can get that working with pygccxml. Also, have you considered running Py++ on Linux? Just get one of the free Linux virtual machine images and the free VMWare player. Mount your Windows disk in the Linux VM, run Py++ in the Linux VM and point it to your sources in the Windows filesystem. That's what I'm currently doing.<br> <br> Roger<br> <br> <br> Robert Dailey wrote: <blockquote cite="mid:496...@ma..." type="cite"> <pre wrap="">Hi, I'm currently learning how to use Py++ but I am not able to get very far. I can't even use GCC_XML because I only have /mingw/bin/gcc.exe and also msvc8 (visual studio 2005). I've posted to the GCC_XML mailing list but I haven't gotten a response back yet. Any have this problem before? Maybe you can give me some quick tips to fix the issue. Thanks. </pre> <pre wrap=""> <hr size="4" width="90%"> ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> <a class="moz-txt-link-freetext" href="http://get.splunk.com/">http://get.splunk.com/</a></pre> <pre wrap=""> <hr size="4" width="90%"> _______________________________________________ pygccxml-development mailing list <a class="moz-txt-link-abbreviated" href="mailto:pyg...@li...">pyg...@li...</a> <a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/pygccxml-development">https://lists.sourceforge.net/lists/listinfo/pygccxml-development</a> </pre> </blockquote> <br> </body> </html> |
From: Robert D. <rcd...@gm...> - 2007-07-30 19:51:46
|
Roger, Thank you for the link. I'll try that one out and let you know how it goes. As for using a virtual machine, it sounds like a lot of overhead. I'd rather it just work with the available compilers. I think it's funny that it's called ***GCC**xml, yet it doesn't work with the MINGW gcc.exe compiler. I've been a bit locked into the windows world, I've not had any experience with other operating systems. Perhaps that's the reason why I'm confused. In any case, I definitely want a virtual machine to be an absolute last resort. Thanks again for your reply. Take care. On 7/30/07, Roger Dahl <rog...@da...> wrote: > > Robert, > > There's a Windows version of GCC_XML here: > > > http://sourceforge.net/project/showfiles.php?group_id=71702&package_id=146740 > > Maybe you can get that working with pygccxml. Also, have you considered > running Py++ on Linux? Just get one of the free Linux virtual machine images > and the free VMWare player. Mount your Windows disk in the Linux VM, run > Py++ in the Linux VM and point it to your sources in the Windows filesystem. > That's what I'm currently doing. > > Roger > > > Robert Dailey wrote: > > Hi, > > I'm currently learning how to use Py++ but I am not able to get very far. I > can't even use GCC_XML because I only have /mingw/bin/gcc.exe and also msvc8 > (visual studio 2005). I've posted to the GCC_XML mailing list but I haven't > gotten a response back yet. Any have this problem before? Maybe you can give > me some quick tips to fix the issue. > > Thanks. > > ------------------------------ > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > > ------------------------------ > > _______________________________________________ > pygccxml-development mailing list > pyg...@li...https://lists.sourceforge.net/lists/listinfo/pygccxml-development > > > |
From: Roger D. <rog...@da...> - 2007-07-30 20:03:33
|
Robert, As far as I understand, GCC_XML works by accessing GCC's internal representation of the parsed C++ source. This information is not available in a regular version of GCC. You need a patched version of GCC to get at this data. GCC_XML includes this patched version. I actually think running Linux in a virtual machine inside Windows is the easiest solution, but then again, I'm familiar with Linux :) Roger Robert Dailey wrote: > Roger, > > Thank you for the link. I'll try that one out and let you know how it goes. > As for using a virtual machine, it sounds like a lot of overhead. I'd rather > it just work with the available compilers. I think it's funny that it's > called ***GCC**xml, yet it doesn't work with the MINGW gcc.exe compiler. > I've been a bit locked into the windows world, I've not had any experience > with other operating systems. Perhaps that's the reason why I'm confused. In > any case, I definitely want a virtual machine to be an absolute last resort. > Thanks again for your reply. > > Take care. > > |