Re: Win32 Compilation - Python Plugin

2009-08-20 Thread timothy b
Sorry to bother the list again. I forgot to mention that I already have xslt.h and is at C:\GTK\dia\plug-ins\xslt. And BTW, the instructions list libxxslt-1.1.124.win32. Do you mean libxslt-1.1.24.win32? Cheers, Timothy > On Sun, 16 Aug 2009 03:53:12 +1000, Timothy wrote: > > Steffen,

Re: Win32 Compilation - Python Plugin

2009-08-16 Thread Steffen Macke
Hi Timothy, > C:\GTK\dia>nmake /f makefile.msc full Is correct. I've updated the guide in this respect. Sorry for the confusion and thanks for reporting. > ... which worked so much better.  The output is attached > (compilation_output_1.txt) as a warning came up > and I was wondering if you tho

Re: Win32 Compilation - Python Plugin

2009-08-15 Thread timothy b
Steffen, I resolved my issue with xslt.h as I had forgotten to copy the libxslt files (that what happens when I'm trying to think at 4:00 in the morning) and have been able to move onto the page "Putting everything together" (http://dia-installer.de/howto/compile_msvc/ar01s06.html). The inst

Re: Win32 Compilation - Python Plugin

2009-08-15 Thread timothy b
Sorry to bother the list again. I forgot to mention that I already have xslt.h and is at C:\GTK\dia\plug-ins\xslt. And BTW, the instructions list libxxslt-1.1.124.win32. Do you mean libxslt-1.1.24.win32? Cheers, Timothy > On Sun, 16 Aug 2009 03:53:12 +1000, Timothy wrote: > > Steffen, > > I

RE: Win32 Compilation - Python Plugin

2009-08-15 Thread timothy b
Steffen, I read the manual again and created libart_lgpl_2-2.lib by using the process as described on the "Installing Optional Sofware page (http://dia-installer.de/howto/compile_msvc/ar01s03.html#install_libart). I downloaded and put the files it was asking for along the way (libintl3.dll,

Re: Win32 Compilation - Python Plugin

2009-08-15 Thread timothy b
Steffen, Cheers. I am now getting an error message about libart_lgpl_2-2.lib: cl -G5 -GF -MD -W3 -nologo -I. -I.. -DHAVE_CONFIG_H -LD -Fedia-app.dll a utosave.obj app_procs.obj color_area.obj commands.obj confirm.obj connectio npoint_ops.obj create_object.obj cursor.obj cu

Re: Win32 Compilation - Python Plugin

2009-08-14 Thread Steffen Macke
Hi Timothy, I forgot about the biindings folder. Another comment added to the top makefile.msc: http://git.gnome.org/cgit/dia/commit/?id=415476a4e621ca82cd9aa85cfa2912599ce06a44 And updated documentation: http://dia-installer.de/howto/compile_msvc/ar01s03.html#install_python Regards, Steffen

Re: Win32 Compilation - Python Plugin

2009-08-14 Thread tim.bogie
Steffen, Ah yes, the old I forget to check I had the new files trick as I was half working off the old compilation instructions. It does go a lot further this time but a new error has popped up even though I commented out the python reference on line 65 of the c:\gtk\dia\makefile.msc: dia-pytho

Re: Win32 Compilation - Python Plugin

2009-08-14 Thread Steffen Macke
Hi Timothy, > (http://dia-installer.de/howto/compile_msvc/ar01s05.html).  The first thing > to note is that diadev.bat is in c:\ and not as per the instructions, > C:\GTK\bin.  I am getting error messages soon after staring.  I can send Are you sure that you've got the latest version of the dia_e

Re: Win32 Compilation - Python Plugin

2009-08-13 Thread tim.bogie
Steffen, Full output attached. Can you send attachments to the mailing list? Thanks, Timothy On Thu, 13 Aug 2009 18:27:21 -0500, wrote: > Steffen, > > Not good so far. I'm up to the compilation page > (http://dia-installer.de/howto/compile_msvc/ar01s05.html). The first thing > to note is t

Re: Win32 Compilation - Python Plugin

2009-08-13 Thread tim.bogie
Steffen, Not good so far. I'm up to the compilation page (http://dia-installer.de/howto/compile_msvc/ar01s05.html). The first thing to note is that diadev.bat is in c:\ and not as per the instructions, C:\GTK\bin. I am getting error messages soon after staring. I can send you the full output

Re: Win32 Compilation - Python Plugin

2009-08-12 Thread Steffen Macke
Hi Timothy, have you been successful with the compilation? > Comment out line 65 in gtk\dia\makefile.msc: > > #       nmake -f makefile.msc I've updated the documentation in this respect and added an exmplanatory comment to the makefile Steffen ___ di

Re: Win32 Compilation - Python Plugin

2009-08-12 Thread Steffen Macke
Hi Timothy, > According the page "Installing optional software", > http://dia-installer.de/howto/compile_msvc/ar01s03.html, the Python 2.3 > section says "In case you don't want to compile the Python plugin, comment > it out in plug-ins/makefile.msc".  I've looked in > C:\GTK\Dia\plug-ins\makefile

Win32 Compilation - Python Plugin

2009-08-12 Thread tim.bogie
Folks, According the page "Installing optional software", http://dia-installer.de/howto/compile_msvc/ar01s03.html, the Python 2.3 section says "In case you don't want to compile the Python plugin, comment it out in plug-ins/makefile.msc". I've looked in C:\GTK\Dia\plug-ins\makefile.msc for anyth