-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build fails #7
Comments
Hi Andrew what are you trying to build? a new dreamweaver plugin a rapid weaver plugin or the whole lot |
the whole lot - don't need the plugins. just executing the build command as explained in the readme |
Please edit the script make_release.php and remove all occurrences of &$ with just $ (in this particular script only). Please tell me whether that fixes the problem. |
ok yes, that fixes the problem. Now I need to know what version to specify - where is that information? Am I just supposed to guess? Is 1.7.2 the most recent? |
I tried running this: Ran partially then aborted: fatal error in line 316 - aborting |
yep I am getting the same error line 316
and checking that corresponds with
I checked and that directory does exist max |
Intertesting... Cp complains that webyep-dwx/Shared/WebYep/Help/english does not exist, and you say it does exist. Have you checked uppercase/lowercase spelling? |
I think I found a solution to this problem, which I also had. I replaced: system("cp -R -p ../webyep-dwx/Shared/WebYep/Help/english $sDocuFolder", $iRet); if ($iRet != 0) fatal(LINE); with system("cp -R -p '$sourceRootDir/webyep-dwx/Shared/WebYep/Help/english' '$sDocuFolder'", $iRet); if ($iRet != 0) fatal(LINE); and everything works fine now. Ben. |
Running the build command as specified in the readme results in this error:
Fatal error: Call-time pass-by-reference has been removed in /Users/andrew/Downloads/WebYep-master/release-building/make_release.php on line 150
Home-Mac:WebYep-master andrew$ release-building/make_release.php
The text was updated successfully, but these errors were encountered: