Need help to compile a library, Nurbs++

Hi there,

I am a graduate student and for my research I need to compile a library
(which is claimed to be platform independent) in QNX Neutrino using gcc
2.95.2.
I am very new to QNX opertaing system and I’ll greatly appricite any help
you can provide me with.

The toolbox is called NURBS++ and useful to construct smooth
curves/surfaces. You can download the toolbox from the followin site.

http://prdownloads.sourceforge.net/innovation3d/nurbs++-3.0.10.tar.gz?downlo
ad

Thanks for your interest.
Volkan.

Hi Kris,

Yes I tried to build it in QNX, but I get an error message, something wrong
with error.hh.
I can build the library in a VC6.0. I might me doing something wrong in QNX
though.

Thanks.
Volkan.


“Kris Warkentin” <kewarken@qnx.com> wrote in message
news:b71tpc$r5r$1@nntp.qnx.com

Did you actually try to build it yet? Most unix type software will build
‘out of the box’ on QNX.

cheers,

Kris

“john smith” <> someone@hotmail.com> > wrote in message
news:b71rtt$fvb$> 1@inn.qnx.com> …
Hi there,

I am a graduate student and for my research I need to compile a library
(which is claimed to be platform independent) in QNX Neutrino using gcc
2.95.2.
I am very new to QNX opertaing system and I’ll greatly appricite any
help
you can provide me with.

The toolbox is called NURBS++ and useful to construct smooth
curves/surfaces. You can download the toolbox from the followin site.



http://prdownloads.sourceforge.net/innovation3d/nurbs++-3.0.10.tar.gz?downlo
ad

Thanks for your interest.
Volkan.
\

Did you actually try to build it yet? Most unix type software will build
‘out of the box’ on QNX.

cheers,

Kris

“john smith” <someone@hotmail.com> wrote in message
news:b71rtt$fvb$1@inn.qnx.com

Hi there,

I am a graduate student and for my research I need to compile a library
(which is claimed to be platform independent) in QNX Neutrino using gcc
2.95.2.
I am very new to QNX opertaing system and I’ll greatly appricite any help
you can provide me with.

The toolbox is called NURBS++ and useful to construct smooth
curves/surfaces. You can download the toolbox from the followin site.


http://prdownloads.sourceforge.net/innovation3d/nurbs++-3.0.10.tar.gz?downlo
ad

Thanks for your interest.
Volkan.

john smith <someone@hotmail.com> wrote:

Hi Kris,

Yes I tried to build it in QNX, but I get an error message, something wrong
with error.hh.
I can build the library in a VC6.0. I might me doing something wrong in QNX
though.

Thanks.
Volkan.

Is this a GNU type project? I would try and d/load it, but my
machine is sort of messed up at the moment. If it is a GNU
type project, you may need a newer autoconf/automake …
If it is a Windows project, Windows specific code,
it could be a MAJOR port job.

Regards.


“Kris Warkentin” <> kewarken@qnx.com> > wrote in message
news:b71tpc$r5r$> 1@nntp.qnx.com> …
Did you actually try to build it yet? Most unix type software will build
‘out of the box’ on QNX.

cheers,

Kris

“john smith” <> someone@hotmail.com> > wrote in message
news:b71rtt$fvb$> 1@inn.qnx.com> …
Hi there,

I am a graduate student and for my research I need to compile a library
(which is claimed to be platform independent) in QNX Neutrino using gcc
2.95.2.
I am very new to QNX opertaing system and I’ll greatly appricite any
help
you can provide me with.

The toolbox is called NURBS++ and useful to construct smooth
curves/surfaces. You can download the toolbox from the followin site.



http://prdownloads.sourceforge.net/innovation3d/nurbs++-3.0.10.tar.gz?downlo
ad

Thanks for your interest.
Volkan.
\

“Derek Leach” <dleach@node318.ott.qnx.com> wrote in message
news:b73upa$pbs$1@inn.qnx.com

john smith <> someone@hotmail.com> > wrote:
Hi Kris,

Yes I tried to build it in QNX, but I get an error message, something
wrong
with error.hh.
I can build the library in a VC6.0. I might me doing something wrong in
QNX
though.

Thanks.
Volkan.

Is this a GNU type project? I would try and d/load it, but my
machine is sort of messed up at the moment. If it is a GNU
type project, you may need a newer autoconf/automake …
If it is a Windows project, Windows specific code,
it could be a MAJOR port job.

With a little work you can get it to configure (run libtoolize -f among
other things) but then building seems to be an issue. It seems to be
looking for a version of index() from strings.h that only takes one
argument. I don’t know who’s incompatable with what but it would seem that
there might be some porting involved here. If that’s the only issue then it
might not be too bad.

Good luck,

Kris