This is the mail archive of the insight@sources.redhat.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Can not compile Insite 6.0 on Solaris


We downloaded Insite version 6.0 (and even earlier versions) on our Solaris
development platform.

However, compilation failed in the following modules:

	Making all in plugins
	Making all in rhabout
	make: Fatal error in reader: Makefile, line 59: Unexpected end of
line seen
	Current working directory
/var/spool/pkg/insight-6.0/gdb/gdbtk/plugins/rhabout
	*** Error code 1
	make: Fatal error: Command failed for target `all-recursive'
	Current working directory
/var/spool/pkg/insight-6.0/gdb/gdbtk/plugins
	*** Error code 1
	make: Fatal error: Command failed for target `all-recursive'
	Current working directory /var/spool/pkg/insight-6.0/gdb/gdbtk
	*** Error code 1
	make: Fatal error: Command failed for target `subdir_do'
	Current working directory /var/spool/pkg/insight-6.0/gdb
	*** Error code 1
	make: Fatal error: Command failed for target `all'
	Current working directory /var/spool/pkg/insight-6.0/gdb
	*** Error code 1
	make: Fatal error: Command failed for target `all-gdb'
	root@mtostuas23 #

Close examination of Makefile  in one of the module revealed usage of
non-standard Makefile features that prevent our make utility to complete its
job:

Directory and file .... /insight-6.0/gdb/gdbtk/plugins/rhabout/Makefile

ifeq ($(TCL_SHLIB_SUFFIX),.dll)
CYGWIN_CFLAGS=-I$(srcdir)/../../../../tcl/win
else
CYGWIN_CFLAGS=
endif

Do we need a special version of make utility to complete compilation process
?

Please, advice.

  Leonid Spektor
  leonid.spektor@mto.gov.on.ca




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]