FLTK logo

STR #174

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 Home  |  Articles & FAQs  |  Bugs & Features  |  Documentation  |  Download  |  Screenshots  ]
 

Return to Bugs & Features | Roadmap 1.1 | SVN ⇄ GIT ]

STR #174

Application:FLTK Library
Status:1 - Closed w/Resolution
Priority:3 - Moderate, e.g. unable to compile the software
Scope:3 - Applies to all machines and operating systems
Subsystem:Config Files
Summary:Pre-set CFLAGS or CXXFLAGS garbled by ./configure
Version:1.1.4
Created By:dmacks.netspace
Assigned To:mike
Fix Version:1.1.5rc1
Update Notification:

Receive EMails Don't Receive EMails

Trouble Report Files:

No files


Trouble Report Comments:


Name/Time/Date Text  
 
#1 dmacks.netspace
17:48 Sep 18, 2003
In configure.in, there is a space missing in some variable assignments (in 1.1.4 release, still present in CVS 1.33.2.31.2.106). In CVS it's lines 504-505:

         LIBS="$LIBS -lXext -lX11 $X_EXTRA_LIBS"
-        CFLAGS="$CFLAGS$X_CFLAGS"
+        CFLAGS="$CFLAGS $X_CFLAGS"
-        CXXFLAGS="$CXXFLAGS$X_CFLAGS"
+        CXXFLAGS="$CXXFLAGS $X_CFLAGS"
         LDFLAGS="$X_LIBS $LDFLAGS"
 
 
#2 mike
11:41 Sep 20, 2003
Fixed in CVS now...  
     

Return to Bugs & Features ]

 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.