A build automation system written for the X Window System. It is used to generate Makefiles from a template, a set of cpp macro functions, and a per-directory input file called an Imakefile.
Questions tagged [imake]
5 questions
2
votes
1 answer
With imake, how to I handle a header file that is generated?
I have a C header file, used by a program, that is generated from a script that takes a text file as input.
The problem is that when xmkmf -a is run, I get
myprogram.c:114:25: fatal error: generated_header.h: No such file or directory
The command…

SO Stinks
- 3,258
- 4
- 32
- 37
1
vote
0 answers
makefile errors ***missing seprarator stop
I have an Imakefile. I use xmkmf -a and get
mv -f Makefile Makefile.bak
imake -DUseInstalled -I/usr/share/X11/config
make Makefiles
Makefile:1056: *** missing separator. Stop.
I shocked. I look in Makefile in LINE 1056.
LocalCompileDefault
is in…

Peter
- 21
- 3
1
vote
0 answers
imake on mingw or on windows
I have a fully developed and operational application on linux. Now I have been asked that I adapt the application for windows.
The simplest way I found is using mingw. However, I am confronted with the problem that a part of the application depends…

lrleon
- 2,610
- 3
- 25
- 38
0
votes
2 answers
Makefile:1059: *** missing separator. Stop
I have a project writed for DEC Unix v4. I want to compile it for linux.
My project have Imakefile, I run xmkmf to generate Makefile and after that run make to compile but I get Makefile:1059: *** missing separator. Stop.
When I see this post I…

user3121138
- 49
- 7
-1
votes
2 answers
get "Makefile:1056: *** missing separator. Stop." while use make
I create makefile with "xmkmf" command in imake using Ubuntu 14.04.3
when i run make command i get this error
Makefile:1056: *** missing separator. Stop.
line 1056 is:
MComplexProgramTarget(_cmidf_.o,$(LOCAL_LIBRARIES),)

damela bapouk
- 21
- 1