Author Topic: "make install" Does not Create any Launchers nor File Associations  (Read 5721 times)

Baufo

  • Guest
"make install" Does not Create any Launchers nor File Associations
« on: September 24, 2007, 07:35:21 pm »
I am on Ubuntu 7.04 ("Feisty Fawn") and I just downloaded Code::Blocks from svn and built it which worked just fine.

There was just one thing I wondered about - issuing "make install" did not create any launchers nor file associations (for .cbp project files).
Well, is this supposed to be this way? And if it is not do you have any idea what I might have done wrong? Code::Blocks is working nicely otherwise.

Thanks in advance,
Baufo

PS: I am sorry, I am rather new to Linux and therefore also to automake tools so I cannot simply check the Makefile (or wherever I would have to look) to find out what "make install" is actually supposed to do exactly.

Offline raph

  • Almost regular
  • **
  • Posts: 242
Re: "make install" Does not Create any Launchers nor File Associations
« Reply #1 on: September 24, 2007, 07:43:17 pm »
Did you ./configure codeblocks with the --prefix parameter?

Baufo

  • Guest
Re: "make install" Does not Create any Launchers nor File Associations
« Reply #2 on: September 24, 2007, 07:52:50 pm »
Yes. Shouldn't I?
« Last Edit: September 24, 2007, 07:59:28 pm by Baufo »

Offline raph

  • Almost regular
  • **
  • Posts: 242
Re: "make install" Does not Create any Launchers nor File Associations
« Reply #3 on: September 25, 2007, 08:46:40 pm »
Because then e.g. the launcher and the icons will not be copied to the right place
e.g. codeblocks.png will be copied to /opt/codeblocks-svn/share/pixmaps instead of /share/pixmaps when using --prefix=/opt/codeblocks-svn

Baufo

  • Guest
Re: "make install" Does not Create any Launchers nor File Associations
« Reply #4 on: September 26, 2007, 07:36:18 am »
I see. Thank you.