Re: Building as a DLL on Windows
"A. Craig West" <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <CAFbfRkrZTeGHqLR=G-t+n2erqT27G+GKhtizN5NZ9+MRckx1ZA@mail.gmail.com> |
I tend to agree, it is pretty much guaranteed to be a compiler bug, but fixing compilers is outside the scope of my current project :-) I find that the first time I build after a clean, it fails, and if I build again it succeeds. I'm not sure if this is actually an error, as it is possible there is a broken object file produced from the failed build that satisfies the time stamps... I will have to look into the cmake option, my nmakefile is working quite well, though. On Mon, Jun 29, 2015 at 2:30 AM, Frediano Ziglio <[email protected]> wrote: > 2015-06-29 0:42 GMT+01:00 A. Craig West <[email protected]>: > > I discovered that I require freetds to be buildable as a DLL file under > > Windows, so I have modified the Nmakefile to add some new build targets > and > > directories. After I have tested it a bit, I will port my changes up to > > head. > > We are removing nmake support moving to cmake. > > > I am also getting a fault in the compiler on one of the files, but have > not > > investigated the cause yet. It is possible that the issue is already > > resolved in head. I am currently building with Visual Studio 2008 command > > line. > > We released quite recently possibly problem is still there. Or could > be you called a function with wrong arguments. Technically "a fault in > the compiler" looks like a compiler bug to me. > > > Jas anybody else dealt with similar issues lately? It seems to have been > a > > while since anybody tried to build DLL's, although it turned out to be > > pretty easy to implement... > > -Craig > > Frediano > _______________________________________________ > FreeTDS mailing list > [email protected] > http://lists.ibiblio.org/mailman/listinfo/freetds >