[Glade-users] Make problem



Hello everyone!
I use glade 0.6.2, gtk-1.2.10_2, autoconf-2.13_1, automake-1.4
on FreeBSD 4.3-STABLE.
Everything (exept OS :)) compiled from ports.
I try to create a very simple project, like "Hello, world!".
After biuld the project I  do ./autogen.sh and then make.
And i've got errors:

vovk@callisto [/home/vovk/Projects/project1] > make
cd . && autoheader
cd .  && CONFIG_FILES= CONFIG_HEADERS=config.h  /bin/sh ./config.status
creating config.h
config.h is unchanged
make  all-recursive
Making all in src
"Makefile", line 214: Need an operator
make: fatal errors encountered -- cannot continue
*** Error code 1

Stop in /home/vovk/Projects/project1.
*** Error code 1

Stop in /home/vovk/Projects/project1.

Ok, I go to src/ and do make - the same result.
This line (214 in project1/Makefile) has -

distclean-tags:

But in project1/src/Makefile this line (214) has -

-include $(DEP_FILES)

I comment this line and do make again --

vovk@callisto [/home/vovk/Projects/project1/src] > make
gcc -g -O2 -Wall -c main.c
main.c:10: gtk/gtk.h: No such file or directory
In file included from main.c:13:
support.h:9: gtk/gtk.h: No such file or directory
*** Error code 1

Stop in /home/vovk/Projects/project1/src.

So, I don't understand, what should I do?

my best regards,
----------------
Grigoriy G. Vovk






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]