User forums > Nightly builds

The 15 December 2007 build (4734) is out.

<< < (3/6) > >>

afb:
Mac OS X: (Mac OS X 10.4+ "Universal", including wxWidgets 2.8.6 Unicode)
http://prdownload.berlios.de/codeblocks/CB_20071215_rev4734_mac286.zip

Also available in MacPorts as port "codeblocks-devel" (builds from svn trunk)
that can be built for X11/GTK+ (wxGTK) as well as for Mac/Aqua (wxMac)...

dannyyy:
I still need help to install CB on Linux. The description of the problem is on the second message of this topic.

Yannis ? Thomas ? Morten ? Tim ? KillerBot ?

Can you help me ?

Auria:
dannyyy:

--- Quote ---bash: ./bootstrap: /bin/sh^M: bad interpreter: No such file or directory

--- End quote ---
take a look at the bootstrap file, if it does contain that "^M" character then it's probably messed up

afb : What black magic are you doing to get the mac version running? Here I built from SVN but wxDynamicLibrary wouldn't work (I've met that problem before, the class refuses to load perfectly valid libraries) What I don't get is why it works when you build it  :)

tvaster:
 Used:
./configure --disable-debug --enable-shared --enable-unicode --enable-monolithic --with-gtk=2 --with-gtk=2 --with-contrib-plugins=all

Have wxWidgets-2.8.7 installed with:
./configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib --libexecdir=/usr/lib --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.1.2 --enable-ssp --disable-libssp --disable-libgcj --with-slibdir=/lib --with-system-zlib --enable-shared --enable-__cxa_atexit --enable-libstdcxx-allocator=new --program-suffix=-4.1 --enable-version-specific-runtime-libs --without-system-libunwind --with-cpu=generic --host=i586-suse-linux

SVN 4737 on SUSE 10.2

g++ -DHAVE_CONFIG_H -I. -I. -I../../../../src/include -I/usr/local/lib/wx/include/gtk2-ansi-release-2.8 -I/usr/local/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/include/wxFlatNotebook/include -I../../../../src/include/wxscintilla/include -I../../../../src/plugins/contrib/wxSmith/propgrid/contrib/include -DWXMAKINGLIB_PROPGRID -Ulinux -Uunix -O2 -ffast-math -g -O2 -DCB_PRECOMP -Winvalid-pch -fPIC -DPIC -fexceptions -MT wxscoder.lo -MD -MP -MF .deps/wxscoder.Tpo -c ./wxscoder.cpp  -fPIC -DPIC -o .libs/wxscoder.o
./wxscoder.cpp: In member function ‘bool wxsCoder::ApplyChangesEditor(cbEditor*, const wxString&, const wxString&, wxString&, bool, bool, wxString&)’:
./wxscoder.cpp:377: error: no matching function for call to ‘wxsCoder::RebuildCode(wxString&, const wxChar*, int, wxString&)’
./wxscoder.h:151: note: candidates are: wxString wxsCoder::RebuildCode(wxString&, const wchar_t*, int, wxString&)
./wxscoder.cpp: In member function ‘bool wxsCoder::ApplyChangesString(wxString&, const wxString&, const wxString&, wxString&, bool, bool, bool&, wxString&)’:
./wxscoder.cpp:465: error: no matching function for call to ‘wxsCoder::RebuildCode(wxString&, const wxChar*, size_t, wxString&)’
./wxscoder.h:151: note: candidates are: wxString wxsCoder::RebuildCode(wxString&, const wchar_t*, int, wxString&)
make[5]: *** [wxscoder.lo] Error 1
make[5]: Leaving directory `/usr/src/codeblocks-2.8.7/trunk/src/plugins/contrib/wxSmith'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/usr/src/codeblocks-2.8.7/trunk/src/plugins/contrib/wxSmith'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/src/codeblocks-2.8.7/trunk/src/plugins/contrib'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/codeblocks-2.8.7/trunk/src/plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/codeblocks-2.8.7/trunk/src'
make: *** [all-recursive] Error 1
veslin2:/usr/src/codeblocks-2.8.7/trunk #

Compiles up to this point.  wxChar* appears to be the culprit. Appreciate help. Thank you.

dannyyy:

--- Quote from: Auria on December 17, 2007, 01:41:53 am ---dannyyy:

--- Quote ---bash: ./bootstrap: /bin/sh^M: bad interpreter: No such file or directory

--- End quote ---
take a look at the bootstrap file, if it does contain that "^M" character then it's probably messed up

--- End quote ---

No, I can't find this character in the bootstrap file.

All source files were freshly retrieved from CB SVN.

The versions of the tools I have should work, right ?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version