Skip to content
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

Compile error in latest master branch #37

Open
davidmichaelkarr opened this issue Sep 15, 2023 · 1 comment
Open

Compile error in latest master branch #37

davidmichaelkarr opened this issue Sep 15, 2023 · 1 comment

Comments

@davidmichaelkarr
Copy link

It appears that the update site has gone away, and I think it's been gone for a while. I'm guessing I'll have to remember how to build this locally again. I did this 3 years ago, but I don't remember the process, and I can't find notes on how to do it.

I see that when I checkout the master branch in the "Eclipse for committers" distro, there is a compile error in com.mulgasoft.emacsplus.execute.SelectionDialog:

	public SelectionDialog(Shell parent, ISelectExecute mini, ITextEditor editor) {
		// Europa compatible constructor
		super((Shell) null, PopupDialog.HOVER_SHELLSTYLE, false, false, false, false, null, null);
		this.editor = editor;
		this.minibuffer = mini;
	}

Saying:
The constructor PopupDialog(Shell, int, boolean, boolean, boolean, boolean, null, null) is undefined

It's saying that this constructor takes five booleans, not four. I could just add an additional "false", but I'm not certain of the consequences of that, and I'm unsure of the implications of the fact that this even has a compile error.

Assuming I get past this properly, I'm not sure of the steps to build this and construct a local update site.

@davidmichaelkarr
Copy link
Author

I at least figured out how to build a local update site, just opening the "site.xml" and "Build All" and then pointing an Eclipse at the "site.xml" file.

Concerning the error, I just added the additional "false", and I'll see if that causes any problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant