News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

moving of setup directory breaks debian-build

Started by Jenna, May 14, 2008, 04:14:31 PM

Previous topic - Next topic

Jenna

The setup directory not only includes the scripts for the windows-installer, but also the files needed to integrate C::B in linux desktops.

That makes the debian-build (with dpkg-buildpackage) break.
One solution would be to remove the "usr/share/applications" entry from "debian/codeblocks.install", but that would also remove the "codeblocks.desktop", "codeblocks.xml " C::B-pixmap and menu-entries from the package what is not good I think.

The better solution is in my opinion to move the "mime"-directory (subdir of "setup")  back to trunk and add the appropriate-entries to "configure.in" and "Makefile.am".

MortenMacFly

I have moved the MIME folder as suggested to /trunk/src/mime
Mind providing a patch for the build system? I don't have Linux...

To the devs: Sorry for the fu***** damn single move operations my SVN client software did. I didn't realise that if I select all files and say "move" it generates a million moves and therefore revisions. I feel very sorry for that.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

Biplab

Quote from: MortenMacFly on May 14, 2008, 06:22:03 PM
I have moved the MIME folder as suggested to /trunk/src/mime
Mind providing a patch for the build system? I don't have Linux...

The autotools build should be fixed now. :)
Be a part of the solution, not a part of the problem.

Jenna