Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » U++ community news and announcements » Upp 705-dev2 released
Re: Upp 705-dev2 released [message #9595 is a reply to message #9557] Fri, 18 May 2007 16:50 Go to previous messageGo to previous message
atmks is currently offline  atmks
Messages: 33
Registered: July 2006
Member
hi

i tested new release on FreeBSD

PostgreSql:
not defined -lpq link options
Index: PostgreSQL/PostgreSQL.upp
===================================================================
--- PostgreSQL/PostgreSQL.upp   (revision 58)
+++ PostgreSQL/PostgreSQL.upp   (working copy)
@@ -7,6 +7,8 @@
 
 library(LINUX !NOPOSTGRESQL) pq;
 
+library(FREEBSD !NOPOSTGRESQL) pq;
+
 file
        PostgreSQL.h,
        PostgreSQLSchema.h,



libpq-fe.h is located in /usr/local/include
Index: PostgreSQL/PostgreSQL.h
===================================================================
--- PostgreSQL/PostgreSQL.h     (revision 58)
+++ PostgreSQL/PostgreSQL.h     (working copy)
@@ -4,12 +4,13 @@
 #ifndef flagNOPOSTGRESQL
 
 #include <Sql/Sql.h>
-#ifdef PLATFORM_WIN32
+#ifdef PLATFORM_LINUX
+#include <postgresql/libpq-fe.h>
+#else
 #include <libpq-fe.h>
-#elif defined(PLATFORM_POSIX)
-#include <postgresql/libpq-fe.h>
 #endif
 
+
 NAMESPACE_UPP
 
 const char *PostgreSQLReadString(const char *s, String& stmt);



ide:
doesn't show keywords defined in array upp_macros (Higlight.cpp line 293), because not set HlStyle(i think...)

Index: CodeEditor/CodeEditor.cpp
===================================================================
--- CodeEditor/CodeEditor.cpp      (revision 58)
+++ CodeEditor/CodeEditor.cpp      (working copy)
@@ -826,6 +826,7 @@
        SetHlStyle(INK_OPERATOR, LtBlue);
        SetHlStyle(INK_KEYWORD, LtBlue, true);
        SetHlStyle(INK_UPP, Cyan);
+       SetHlStyle(INK_UPPMACROS, Black);
        SetHlStyle(PAPER_LNG, Color(255, 255, 224));
        SetHlStyle(INK_ERROR, LtRed);
        SetHlStyle(INK_PAR0, Black);



typo in CtrlCore.upp file
Index: CtrlCore/CtrlCore.upp
===================================================================
--- CtrlCore/CtrlCore.upp       (revision 58)
+++ CtrlCore/CtrlCore.upp       (working copy)
@@ -42,7 +42,7 @@
        X11Proc.cpp,
        TopWinX11.cpp,
        X11Clip.cpp,
-       X11DnD.cpp,
+       X11Dnd.cpp,
        X11ImgClip.cpp,
        X11App.cpp,
        X11Event.i,



 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Adjusting roadmap...
Next Topic: Devs releases delayed..
Goto Forum:
  


Current Time: Sat Jun 08 17:36:44 CEST 2024

Total time taken to generate the page: 0.01025 seconds