--
You received this message because you are subscribed to a topic in the Google Groups "google-gflags" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-gflags/nKsT1WS41Dk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-gflag...@googlegroups.com.
To post to this group, send email to google...@googlegroups.com.
Visit this group at http://groups.google.com/group/google-gflags.
For more options, visit https://groups.google.com/groups/opt_out.
Hello Andreas,I believe you just saved the day; it works! I switched to the CMake migration branch and used the toolchain file and instructions from here: http://www.cmake.org/Wiki/CmakeMingw. It worked like a charm. I even re-generated my Linux libflags.a using CMake for consistency.Thanks a lot for the help. I hope this helps anyone else who runs into the same issue :)
Best Regards,
Islam El-NabarawyOn Wed, Jan 8, 2014 at 2:55 PM, Islam El-Nabarawy <islam....@gmail.com> wrote:Hello Andreas,Thanks for the reply. I will switch to the CMake branch now and give it a try, and I will let you know how it goes.Thanks!
Best Regards,
Islam El-NabarawyOn Wed, Jan 8, 2014 at 2:51 PM, Andreas Schuh <andreas....@gmail.com> wrote:Hi Islam,unfortunately, I have no experience with cross-compiling code. But if you suspect the problem to be in the build configuration of gflags, would you mind trying to configure the build with CMake instead ? Some information regarding cross-compilation and CMake can be found at http://www.cmake.org/Wiki/CMake_Cross_Compiling. The CMake migration branch of gflags is already mature and I actually would have liked to make it the new master/release weeks ago...Andreas--
You received this message because you are subscribed to a topic in the Google Groups "google-gflags" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-gflags/nKsT1WS41Dk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-gflag...@googlegroups.com.
To post to this group, send email to google...@googlegroups.com.
Visit this group at http://groups.google.com/group/google-gflags.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "google-gflags" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-gflag...@googlegroups.com.
That’s great news. I am glad it worked out. Another reason to bump the priority of releasing the CMake migration branch…
What's holding it back? Anything I can help with?
Mainly personal time allocation, I would say. At first I wanted to also get some more bug fixes (e.g., memory leaks) in a new release as well, but I think I better separate the change of the build system from any library code changes. For a complete transition to CMake, it would be great if the tests were run as separate CTest tests and further not implemented in Bash, but for example Python rather so they can be executed on Windows as well.
On Wed, Jan 8, 2014 at 4:57 PM, Andreas Schuh <andreas....@gmail.com> wrote:
Mainly personal time allocation, I would say. At first I wanted to also get some more bug fixes (e.g., memory leaks) in a new release as well, but I think I better separate the change of the build system from any library code changes. For a complete transition to CMake, it would be great if the tests were run as separate CTest tests and further not implemented in Bash, but for example Python rather so they can be executed on Windows as well.Yeah, I know what that's like, too much to do and not enough time in the day! You might want to post an update to your Google Code page to encourage people to check out the CMake branch, though. I would have went with it from the start but I was discouraged by the text calling it "unstable" and so preferred to go with the main branch, and I imagine I'm not the first one to do that. If more people used it that might help stress-test it under different circumstances and maybe get it adopted into the main branch a bit sooner.
In all cases, it's quite a handy library! It helped me go through the whole command line parameter process in a snap, and I would definitely recommend it to other people. Hopefully if I get a chance in the near future I might fork it on Github sometime soon and see what I can do to help :)Thanks again Andreas.
Best Regards,
Islam El-Nabarawy
Good idea. I removed the “(unstable!)” comment and added a new news of the day that the CMake branch is recommended.