[bug #29291] The configure script doesn't play nice with non-flattened namespaces

2010-04-07 Thread Richard Frith-Macdonald
Update of bug #29291 (project gnustep): Status:None => Fixed Open/Closed:Open => Closed ___ Follow-up Comment #9: I applied a modifi

[bug #29291] The configure script doesn't play nice with non-flattened namespaces

2010-03-31 Thread Niels Grewe
Follow-up Comment #8, bug #29291 (project gnustep): Thanks! Now that I know where to look, I have devised a workaround myself (diff attached). Of course this is not the correct fix because it uses GNUSTEP_HOST_* variables. One probably would want a way to specify that stuff based on the target gn

[bug #29291] The configure script doesn't play nice with non-flattened namespaces

2010-03-30 Thread Nicola Pero
Follow-up Comment #7, bug #29291 (project gnustep): The gnustep-base configure.ac script seems wrong ... CPPFLAGS="$CPPFLAGS -I$GNUSTEP_SYSTEM_HEADERS -I$GNUSTEP_LOCAL_HEADERS/$LIBRARY_COMBO" LDFLAGS="$LDFLAGS -L$GNUSTEP_SYSTEM_LIBRARIES -L$GNUSTEP_LOCAL_LIBRARIES" These just ignore the non-

[bug #29291] The configure script doesn't play nice with non-flattened namespaces

2010-03-30 Thread Richard Frith-Macdonald
Follow-up Comment #6, bug #29291 (project gnustep): I mean the configure script runs GNUstep.sh to set up the header/library info. If you can reproduce the problem, perhaps you can check the logs to see what is actually being done in your case. The relevant part of configure.ac follows. GNUSTEP

[bug #29291] The configure script doesn't play nice with non-flattened namespaces

2010-03-30 Thread Niels Grewe
Follow-up Comment #5, bug #29291 (project gnustep): No, I don't think I ever configured gnustep-base before installing gnustep-make and since I did a lot of reconfiguring during the last week or so, I'm positive that that's not the problem. But if you say "gets header and library locations from g

[bug #29291] The configure script doesn't play nice with non-flattened namespaces

2010-03-28 Thread Richard Frith-Macdonald
Follow-up Comment #4, bug #29291 (project gnustep): The gnustep-base configure script gets the header and library locations from gnustep-make. Is it possible that you simply configured gnustep-base before installing gnustep-make, so that it was using the flattened location information from a pre

[bug #29291] The configure script doesn't play nice with non-flattened namespaces

2010-03-21 Thread Niels Grewe
Follow-up Comment #3, bug #29291 (project gnustep): You're right, I was being imprecise: It's the configure script in -base that's causing the problems. Sorry for the confusion! Niels ___ Reply to this item at:

[bug #29291] The configure script doesn't play nice with non-flattened namespaces

2010-03-21 Thread Nicola Pero
Follow-up Comment #2, bug #29291 (project gnustep): I guess you're getting the problem when trying to configure gnustep-base, not gnustep-make. I'll need to check on that. Thanks for reporting the problem :-) ___ Reply to this item at:

[bug #29291] The configure script doesn't play nice with non-flattened namespaces

2010-03-21 Thread Nicola Pero
Follow-up Comment #1, bug #29291 (project gnustep): It should work. Can you provide more details of what you did ? My understanding is that you did cd /xxx/core/make ./configure --disable-flattened su -c 'make install' cd /xxx/dev-libs/libobjc2 make su -c 'make install' cd /xxx/core/make ./

[bug #29291] The configure script doesn't play nice with non-flattened namespaces

2010-03-21 Thread Niels Grewe
URL: Summary: The configure script doesn't play nice with non-flattened namespaces Project: GNUstep Submitted by: thebeing Submitted on: So 21 Mär 2010 21:19:28 GMT Category: Base/Fou