Hi!

I just checked out the cvs code and I'll try building it as it is before anything and report back to you...

The data you request:

Solaris Express snv_38, which is equivalent to a version of solaris 11.. They are at snv_5x now.

-bash-3.00$ gcc --version
gcc (GCC) 3.4.3 (csl-sol210-3_4-20050802)

-bash-3.00$ gmake --version
GNU Make 3.80

I did try using solaris' make, but that one fails right on start w/some syntax errors on the make file:

make: Fatal error in reader: Makefile, line 63: Badly formed macro assignment

Solaris compiler and gcc are both built in the distribution... I'll try with the solaris compiler to see if it makes a difference... as it is right now, solaris' make doesn't seem like an option...

Thanks!

Marc Herbert wrote:
Alexander Wallace <[EMAIL PROTECTED]> writes:

Well... It was pretty easy to see it will not be straight
forward... Not being a c/c++ developer I'm currently lost, but
researching...

Here is what i get when i try gmake on carob

Hi Alexander,

Thanks a lot for trying to make libmysequoia work on Solaris. First
things first, please tell us more details about your system:
- which Solaris version are you using?
- gcc --version ?

Do you also have a Sun C compiler installed? We try to be as standard
conformant as possible and use almost zero gcc-specific trick. So in
case your gcc installation is not as well integrated in your system as
your Sun compiler is (just guessing...), the Sun compiler may even
work better, despite us using mainly gcc.


gmake
g++ -g3 -Wall -O0 -fPIC -Iinclude   -c -o src/JavaSocket.o
src/JavaSocket.cpp
In file included from src/JavaSocket.cpp:25:
include/SystemDependantDefs.hpp:36: error: `PF_INET' was not declared
in this scope

Concerning carob, you really need to use a (constantly updated) CVS
carob version. For instance The PF_INET macro is not anymore located
in this .hpp file since 2006-11-28 16:07:55 +0000, so it's hard for us
to fix this now.

By staying on top of the CVS wave you are also going to immediately
benefit from the portability fixes we are going to do thanks to your
reports. Let's keep in sync!

Thanks in advance.



_______________________________________________
Carob mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob




_______________________________________________
Carob mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob

Reply via email to