Hi Meik, > But then unzipping the additional sources generates the folder -gtk- with
I just had a look at http://ftp.gnome.org/pub/gnome/binaries/win32/gtk+/2.14/gtk+-bundle_2.14.7-20090119_win32.zip At the top level of the zip file, there is no "gtk" folder - maybe your zip software adds this automatically? Example: The folder "bin" from the zip file must become "c:\gtk\bin" > subfolders -bin- and -glib-. Why should I now erase the -GTK- folder (from > the tutorial steps before) by unzipping the new folder to c:\ according to Don't erase the folder or files. Just combine all the things in c:\gtk. > the text? Finally I added the content to the folders. Is this correct? Yes > After succesfully starting -diadev.bat- in the next -Compilation- topic, I > was not able to use -nmake-. So I downloaded and added -nmake.exe- and nmake is included in Visual Studio. Most probably the Visual Studio Installation path does not match the one from diadev.bat In your Visual Studio installation, look for a file called vcvars32.bat and compare it with diadev.bat If you can't fix the PATH problem yourself, you can also send me the file and I'll ceate an updated diadev.bat for you. > nmake. Do I need to set some environment variables to use -nmake.exe- > another way or from another location? Yes, diadev.bat tries to do that. > After starting -nmake makefile.msc- I got the error message -Der Befehl > "cl" ist entweder falsch geschrieben oder konnte nicht gefunden werden.- > Which means: "cl" is maybe written wrong or was not found. At this point > (and as a newbie) I don't know how to find a solution. Same problem as with nmake: cl needs to be in the PATH. Regards, Steffen _______________________________________________ dia-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/dia-list FAQ at http://live.gnome.org/Dia/Faq Main page at http://live.gnome.org/Dia
