> Set environment CXXFLAGS to '-fpermissive' when you do configure.
>
> % env CXXFLAGS='-fpermissive' ./configure
> :
> checking for c++... c++
> checking whether the C++ compiler (c++ -fpermissive ) works... yes
> checking whether the C++ compiler (c++ -fpermissive ) is a
> cross-compiler... no
> checking whether we are using GNU C++... yes
> :
> % cat src/Makefile | grep CXXFLAGS
> CXXFLAGS = -fpermissive -I/usr/openwin/include <====
> CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS)
> $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
> CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
>
> I'm using blackbox on my Solaris8/x86 box now.
Greetings,
Thanks for the quick reply....I tried the -fpermission that you
suggested...and it seems to configure without complaining too much...but
when I try to exec blackbox from my .xinitrc using 'exec blackbox' my
openwindows session just freezes.
I downloaded the latest stable blackbox 0.61.1 and I was able to compile
with -fpermissive and was able to start blackbox...but the display is
mangled...I can't really see anything.
ho hum.
about to download egcs and try it.
-briand