Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6012835
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T02:27:42+00:00 2026-05-23T02:27:42+00:00

I have a list of files (cpp, h, and also child-folders inside with cpp/h

  • 0

I have a list of files (cpp, h, and also child-folders inside with cpp/h too).

I’m not sure how to build it correctly because it doesn’t have any makefile or smth like that (pure c++-files). So I decided to “catch” the right gcc arguments to build it.

g++ *.cpp `wx-config --libs` `wx-config --cxxflags` -lGL -lglut -lfkr-skeletal2d

Now I have that line. Here is the list of files:

$ ls -p
AnimationEditor/  Core-Code/  GLRender.cpp  GLSprite.cpp  Icons/         LGPLv3.txt      MainWindow.h  PlayBar.h  PopUp.h       TimeLine.h
BoneEditor/       daten/      GLRender.h    GLSprite.h    LGPLv3_de.txt  MainWindow.cpp  PlayBar.cpp   PopUp.cpp  TimeLine.cpp  wxWidgets_Addons/

There is files in directory Core-Code:

AnimationManager.cpp  AnimationManager.h  SkeletalManager.cpp  SkeletalManager.h  TextureManager.cpp  TextureManager.h

When I use that gcc-line I get a lot of linker errors:

undefined reference to `CSkeletalManager::***
undefined reference to `CAnimationManager::***

Maybe, I have to specify somehow the files from Core-Code. I can’t understand the problem.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T02:27:42+00:00Added an answer on May 23, 2026 at 2:27 am

    The best thing to do would be to put in a little effort and actually create a set of Makefiles; a top-level one, and child Makefiles for the subdirectories. But if you want to use your same approach of just creating a command line, start by replacing your ‘*.cpp’ with find . -name '*.cpp' so that it includes all the *.cpp files. I think after that you’ll have problems finding *.hpp files, so you’ll need to add some -I options to tell g++ where to look for the headers.

    So something like

    g++ `find . -name '*.cpp'` -IAnimationEditor -IBoneEdiror -ICore-Code `wx-config --libs` `wx-config --cxxflags` -lGL -lglut -lfkr-skeletal2d
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a file containing a list of filenames: esocket.c esocket.h dockwin.cpp dockwin.h makefile
I have list of files which contain particular patterns, but those files have been
Let's imagine that I have list of files at host1 find /path/to -name *.jpg
I have a list of files in an array where the filename is the
I have a list of files that I'm trying to copy and move (using
I have a list of files URLS where I want to download them: http://somedomain.com/foo1.gz
I have a list of jar files, all containing slightly different versions of the
I have a longish list of files opened in vim that looks like this:
So I have a list of avi files on a web page (For my
I have a space delimited list of files names, where spaces in the file

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.