User forums > Help
Error when building the .deb package (rev2430)
Michael:
Hello,
I have a problem when building the .deb package for rev2430:
--- Quote ---creating libenvvars.la
(cd .libs && rm -f libenvvars.la && ln -s ../libenvvars.la libenvvars.la)
make[5]: *** No rule to make target `envvars.zip', needed by `all-am'. Stop.
make[5]: Leaving directory `/home/michael/devel/trunk/src/plugins/contrib/envvars'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/home/michael/devel/trunk/src/plugins/contrib'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/michael/devel/trunk/src/plugins'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/michael/devel/trunk/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/michael/devel/trunk'
make: *** [build-stamp] Error 2
--- End quote ---
Best wishes,
Michael
MortenMacFly:
--- Quote from: Michael on May 09, 2006, 01:07:53 pm ---I have a problem when building the .deb package for rev2430:
--- End quote ---
...I have no access to a linux box but from my limited knowledge you have to change the Makefile.am in plugins\contrib\envvars like this:
OLD:
--- Code: ---codestat.zip:
PWD=`pwd` cd $(srcdir) && zip $(PWD)/envvars.zip *.xrc > /dev/null
--- End code ---
NEW:
--- Code: ---envvars.zip:
PWD=`pwd` cd $(srcdir) && zip $(PWD)/envvars.zip *.xrc > /dev/null
--- End code ---
...let me know if it works.
Thanks - Morten.
mandrav:
Ah yes, stupid copy-paste issue :)
Have you commited the fix Morten?
Michael:
--- Quote from: MortenMacFly on May 09, 2006, 01:17:43 pm ---
--- Quote from: Michael on May 09, 2006, 01:07:53 pm ---I have a problem when building the .deb package for rev2430:
--- End quote ---
...I have no access to a linux box but from my limited knowledge you have to change the Makefile.am in plugins\contrib\envvars like this:
OLD:
--- Code: ---codestat.zip:
PWD=`pwd` cd $(srcdir) && zip $(PWD)/envvars.zip *.xrc > /dev/null
--- End code ---
NEW:
--- Code: ---envvars.zip:
PWD=`pwd` cd $(srcdir) && zip $(PWD)/envvars.zip *.xrc > /dev/null
--- End code ---
...let me know if it works.
Thanks - Morten.
--- End quote ---
Hello,
I will change it and try again. I will let you know in 60-90 minutes if it works.
Thank you very much :).
--- Quote from: mandrav on May 09, 2006, 01:22:13 pm ---Ah yes, stupid copy-paste issue :)
--- End quote ---
No problems :). Such things could happen.
Best wishes,
Michael
MortenMacFly:
--- Quote from: mandrav on May 09, 2006, 01:22:13 pm ---Have you commited the fix Morten?
--- End quote ---
...done.
Navigation
[0] Message Index
[#] Next page
Go to full version