tr00per / googletest

Automatically exported from code.google.com/p/googletest
0 stars 0 forks source link

'make' fails on HP-UX B.11.23 IA64 #68

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. gzip -dc gtest-1.1.0.tar.gz | tar xf -
2. ./configure
3. make

What is the expected output? What do you see instead?

...
source='src/gtest.cc' object='src/gtest.lo' libtool=yes \
        DEPDIR=.deps depmode=none /bin/sh ./config_aux/depcomp \
        /bin/sh ./libtool --tag=CXX --mode=compile aCC -DHAVE_CONFIG_H -I.
-I. -I./config_aux  -I. -I./include   -g -c -o src/gtest.lo src/gtest.cc
mkdir src/.libs
 aCC -DHAVE_CONFIG_H -I. -I. -I./config_aux -I. -I./include -g -c
src/gtest.cc  -DPIC -o src/.libs/gtest.o
Error 328: "src/gtest.cc", line 1147 # Function 'wcsstr' has not been
defined yet; cannot call.
      return wcsstr(haystack, needle) != NULL;
             ^^^^^^                           
Error (internal problem) 10000: Exact position unknown; near
["src/gtest.cc", line 2471]. # ["src/gtest.cc", line 1140:1 ] Backend
    Error (4366726177645F62:11DC)
make: *** [src/gtest.lo] Error 1

What version of the product are you using? On what operating system?

Google Test: 1.1.0
Platform: HP-UX B.11.23 IA64
Compiler: HP aC++/ANSI C B3910B A.05.57 [June 23 2004]

Please provide any additional information below.

Original issue reported on code.google.com by ade...@gmail.com on 17 Nov 2008 at 9:59

GoogleCodeExporter commented 9 years ago
Many portability issues have been fixed in the trunk.  The fixes will be 
included in
1.2.0, which will be released soon.  Please re-open the issue if you still run 
into
the problem with gtest-1.2.0.  Thanks!

Original comment by shiq...@gmail.com on 26 Nov 2008 at 10:33