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

RE: can't make QE/tdc either



Hi,

Just looking at the mail quickly I wanted to tell you guys
that Kyle Pope from phenix put some time into finding a 
nice STL implementation for the sun. I copied it out of
the phenix afs area and put it in ~markp/workarea/sunSTL.
Are you using the ObjectSpace STL that came with Objy?

- Mark


-----Original Message-----
From:	Doug Olson [mailto:dlolson@lbl.gov]
Sent:	Wednesday, August 26, 1998 8:05 PM
To:	gcdev@sseos.lbl.gov
Subject:	can't make QE/tdc either

 << File: Douglas Olson.vcf >> Hi Henrik,

I can't make QE/tdc either.  Before trying QE/tdc I tried
make in QE/qe, but it seemd to want tdc.

Doug

rmds03:
[rmds03] ~/gcdev/QE/tdc > make
CC -c  tdc.cpp -mt -Bdynamic -O3 -I/grandch/u/nordberg/include/CC-STL
template manager : Warning: No valid template database available.  Creating
default repository "Templates.DB".
CC -c ../gc_util.cpp -o
gc_util.o -mt -Bdynamic -O3 -I/grandch/u/nordberg/include/CC-STL
CC -c  tdc_hash.cpp -mt -Bdynamic -O3 -I/grandch/u/nordberg/include/CC-STL
CC -o tdc -mt -Bdynamic -O3 tdc.o gc_util.o property.o parseProp.o
tdc_info.o tdc_hash.o tdc_globals.o
Undefined                       first referenced
 symbol                             in file
__vector<float, __alloc<0, 0>>::insert_aux(float*, const float&) property.o
__vector<int, __alloc<0, 0>>::insert_aux(int*, const int&) property.o
__final_insertion_sort(float*, float*)     property.o
__final_insertion_sort(int*, int*)     property.o
__introsort_loop(float*, float*, float*, int)         property.o
__introsort_loop(int*, int*, int*, int)         property.o
ld: fatal: Symbol referencing errors. No output written to tdc
make: *** [tdc] Error 1

starsu00:
(starsu00) tdc % make
CC -c  tdc.cpp -mt -Bdynamic -O3 -I/grandch/u/nordberg/include/CC-STL
"tdc.cpp", line 27: Error: Could not open include file <deque>.
"tdc_cluster.h", line 15: Error: Could not open include file <algorithm>.
"tdc_cluster.h", line 16: Error: Could not open include file <vector>.
"tdc_cluster.h", line 63: Error: :: is not defined.
"tdc_cluster.h", line 63: Error: Type name expected instead of "vector".
"tdc_cluster.h", line 36: Error: cell_vector is not a member of cluster.
"tdc_cluster.h", line 42: Error: cell_vector is not defined.
"tdc_cluster.h", line 42: Error: Badly formed expression.
"tdc_cluster.h", line 60: Error: The function sort must have a prototype.
"tdc_cluster.h", line 60: Error: cell_vector is not defined.
"tdc_cluster.h", line 60: Error: cell_vector is not defined.
"tdc_cluster.h", line 78: Error: vector is not defined.
"tdc_cluster.h", line 78: Error: Unexpected type name "cell_tag"
encountered.
"tdc_cluster.h", line 78: Error: const_iterator is not defined.
"tdc_cluster.h", line 78: Error: it is not defined.
"tdc_cluster.h", line 78: Error: cell_vector is not defined.
"tdc_cluster.h", line 78: Error: Badly formed expression.
"tdc_cluster.h", line 78: Error: it is not defined.
"tdc_cluster.h", line 78: Error: Unexpected ")" -- Check for matching
parenthesis.
"tdc_cluster.h", line 78: Error: Use ";" to terminate statements.
"tdc_cluster.h", line 78: Error: "}" expected instead of ")".
"tdc_cluster.h", line 80: Error: it is not defined.
"tdc_cluster.h", line 81: Warning: The variable tmp has not yet been
assigned a value.
"tdc_cluster.h", line 84: Error: it is not defined.
"tdc_cluster.h", line 137: Error: cell_vector is not a member of cluster.
"tdc_cluster.h", line 155: Error: vector is not defined.
Compilation aborted, too many messages.
make: *** [tdc.o] Error 1