|
|
|
|||||
|
Linkage problem
Hi,
I have a big problem with IceE since last week. IceE run in native compil but not in cross compil... The problem seems provide of upCast function... Quote:
|
|
|||||
|
Hi,
I have just add 3 headers to define errno.h variables or functions like gettimeofday, pthread_mutexattr_settype... And a library to implement this. I just add in 5 files macros likes #ifdef _MYOS #include <...> #endif (Config.h, Time.cpp, Network.h, Instance.cpp, Network.cpp) My headers are protected (#ifndef __MYTYPES_H #define ...) and they countain only functions declarations, structures or #define VARIABLES. I have found this in Acceptor.s and DefaultsAndOverrides.s (for "in"): Quote:
Cheers, Sebastien. |
|
||||||
|
It looks like one of your headers define this 'in' global variable; or perhaps it's a macro that somehow defines 'in' in the upCast function definition.
You could pre-process one of these files (gcc -E) and try to locate this 'in' definition in the output. Cheers, Bernard |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| ice 3.2 compilation with VC7.1 | Vivien Delage | Help Center | 3 | 03-20-2007 12:14 PM |
| Ice-EJ: problem with the compilation of the sources | albertods | Help Center | 5 | 10-16-2006 12:58 PM |
| ICE 3.0.0. VC7.1 compilation error | AnandRathi | Bug Reports | 3 | 11-28-2005 01:32 AM |
| Strange compilation error with VC6 / Ice 1.4.0 | annekat | Help Center | 3 | 07-05-2004 02:15 PM |
| Ice-1.0.1/C++/compilation | Ivan | Bug Reports | 2 | 02-25-2003 04:12 AM |