Talk:Building FlightGear - Debian: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 9: Line 9:
: Just went through the steps to compile the git version and it went fine. Without further info I am not able to investigate.
: Just went through the steps to compile the git version and it went fine. Without further info I am not able to investigate.
: [[User:Flughund|Flughund]] ([[User talk:Flughund|talk]]) 01:21, 3 September 2015 (EDT)
: [[User:Flughund|Flughund]] ([[User talk:Flughund|talk]]) 01:21, 3 September 2015 (EDT)
After writing "git checkout origin/release/3.6.0"
I get this message:
Note: checking out 'origin/release/3.6.0'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
  git checkout -b new_branch_name
HEAD is now at fdcef8e... Fix #1783: repeated error message on console
agonzalez@debian-ul30a:~/Flightgear/src/simgear.git$ cd simgear.git
bash: cd: simgear.git: file o directory does not exist


== PLIB notes ==
== PLIB notes ==

Revision as of 15:19, 5 September 2015

Git problems

git seems no longer to be working

This unsigned comment was added by Vinya (Talk | contribs) 16:28, 1 September 2015 (UTC)

Could you provide more info, please!
Flughund (talk) 09:00, 2 September 2015 (EDT)
Just went through the steps to compile the git version and it went fine. Without further info I am not able to investigate.
Flughund (talk) 01:21, 3 September 2015 (EDT)

After writing "git checkout origin/release/3.6.0" I get this message:

Note: checking out 'origin/release/3.6.0'.

You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example:

 git checkout -b new_branch_name

HEAD is now at fdcef8e... Fix #1783: repeated error message on console agonzalez@debian-ul30a:~/Flightgear/src/simgear.git$ cd simgear.git bash: cd: simgear.git: file o directory does not exist



PLIB notes

  • I had to use the old revision to compile, in two different computers (both with Squeeze).
The problem has been reported to plib devel mailing list: http://sourceforge.net/mailarchive/message.php?msg_id=29695942
  • FlightGear 2.6.0 compiles with the Squeeze own plib, but 2.8.0 does not.
Hmh, that's interesting....

Flughund 04:46, 20 August 2012 (EDT)