[CMake] Compile/install on HPUX on ia64 (Itanium)

David Akdikmen dakdikmen at accusoft.com
Wed Jun 28 12:01:23 EDT 2006


Hi,

I looked at the  CMakeOutput.log as Brad suggested and saw the error
message, it suggests putting the "+p" as an option.  That got me past
that error, now I am getting: 

Unsatisfied symbol "getmaxx" in file
/home/khoros/cmake-2.4.2/Source/CursesDialog/form/libcmForm.a[frm_driver
.o]
ld: Unsatisfied symbol "getmaxy" in file
/home/khoros/cmake-2.4.2/Source/CursesDialog/form/libcmForm.a[frm_driver
.o]ol "getmaxx"

Is this the curses problem you fixed in CVS, should I get the version
from CVS and give it a try?

-David

-----Original Message-----
From: William A. Hoffman [mailto:billlist at nycap.rr.com] 
Sent: Tuesday, June 27, 2006 10:14 AM
To: David Akdikmen; cmake at cmake.org
Subject: Re: [CMake] Compile/install on HPUX on ia64 (Itanium)

I just tried on this machine:

trower 130: uname -a
HP-UX trower B.11.23 U ia64 2948882498 unlimited-user license


It has aCC and cc.

I had a small problem with curses, and just checked in a fix.
Are you setting any flags?  

-Bill


At 06:56 PM 6/26/2006, David Akdikmen wrote:
>Hi,
>
>I am trying to get cmake to build with the aC++ compiler on Itanium
>version of HP-UX.  I got the source, cmake-2.4.2, and ran ./configure
>(which runs ./bootstrap).  So far it is outputting many errors when
>doing the "make".  Looks like either the compiler is not complaining
>about missing features, or cmake is not parsing the error message from
>the compiler correctly.  
>
>First problem is that ATTR_UNUSED is being expanded to
__attribute__(..)
>which is a GNU compiler feature.  Looks like the 
>
>TRY_COMPILE_FROM_SOURCE("int x __attribute__((__unused__))"
>
>In Utilities/cmxmlrpc/CMakeLists.txt is succeeding when it should not.
>
>Obviously, this is only the tip of the ice burg, so, any help on
getting
>this to build would be appreciated.
>
>I tried setting:
>
>CFLAGS='+DD32 -Ae +w'
>CXXFLAGS='+DD32 -Aa +w'
>LDFLAGS=+DD32
>
>Then re-running configure, it did not help.
>
>Should I give up and go get gcc for this platform and build it with
>that?
>
>Thanks,
>David
>
>p.s.
>cc: HP aC++/ANSI C B3910B A.05.50 [May 15 2003]
>HP-UX B.11.23 U ia64
>_______________________________________________
>CMake mailing list
>CMake at cmake.org
>http://www.cmake.org/mailman/listinfo/cmake



More information about the CMake mailing list