digitalmars.D - MinTLc embedded locks library out of date?
- James Dunne (12/12) Sep 02 2005 Ben,
- James Dunne (6/21) Sep 02 2005 On 2nd check, the library completely fails to compile with many errors
- Ben Hinkle (3/24) Sep 03 2005 Hmm. I'll check it out after the long weekend. I hadn't been giving much
- Ben Hinkle (4/32) Sep 10 2005 updated to dmd.131 and uploaded to the MinTL page
Ben, Your MinTLc library includes a dependent version of the locks library, which is slightly outdated compared to the independent version offered on your site (i.e. using !== and === instead of !is and is, respectively). It also breaks compilation in locksimpl.d on linux (haven't tested on Win32, so I can't say), while the independent version compiles just fine. I don't know if you have special modifications made to the dependent locks library for use with MinTLc vs. the independent locks library. Hopefully, they should be one in the same, but it is not safe for me to assume so. For now, I'll try using the independent locks library (overwriting the dependent copy MinTLc.zip unpacks). Thanks, Ben!
Sep 02 2005
James Dunne wrote:Ben, Your MinTLc library includes a dependent version of the locks library, which is slightly outdated compared to the independent version offered on your site (i.e. using !== and === instead of !is and is, respectively). It also breaks compilation in locksimpl.d on linux (haven't tested on Win32, so I can't say), while the independent version compiles just fine. I don't know if you have special modifications made to the dependent locks library for use with MinTLc vs. the independent locks library. Hopefully, they should be one in the same, but it is not safe for me to assume so. For now, I'll try using the independent locks library (overwriting the dependent copy MinTLc.zip unpacks). Thanks, Ben!On 2nd check, the library completely fails to compile with many errors under linux. I'm using DMD v0.129. -- Regards, James Dunne
Sep 02 2005
In article <dfao9k$1or7$1 digitaldaemon.com>, James Dunne says...James Dunne wrote:Hmm. I'll check it out after the long weekend. I hadn't been giving much attention to locks and mintlc lately.Ben, Your MinTLc library includes a dependent version of the locks library, which is slightly outdated compared to the independent version offered on your site (i.e. using !== and === instead of !is and is, respectively). It also breaks compilation in locksimpl.d on linux (haven't tested on Win32, so I can't say), while the independent version compiles just fine. I don't know if you have special modifications made to the dependent locks library for use with MinTLc vs. the independent locks library. Hopefully, they should be one in the same, but it is not safe for me to assume so. For now, I'll try using the independent locks library (overwriting the dependent copy MinTLc.zip unpacks). Thanks, Ben!On 2nd check, the library completely fails to compile with many errors under linux. I'm using DMD v0.129. -- Regards, James Dunne
Sep 03 2005
"Ben Hinkle" <Ben_member pathlink.com> wrote in message news:dfcuom$jef$1 digitaldaemon.com...In article <dfao9k$1or7$1 digitaldaemon.com>, James Dunne says...updated to dmd.131 and uploaded to the MinTL page http://home.comcast.net/~benhinkle/mintl/James Dunne wrote:Hmm. I'll check it out after the long weekend. I hadn't been giving much attention to locks and mintlc lately.Ben, Your MinTLc library includes a dependent version of the locks library, which is slightly outdated compared to the independent version offered on your site (i.e. using !== and === instead of !is and is, respectively). It also breaks compilation in locksimpl.d on linux (haven't tested on Win32, so I can't say), while the independent version compiles just fine. I don't know if you have special modifications made to the dependent locks library for use with MinTLc vs. the independent locks library. Hopefully, they should be one in the same, but it is not safe for me to assume so. For now, I'll try using the independent locks library (overwriting the dependent copy MinTLc.zip unpacks). Thanks, Ben!On 2nd check, the library completely fails to compile with many errors under linux. I'm using DMD v0.129. -- Regards, James Dunne
Sep 10 2005