[Freeciv-Dev] [bug #17488] Configure fails without C++ compiler

2011-08-11 Thread Marko Lindqvist

Update of bug #17488 (project freeciv):

  Status:  Ready For Test = Fixed  
 Open/Closed:Open = Closed 


___

Reply to this item at:

  http://gna.org/bugs/?17488

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #17488] Configure fails without C++ compiler

2011-08-08 Thread Marko Lindqvist

Update of bug #17488 (project freeciv):

  Status: In Progress = Ready For Test 
 Planned Release:   2.3.0 = 2.3.1, 2.4.0   

___

Follow-up Comment #13:

- TRUNK version

(file #13786)
___

Additional Item Attachment:

File name: ConfigureNoCXX_17488.diff  Size:4 KB


___

Reply to this item at:

  http://gna.org/bugs/?17488

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #17488] Configure fails without C++ compiler

2011-08-03 Thread Egor Vyscrebentsov

Follow-up Comment #12, bug #17488 (project freeciv):

With this patch S2_3 configured [and compiled] successfully, thanks.

___

Reply to this item at:

  http://gna.org/bugs/?17488

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #17488] Configure fails without C++ compiler

2011-08-02 Thread Marko Lindqvist

Follow-up Comment #7, bug #17488 (project freeciv):

 Both trunk and S2_3 fails if there is no C++ compiler while
 ./autogen.sh --enable-client=no 

Do you have config.log from such an failed configure attempt?

___

Reply to this item at:

  http://gna.org/bugs/?17488

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #17488] Configure fails without C++ compiler

2011-08-02 Thread Egor Vyscrebentsov

Follow-up Comment #8, bug #17488 (project freeciv):

config.log for trunk attached.

(file #13725)
___

Additional Item Attachment:

File name: config.log Size:55 KB


___

Reply to this item at:

  http://gna.org/bugs/?17488

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #17488] Configure fails without C++ compiler

2011-08-02 Thread Marko Lindqvist

Follow-up Comment #9, bug #17488 (project freeciv):

Problem is sqlite3 check that uses c++.

1) It seems that these database engine checks are executed even when database
interface is disabled (--disable-fcdb), their results are just not discarded
in that case.

2) When in automatically detect available database engines -mode, missing
c++ compiler should just flag sqlite3 as unavailable, not fail configure
completely.

___

Reply to this item at:

  http://gna.org/bugs/?17488

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #17488] Configure fails without C++ compiler

2011-08-02 Thread Marko Lindqvist

Follow-up Comment #11, bug #17488 (project freeciv):

I hope attached patch to solve the matter for S2_3. Can you test it?

TRUNK is much more complicated thing as Qt-client support requires those
things this patch just removes from S2_3 (, i.e., all those should be
conditional to Qt-client compilation, but I haven't even checked if this would
lead to some circular dependency like Qt-client compilation check must be done
before some check that is required to do Qt-client compilation check)

(file #13729)
___

Additional Item Attachment:

File name: ConfigureNoCXX_17488-S2_3.diff Size:2 KB


___

Reply to this item at:

  http://gna.org/bugs/?17488

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #17488] Configure fails without C++ compiler

2011-01-21 Thread Marko Lindqvist

Update of bug #17488 (project freeciv):

  Status:  Ready For Test = Fixed  
 Open/Closed:Open = Closed 


___

Reply to this item at:

  http://gna.org/bugs/?17488

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #17488] Configure fails without C++ compiler

2011-01-19 Thread Marko Lindqvist

Follow-up Comment #2, bug #17488 (project freeciv):

- S2_3 patch updated against current svn

(file #11994)
___

Additional Item Attachment:

File name: CXXReq-S2_3-17488-2.diff   Size:3 KB


___

Reply to this item at:

  http://gna.org/bugs/?17488

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #17488] Configure fails without C++ compiler

2011-01-19 Thread Marko Lindqvist

Follow-up Comment #3, bug #17488 (project freeciv):

TRUNK version that applies on top of bug #17496 fix.

(file #12008)
___

Additional Item Attachment:

File name: CXXReq-TRUNK_17488.diffSize:5 KB


___

Reply to this item at:

  http://gna.org/bugs/?17488

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #17488] Configure fails without C++ compiler

2011-01-17 Thread Marko Lindqvist

Update of bug #17488 (project freeciv):

  Status:None = Ready For Test 

___

Follow-up Comment #1:

S2_3 version. I'll try to get this one committed before beta2.

TRUNK version will be more complicated and I'm not going to implement it
immediately, so we probably have S2_3 version committed before fix for TRUNK
is available.

(file #11938)
___

Additional Item Attachment:

File name: CXXReq-S2_3-17488.diff Size:3 KB


___

Reply to this item at:

  http://gna.org/bugs/?17488

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #17488] Configure fails without C++ compiler

2011-01-14 Thread Marko Lindqvist

URL:
  http://gna.org/bugs/?17488

 Summary: Configure fails without C++ compiler
 Project: Freeciv
Submitted by: cazfi
Submitted on: Fri 14 Jan 2011 07:20:37 PM EET
Category: bootstrap
Severity: 3 - Normal
Priority: 5 - Normal
  Status: None
 Assigned to: cazfi
Originator Email: 
 Open/Closed: Open
 Release: 
 Discussion Lock: Any
Operating System: None
 Planned Release: 2.3.0

___

Details:

For some time we had to use toluaxx, and for compiling it C++ compiler was
needed. Thus configure was modified to require one.

Now we no longer use toluaxx, and in fact there's nothing in S2_3 that would
require C++ compiler. It really should not be dependency there. So configure
needs to be changed not to require it.

In trunk we have C++ Qt-client. Still, if one does not build Qt-client, C++
compiler should not be required by configure. Trunk configure should check for
C++ compiler only if Qt-client is to be compiled.




___

Reply to this item at:

  http://gna.org/bugs/?17488

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev