Jump to content

Error, simple error.


Recommended Posts

check your Makefile and change your g++ to a compiler that's actually present in the system. g++ is from older systems where gnu cc was the standard compiler. Now we have clang and there you'd use c++ or install a compiler manually. This way you can also install and use gcc but you shouldn't use "g++" as your compiler in your Makefile.

  • Love 1

We are the tortured.
We're not your friends.
As long as we're not visible.
We are unfixable.

Link to comment
Share on other sites

  • Premium
53 minutes ago, Adrian2 said:

Even after installing GCC manually, it doesn't recognise it :( After remaking all MAKEFILES (yeah, those in libs didn't wanted work too LOL) same error saying G++ not found. :( Tried using your core, same stuff happens.

cd /usr/ports/lang/gcc49/ && make -DBATCH install clean

cd /usr/ports/devel/gmake/ && make -DBATCH install clean (will most likelly say its already installed, ignore if so)

 

Makefiles:

CC=gcc49
CXX=g++49

  • Love 1
Link to comment
Share on other sites

  • Premium
On 3/13/2017 at 9:44 PM, tierrilopes said:

cd /usr/ports/lang/gcc49/ && make -DBATCH install clean

cd /usr/ports/devel/gmake/ && make -DBATCH install clean (will most likelly say its already installed, ignore if so)

 

Makefiles:

CC=gcc49
CXX=g++49

Not working, After changing every makefile, different error pops up, so basically your solution is working but not fully.  

Spoiler

Tttojsj.png

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
Share on other sites

  • Premium
2 hours ago, tierrilopes said:

Thats no issue with the gcc now but with makefile configs

it couldnt find the any reference for "clean" inside liblua/src and config inside "liblua/src"

Check makefile settings and path for those

Everything seems fine for me in those two, there's no clean in liblua/src its only included in makefile that is located in liblua/src. :( 

Got those makefiles from Tibunau(da-noob-proof tutorial)

 

// 

Do you maybe mind providing me with a "ready" made MAKEFILES?

Edited by Adrian2
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.