losywee / debianpackagemaker

Automatically exported from code.google.com/p/debianpackagemaker
0 stars 0 forks source link

Compiling debianpackagemanager 0.4.2 on Ubuntu Jaunty - problem and workaround #12

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The 0.4.1 deb file doesn't work on Ubuntu Jaunty as it keeps complaining
about not being able to find gnome-sharp. I found a note that the 0.4.2
code fixed this problem, so I decided to compile myself.

Here are the steps I used to compile on Jaunty;

1. Installed all dependencies mentioned at
http://code.google.com/p/debianpackagemaker/wiki/CompilingFromSource
2. Downloaded source using the command "bzr branch
http://bazaar.launchpad.net/~welemski/debianpackagemaker/active"
3. ran "./configure" - OK
4. run "make"
5. Got an error "./FMain/CustomDialogs/DlgAbout.cs(52,25): error CS0246:
The type or namespace name `DlgCredits' could not be found. Are you missing
a using directive or an assembly reference?"
6. I edited the source file mentioned above and removed the section that
referred to DlgCredits.
7. ran "make" (again)
8. Got another error "./gtk-gui/DebianPackageMaker.DlgAbout.cs(178,72):
error CS1061: Type `DebianPackageMaker.DlgAbout' does not contain a
definition for `cbCredits' and no extension method `cbCredits' of type
`DebianPackageMaker.DlgAbout' could be found (are you missing a using
directive or an assembly reference?)"
9. I edited this source file and removed all sections referring to credits.
10. Ran "make" again - OK
11. Following the instructions
(http://code.google.com/p/debianpackagemaker/wiki/CompilingFromSource) I
tried to do a "make run", but it said it had no target
12. I tried running a "make install" instead and it seemed to work OK. The
binary was in the ../bin/Release directory. Don't know if it was there
before I ran this command.
13. Ran binary OK.

Edited files attached to this issue report...

Original issue reported on code.google.com by thepit...@gmail.com on 23 May 2009 at 3:00

Attachments: