Re: [Mingw-w64-public] Win-Builds

2013-12-17 Thread wynfield
What operating system and version you are building on? What source/date/version of yypkg are you using? What is the date of the sherpa command? The above information is important in many cases. You should supply it. -- cat fa wrote: > When I run sherpa -install all , the following message

Re: [Mingw-w64-public] Win-Builds

2013-12-17 Thread wynfield
Re: > It took a bit more time and (much more sweat) than expected but I've > implemented the revelant code straight in yypkg. There is test binary > with this change which is available at: > http://notk.org/~adrien/yypkg-no-external-mklink.exe > > Could you test it on XP and tell me whether it

Re: [Mingw-w64-public] Win-Builds

2013-12-17 Thread cat fa
When I run sherpa -install all , the following message displays: Unknown error with field `version'. Unknown error with field `metadata'. Unknown error with field `pkglist'. Fatal error: exception Pre_sexp.Of_sexp_error(_, _) I have done all these steps. set YYPREFIX=C:/win-builds-32 yypkg -init

Re: [Mingw-w64-public] Win-Builds

2013-12-17 Thread Adrien Nader
Hi, On Fri, Dec 13, 2013, wynfi...@gmail.com wrote: > > > It doesn't look like the mklink command is available to the XP based systems. > > I've found two possible substitute command, ln and junction, available at: > > ln .. http://schinagl.priv.at/nt/ln/ln.html#introduction > junctio

Re: [Mingw-w64-public] hang on exit

2013-12-17 Thread Kai Tietz
Hi, the questionable point here is that I am not sure we should call destructor code for PROCESS_DETACH too. We should always see in front a thread-detach, so this call seems to be pretty superflous (and might be even wrong). If you want you can modify crt-code so that destructor are just called

Re: [Mingw-w64-public] hang on exit

2013-12-17 Thread Victor Bombi
extern "C" __declspec(dllexport) BOOL APIENTRY DllMain should be the declaration for DllMain for being called but DLL_THREAD_DETACH and DLL_PROCESS_DETACH are not received until ioThreadFunc exits, so I have made unload function to call destructor manually. The problem now is that destructor is c

Re: [Mingw-w64-public] [PATCH] Fix parameter type in IVssBackupComponents::GetWriterMetadataCount

2013-12-17 Thread JonY
On 12/17/2013 03:34, Kai Tietz wrote: > 2013/12/16 Sergei Antonov : >> Hi! >> Attached is a patch for mingw-w64-headers/include/vsbackup.h >> The parameter type has to be a pointer to UINT. > > Thanks for the catch. Patch is ok. Could somebody apply it please. > Committed to trunk r6424. s