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

gcc errors #1

Closed
chrestme opened this issue Oct 7, 2014 · 3 comments
Closed

gcc errors #1

chrestme opened this issue Oct 7, 2014 · 3 comments
Assignees
Labels

Comments

@chrestme
Copy link

chrestme commented Oct 7, 2014

I'm receiving errors when attempting to build from source on an Ubuntu 12.04 machine.

Following the steps:
./synclibs.sh
./autogen.sh
./configure
make

gcc: error: @LIBFDATETIME_CPPFLAGS@: No such file or directory
gcc: error: @LIBFGUID_CPPFLAGS@: No such file or directory
gcc: error: @LIBFWNT_CPPFLAGS@: No such file or directory

The synclibs.sh file makes no reference to these libraries. But I see the Makefile under libfvalue references these on line 540-542 under AM_CPPFLAGS.

Possibly Pertinent Info: I need to build this on an air-gapped machine, so I downloaded the repo on another, Internet-connected machine (running same OS version), ran ./synclibs.sh, and then copied that directory to the target machine and tried to build.

@joachimmetz joachimmetz added the bug label Oct 7, 2014
@joachimmetz joachimmetz self-assigned this Oct 7, 2014
@joachimmetz
Copy link
Member

I need to build this on an air-gapped machine

I opt to use the stable track source package instead, you find the download link on the wiki. The git version is the development version of the experimental track.

Since the project is still moving there is some more documentation updating to do, to make clear that the git version is primarily for development. And I'll update synclibs as well.

@chrestme
Copy link
Author

chrestme commented Oct 7, 2014

Thanks. I was having some trouble opening the googledrive link, I think due to network issues. I was eventually able to work around it, and pull down the 20140608 tar bundle, and I was able to build that just fine.

@joachimmetz
Copy link
Member

synclibs.sh updated; now to update documentation and to include that flex and byacc are needed to build from git as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants