View Single Post
  #29 (permalink)  
Old 05-15-2008, 10:53 AM
Abdelmonam Kouka Abdelmonam Kouka is offline
Active Member
 
Posts: 49
Default

Quote:
Originally Posted by dijichi2 View Post
right that explains things. gmake is from my Solaris build instructions, doesn't exist under Linux but neither does the build script. The Ubuntu instructions aren't complete (it does say that at top of the page!). Instead of doing make dev-install in ZimbraBuild, just do make. Then you will end up with a full installer.
Thanks for the advice It helps me
In fact, by executing make instead of make dev-install, I have compilled all the project and create a .deb packages, but at the end I have got this error
Code:
cp -f /home/public/p4/FRANKLIN/ZimbraBuild/storebuild/opt/zimbra/jetty-6.1.5/webapps/zimbra/downloads/* /home/public/p4/FRANKLIN/ZimbraBuild/i386
cp: cannot stat `/home/public/p4/FRANKLIN/ZimbraBuild/storebuild/opt/zimbra/jetty-6.1.5/webapps/zimbra/downloads/*': No such file or directory
make: [zcs_stage] Error 1 (ignored)
*** BUILD COMPLETED ***
I search where is the problem but I don't find! Since it said "ignored", I will try tomorrow to install the .deb packages that I have got and I will tell you if all is going good.

BTW: if all is well done, am asked to re-build from scratch each time I modify a source file of Zimbra? In fact I hope develop other features for zimbra using Eclipse (or NetBeans or any other IDE) and I would like to see the changes after compiling and without re-building all! Any idea here???
Reply With Quote