sys-bio/roadrunner

Building newer version in C++

steffenger opened this issue · 2 comments

Hello all,

I try to build a newer version of roadrunner in c++ with the usual commands from docs.

The build was succesfull but i compared it with a previous installation and i noticed an import difference in the lib/cmake installation folders.

old installation:

e84d2829-6bff-4e6d-b901-b47df3112eec

new installation:

image

I compared the cmake files and the cmake configuration for both and didn't really find any differences. Do any of you have an idea or can someone recreate the error?

best regards

steffen

It actually looks like nothing is installing in the 'lib' directory at all, unless that part was cut off of your screenshot?

I did try to recreate your issue, but was unable to--I got normal lib/ and lib/cmake/ directories.

I would recommend deleting your build and install directories, and starting from scratch. I have seen odd things like this happen as a result of leftover files from previous builds in the past, so that would be my first guess.

thanks a lot, it worked in the second try after deleting the build and release folder.

best egards