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

Compilation failed #1

Open
erwan35 opened this issue Oct 4, 2020 · 4 comments
Open

Compilation failed #1

erwan35 opened this issue Oct 4, 2020 · 4 comments

Comments

@erwan35
Copy link

erwan35 commented Oct 4, 2020

Hello,

I'm getting this error

`erwan@lzk:~/deicsonze/build$ cmake ..
-- Could NOT find LVTK (missing: LVTK_LIBRARIES LVTK_INCLUDE_DIRS)

The following components will be built:

Deicsonze - Library of Deicsonze.
Deicsonze-DSSI - DSSI plugin of Deiczone.

The following components WILL NOT be built:

Deicsonze-LVTK - LVTK plugin of Deiczone.
Deicsonze-VST - VST plugin of Deiczone.

-- Configuring done
-- Generating done
-- Build files have been written to: /home/erwan/deicsonze/build
erwan@lzk:~/deicsonze/build$ make
[ 22%] Built target dssiplugin
[ 33%] Building CXX object src/deicsonze/CMakeFiles/deicsonze.dir/deicsonze.cpp.o
/home/erwan/deicsonze/src/deicsonze/deicsonze.cpp: In constructor ‘Deicsonze::Deicsonze()’:
/home/erwan/deicsonze/src/deicsonze/deicsonze.cpp:146:2: error: ‘MusECore’ has not been declared
MusECore::MidiPlayEvent evSysexMasterVol(0, 0, MusECore::ME_SYSEX,
^~~~~~~~
/home/erwan/deicsonze/src/deicsonze/deicsonze.cpp:149:2: error: ‘_gui’ was not declared in this scope
_gui->writeEvent(evSysexMasterVol);
^~~~
/home/erwan/deicsonze/src/deicsonze/deicsonze.cpp:149:19: error: ‘evSysexMasterVol’ was not declared in this scope
_gui->writeEvent(evSysexMasterVol);
^~~~~~~~~~~~~~~~
`
I presume that It has something to do with a dependency with Muse ?

Thanks !

Erwan

@ngeiswei
Copy link
Owner

ngeiswei commented Oct 5, 2020

Thanks for your report, @erwan35.

It's not supposed to depend on MusE, but this project is a WIP and does not compile yet (I've updated the description to mention that).

I will only be able to resume work on it in a few months as other projects are taking all my attention ATM. However you or anyone else is super welcome to help :-). The first step is to remove all MusE dependencies, so that it can compile as a standalone lib. Then complete DSSI, VST, etc, wrappers. Other than that the project is pretty much complete, and comes bundled with thousands of presets! :-)

@erwan35
Copy link
Author

erwan35 commented Oct 5, 2020

Thanks for your answer !

I would really be interested to have this synth working (and the presets that come with it :)) but I don't have the skills to help you.

Cheers
Erwan

@rtega
Copy link

rtega commented Jul 20, 2024

Hi @ngeiswei, it would be really interesting if you could find time to get this project back on track.

Many greetings,

Reinaert

@ngeiswei
Copy link
Owner

Unfortunately months is turning into years. I want to finish first the Ardour Tracker Editor and it's taking much more time than I anticipated. Then I'll like to complete zynayumi. So I think it's going to take another few years before I touch this project again. So, please feel free to take it in your own hands if you wish to see it advance in the mean time.

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

3 participants