User forums > Nightly builds
The 22 October 2007 build (4551) is out.
killerbot:
confirmed.
Jenna:
Hi Biplap,
I changed the "Makefile.am" in "src/plugins/projectsimporter/resources/" to:
--- Code: ---EXTRA_DIST = project_import_menu.xrc manifest.xml
pkgdata_DATA = projectsimporter.zip
CLEANFILES = $(pkgdata_DATA)
projectsimporter.zip: $(EXTRA_DIST)
PWD=`pwd` cd $(srcdir) && zip $(PWD)/projectsimporter.zip manifest.xml *.xrc > /dev/null
--- End code ---
This solved the problem for me.
Biplab:
--- Quote from: jens on October 24, 2007, 12:07:39 am ---I changed the "Makefile.am" in "src/plugins/projectsimporter/resources/" to:
--- Code: ---EXTRA_DIST = project_import_menu.xrc manifest.xml
pkgdata_DATA = projectsimporter.zip
CLEANFILES = $(pkgdata_DATA)
projectsimporter.zip: $(EXTRA_DIST)
PWD=`pwd` cd $(srcdir) && zip $(PWD)/projectsimporter.zip manifest.xml *.xrc > /dev/null
--- End code ---
This solved the problem for me.
--- End quote ---
Thanks for the info. It's now fixed in SVN. :)
I had made two stupid mistakes which caused this problems. :evil:
1) Unfortunately the "Tab" character in Makefile.am file was replaced by Space character which is not allowed.
2) The line ending got changed to CR-LF style as I edited that on Windows.
My apologies for the inconvenience caused. :oops:
killerbot:
where before it failed for me during make install, now it fails in make :shock:
Should it do a make clean first ? [Can try this the earliest this evening, but can also check on my linuxbox at work, in 45 minutes ;-)]
EDIT : linuxbox at work : ok
Biplab:
--- Quote from: killerbot on October 24, 2007, 08:03:45 am ---where before it failed for me during make install, now it fails in make :shock:
Should it do a make clean first ? [Can try this the earliest this evening, but can also check on my linuxbox at work, in 4 minutes ;-)]
--- End quote ---
Try deleting the Makefile.in and Makefile (of src/plugins/projectimporter/resource dir) and then doing a ./bootstrap and ./configure
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version