Re: [Fresco-devel] Forget that last problem
Stefan Seefeld <[email protected]>
| Newsgroups | gmane.comp.video.fresco.devel |
|---|---|
| Message-ID | <[email protected]> |
Salman Sheikh wrote: > I got configure to work like so: > configure --prefix=/opt/sis --with-omniorb-version=4 --with-omniorb-prefix=/opt/sis > > But now the make fails like so: > making all in Prague > make -C Prague all > make[1]: Entering directory `/folks/salman/Fresco-M1/Prague' > making all in src > make -C src all > make[2]: Entering directory `/folks/salman/Fresco-M1/Prague/src' > compiling Env.o > g++ -I../include -I../include -D_REENTRANT -g -O2 -fPIC -c ./Sys/Env.cc -o Env.o > ./Sys/Env.cc: In function `bool Prague::putenv(const string &, const string &)': > ./Sys/Env.cc:34: passing `const char *' as argument 1 of `putenv(char *)' discards qualifiers > ./Sys/Env.cc: In function `bool Prague::putenv(const string &)': > ./Sys/Env.cc:47: passing `const char *' as argument 1 of `putenv(char *)' discards qualifiers > make[2]: *** [Env.o] Error 1 > make[2]: Leaving directory `/folks/salman/Fresco-M1/Prague/src' > make[1]: *** [src] Error 2 > make[1]: Leaving directory `/folks/salman/Fresco-M1/Prague' > make: *** [Prague] Error 2 > > Looks like some deeper issues... That is a known bug in our Prague::Env code. Not sure we have a bug report for this. Tobias ? Stefan