Giter VIP home page Giter VIP logo

Comments (8)

revmischa avatar revmischa commented on May 24, 2024 1

Alright thanks for the info... will keep eyes peeled

from projectm.

deltaoscarmike avatar deltaoscarmike commented on May 24, 2024 1

The error is at line 3129 of https://pastebin.com/YbWYp96f

make[4]: *** No rule to make target '/libprojectM-3.1.0-beta1/src/libprojectM/MilkdropPresetFactory/libMilkdropPresetFactory.la', needed by 'libprojectM.la'. Stop.

This issue is not due to cross compiling, it's an out of tree building issue, steps to reproduce:

tar xzf projectM-3.1.0-beta1.tar.gz 
cd projectM-3.1.0-beta1
mkdir build && cd build
../configure && make -j4

The source of this issue is located in Makefile.am files which use the define ${top_srcdir} in their _LIBADD directives. ${top_srcdir} points to source directory thus built files are not accessible.
The fix is to replace ${top_srcdir} with relative paths in _LIBADD directives.

from projectm.

revmischa avatar revmischa commented on May 24, 2024

That is rather strange... yeah I don't see the error either. How can I help?
--disable-static --enable-shared looks weird.. try building static?

from projectm.

CvH avatar CvH commented on May 24, 2024

try building static?

tx for feedback but doesn't fix it https://pastebin.com/urZ1de7N
still the same "error"

from projectm.

CvH avatar CvH commented on May 24, 2024

If I use the plain source and not the "release" (even with the same commit) it works.
https://pastebin.com/gtv0iPZj
looks like the release configure is a bit borked?

from projectm.

revmischa avatar revmischa commented on May 24, 2024

Thanks for the report... not sure what the issue is.
Seems to build okay for me (dist version) on OSX and on travis. Any idea what might affect the cross compiler?
Most of the changes would be here - https://github.com/projectM-visualizer/projectm/pull/26/files#diff-67e997bcfdac55191033d57a16d1408a

from projectm.

CvH avatar CvH commented on May 24, 2024

Most of the changes would be here

it is already not compiling at 3.0.0

Any idea what might affect the cross compiler?

Tbh no idea, we have ~1000 packages the are working okay so I can only guess that the release files from here are doing something "strange". But I guess its not worth to dig into it as long the manual way works

./autogen.sh
./configure && make

Maybe just something something to remember for the future if someone else have similar problems at an not that exotic build environment :)

from projectm.

deltaoscarmike avatar deltaoscarmike commented on May 24, 2024

Issue is fixed, closing it

from projectm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.