User forums > Nightly builds

The 03 January 2008 build (4771) is out.

<< < (4/8) > >>

stahta01:
Patch needed for FreeBSD; I am trying out PC-BSD.

More info at http://forums.codeblocks.org/index.php/topic,5279.msg57006.html#msg57006

Tim S


--- Code: ---Index: src/include/scripting/sqplus/sqplus.h
===================================================================
--- src/include/scripting/sqplus/sqplus.h       (revision 4759)
+++ src/include/scripting/sqplus/sqplus.h       (working copy)
@@ -15,7 +15,11 @@
 #ifdef __APPLE__
   #include <malloc/malloc.h>
 #else
-  #include <malloc.h>
+  #ifdef __FreeBSD__
+    #include <stdlib.h>
+  #else
+    #include <malloc.h>
+  #endif
 #endif
 #include <memory.h>
 #if defined(_MSC_VER) || defined(__BORLANDC__)

--- End code ---

killerbot:
done

Darck:
I asked this question on Ubuntu forum, but nobody anwsered yet. Maybe you can help me:
I've installed from source, but Synaptic think i've still old version.

I've just installed pango-1.19.2 from source by `./configure; make; make install'
Everything went correct. I need this package to install the newest libwxgtk, which need new pango.

Now i want install libwxgtk from repository , but it says there is conflict, because i have pango-1.18.2 (which is no true anymore) and it ned at least 1.18.3.

How to update information which synaptic has about current version of my pango. (I couldn't upgrade libpango through synaptic, because there wasn't any upgrade available. I had to download source made for debian from pango.com)

(i need libwxgtk to install deb package of Code::Blocks compiler)

Jenna:
You can try the libpango from debian-experimental (1.19.2-1).
The download directory is http://ftp.debian.org/debian/pool/main/p/pango1.0/
You need at least "libpango1.0-0" and "libpango1.0-common", but perhaps you need some more packages from experimental.
If you have the source-code for libpango with debian-subdir you can build the .deb-packages with "dpkg-buildpackage" .

olaoni:

--- Quote from: Acki on January 04, 2008, 03:10:54 am ---Yeah, now the double clicking works for all file types again, thx !!! :)
But there is still a little problem with this:
as usual C::B is not loaded and you open a file by double click (.workspace, .cbp, .cpp and .h tested)
now the file/project is loaded and everything works fine with C::B
but the folder containing the file is still blocked (no reactions, no updating, just white screen) and after closing C::B this "file not found" error message still appears !!!
this is for any folder and also for the desktop when I open a file there by double click...




--- End quote ---

Acki,
I have just download and tested out the latest nightly build. Double clicking on a *.cbp file loads the project correctly without any problem.
I am running C::B on a windows Xp with SP2.

You might find it handy to check Settings | Environment | Check & Set File association (Windows Only)
And ensure that the files which you are double clicking are associated correctly to C::B.

Good luck

Regards
Ola Oni

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version