dmake icon indicating copy to clipboard operation
dmake copied to clipboard

dmake - formerly used by openoffice.org

Results 14 dmake issues
Sort by recently updated
recently updated
newest added

I have made a working Travis config. I would like a working appveyor config now. It seems AppVeyor offer MinGW and various Visual Studio installations in their standard build. I...

Failing build (make phase) on Cygwin64 ``` gcc -g -O2 -o dmake.exe infer.o make.o stat.o expand.o dmstring.o hash.o dag.o dmake.o path.o imacs.o sysintf.o parse.o getinp.o quit.o state.o dmdump.o macparse.o rulparse.o...

fix a syntax error with VC 6, make a "release" optimized VC 6 option, VC 2005 and newer warnings fixes, a slight perf improvement on VC 2005 and newer as...

Transferred from AOO bugzilla: The patch contains fixes for this: 1) dmake is not able even start if it is installed in a directory containing spaces in directory name. -...

I have problem while configure dmake for mingw. Configure script doesn't correctly detect win platform. I attach patch for this issue ``` --- a/configure 2012-11-27 12:44:45 +0400 +++ b/configure 2012-11-27...

This is part of my effort to implement a rule cancel feature (see https://www.gnu.org/software/make/manual/html_node/Canceling-Rules.html ) in dmake to speed up perl world building by trimming irrelevant extensions from being stat()ed/executed...

not sure if this is a feature that helps more that it creates confusion ;) just for the record: ``` # doesn't work #bla:=uuu:;\ # echo hier # #$(bla) ttt:;...

I built dmake on Windows using mingw and msys. Used a patch similar to the msys patch listed here. I'm trying to work with the FHS standard to determine where...

Reported by [email protected], Nov 17, 2012 [What steps will reproduce the problem?] 1. Set up a cygwin-provisioned MS Windows system 2. Install the Mingw toolchain 3. Correctly configure PATH for...

(from schwern) Hi, I maintain ExtUtils::MakeMaker that makes Makefiles to install Perl modules. Since its an automated thing, and a bit long in the tooth, it sometimes creates rather long...