This is the mail archive of the insight@sourceware.org mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Problems with function pointers in C++


Geert Vancompernolle wrote:
I just rebuilt Insight the way you do (I always have to first delete all cache files using *rm `find -name "*.cache"`*, *make distclean* does not do the job well, apparently...).

Hmm. I've never had a problem with this before. I'll have to investigate it sometime.


`/home/geertvc/applications/insight/insight-6.7.5-RC/src/etc'
make[2]: *** No rule to make target `install'. Stop.
make[2]: Leaving directory `/home/geertvc/applications/insight/insight-6.7.5-RC/src/etc'
make[1]: *** [install-etc] Error 2

Yeah, that's also a new one to me. etc isn't important, so you could just ignore it (make -k install) or tell the build to only do gdb stuff (make all-gdb; make install-gdb).


Running wish8.4 opens a command prompt (%) and opens also an X-window (nothing in the window, however).

Any more hints?

Wow, this is getting worse and worse. Okay, let's try something else. DON'T install it, just run it from the build directory. Does that work?


If you get the "can't open :0.0" thing again, well, I'm going to assume that this message is bogus and it's really something else...

Keith


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]